Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
78 Points
14 Posts
Nov 30, 2011 12:32 AM|LINK
You may check the following links. What you need is data caching.
http://www.4guysfromrolla.com/articles/100902-1.2.aspx
http://weblogs.asp.net/dotnetstories/archive/2011/02/15/data-caching-in-asp-net-applications.aspx
http://www.asp.net/data-access/tutorials/caching-data-at-application-startup-cs
The way we use caching doesn't differ much across various framework versions.
Sanjesh Kizh...
Member
78 Points
14 Posts
Re: Ways to improve the performance of an ASP.Net application
Nov 30, 2011 12:32 AM|LINK
You may check the following links. What you need is data caching.
http://www.4guysfromrolla.com/articles/100902-1.2.aspx
http://weblogs.asp.net/dotnetstories/archive/2011/02/15/data-caching-in-asp-net-applications.aspx
http://www.asp.net/data-access/tutorials/caching-data-at-application-startup-cs
The way we use caching doesn't differ much across various framework versions.