blah blah blah is here! blah blah » Close

0
votes
1 answers

Creating a ToString() or Hash type output for a class

When I cache objects to Context.Cache I usually build the cache key using the parameters of the method that retrieves the data using the database layer. Now sometimes a parameter isn't a simple type like a string or int or enumeration, b ...

1
votes
0 answers

Using ninject to swap out implementations of caching

I'm building a web application that currently is making use of asp.net built-in caching (in memory). I want to be able to swap out implementations so I can have options for: 1. using built in asp.net memory caching 2. ability to disa ...

Feedback