Simple way to cache objects and collections for greater performance (msmvps.com)
submitted by
oazabir(1530) 3 months, 6 days ago
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: C#
|
Views: 9
tags:
C# another
Everyones tags:
Your Tags: