Click here to Skip to main content
15,886,095 members
Articles / Programming Languages / C#

Leveraging MemoryCache and AOP for Expensive Calls

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
20 May 2013CPOL3 min read 25.1K   23  
How to use AOP and System.Runtime.Caching.MemoryCache to improve application performance
If you ever found yourself writing repetitive code to squeeze additional performance improvements from your code, this article might help in opening an entire new area of possibilities.
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect BI Software, Inc.
United States United States
A seasoned IT Professional. Programming and data processing artist. Contributor to StackOverflow.

Comments and Discussions