This blog is about my history as a software engineer utilizing technologies C#, Java, React, JavaScript, .NET Core, SQL Server , Oracle, GIT, GitHub, Jira, Azure, AWS and HTML5. “I have not failed. I've just found 10,000 ways that won't work.” Thomas A. Edison. Please click on all my ADVERTISING links to help support this blog. Thank you.
Monday, December 03, 2012
SQL Data Cache
http://msdn.microsoft.com/en-us/library/ms178604(v=vs.100).aspx
Very good stuff. Cache data, but poll SQL Server for changes. Read the article above.
http://www.codeproject.com/Articles/144344/Query-Notification-using-SqlDependency-and-SqlCach
Service Broker issue
http://msdn.microsoft.com/en-us/library/ms188798.aspx
Subscribe to:
Post Comments (Atom)
1 comment:
Robert,
recently I read a book - Ultra-Fast ASP.NET 4.5, the chapter 3 explains caching in all tiers of the application, namely
Browser cache
ViewState
Cookies and web storage
Silverlight isolated storage
Proxy cache
Web server cache
SQL Server caching
Distributed caching
Cache expiration times
Post a Comment