Caching database contents- July 31, 2003 Kevinmadea post about ASHXfiles recently. Like Kevin, I found the documentation on HTTP Handlers very light, in fact I heard about them by attending a talk by Jeff Prosise on Power ASP.NET. Another interesting technique I picked up from Jeff's talk was a method to cache a database table using the built in caching features of ASP.NET. This involves creating an extended stored procedure which basically touches a file to update the datetime it was last modified. Then you create an...http://weblogs.asp.net/brichardson/archive/2003/07/31/22057.aspx 72 ASP.NET articles- July 8, 2003 Plenty of articles on developing and debugging Web apps, extracting performance data, using page templates, and morehttp://weblogs.asp.net/brichardson/archive/2003/07/09/9831.aspx |