LazyCache: The easy way to add caching to your .net app & make it fast

tl;dr If you need to speed up your c# application you probably need to add caching, and the easiest way to do that is use the source library I wrote called LazyCache. Do I need to cache? Lots of apps don’t need caching because web servers and databases are fast. However many apps get to a point where performance becomes an issue, and adding caching is one easy way to get a significant performance boost....

May 23, 2016 · 7 min · 1282 words · Alastair Crabtree