ASP.NET Session can be easily configured to be used with a WCF service in order to cache user-specific items and avoid repeated round-trips to your database. Here is how.
Posted by: EggHeadCafe.com New Articles,
on 26 Sep 2010 |
View original | Bookmarked: 0 time(s)
Users complain that they want to avoid repeated round trips to the database whenever a particluar Silverlight Page is requested or if the browser back button has been pressed. ASP.NET Session can be easily configured to be used with a WCF service in order to cache user-specific items and avoid repeated round-trips to your database. Here is how. read more
By Peter Bromberg