Software engineering and business solutions blog featuring SaaS reviews, automation tools, and business insurance guides. Buyer-intent content designed to drive high-quality traffic and conversions.
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)
What Happens to 401(k) When You Change Jobs
Understanding Your 401(k) Account Upon Job Change What is a 401(k) plan? A 401(k) plan is a workplace retirement savings account that al...
-
How to clear SharePoint People Picker suggestion cache If you have been SharePoint Site owner long enough, you would have definitely ...
-
Getting the following error (Figure 1): Server Error in '/' Application. ID4014: A SecurityTokenHandler is not registered to ...
-
The problem was that the remote connection needed to utilize Named Pipes, but in order to utilize Named Pipes both the machine hosting the i...
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