10
shouts

Simple way to cache objects and collections for greater performance and scalability

published 133 days, 23 hours, 40 minutes ago posted by http://omaralzabir.myopenid.com/http://omaralzabir.myopenid.com/ 135 days, 3 hours, 47 minutes ago
Thursday, November 05, 2009 10:30:22 AM GMT Wednesday, November 04, 2009 6:22:32 AM GMT

Implementing caching is tricky and monotonous when you have to do it for many classes. Your data access layer gets a whole lot of code that deals with caching objects and collection, updating cache when objects change or get deleted, expire collections when a contained object changes or gets deleted and so on. The more code you write, the more maintenance overhead you add. Here I will show you how you can make the caching a lot easier using Linq to SQL and my library AspectF

category: ASP.NET | clicked: 59 | | source: msmvps.com | show counter code