Monthly Archives: November 2009

Dynamically Generating and Caching Images in ASP.NET with the GeneratedImage Control

  To read the article online, visit http://www.4GuysFromRolla.com/articles/042209-1.aspx Dynamically Generating and Caching Images in ASP.NET with the GeneratedImage Control By Scott Mitchell IntroductionCodePlex is Microsoft’s open source project community and provides a free hosting platform for open source projects created … Continue reading

Posted in ASP.NET 2.0 | Leave a comment

Enabling Client-Side Caching of Generated Content in ASP.NET

  Enabling Client-Side Caching of Generated Content in ASP.NET By: Yorai Aminov Abstract: This article describes how to support client-side caching of dynamically generated content in ASP.NET and Delphi, and lists some of the lesser-known problems with ASP.NET’s HttpCachePolicy class. … Continue reading

Posted in ASP.NET 2.0 | Leave a comment

Understanding User-Agent Strings

Understanding User-Agent Strings This topic describes the user-agent string, which identifies your browser and provides certain system details to servers hosting the Web sites you visit. The topic also shows how to view your user-agent string, summarizes tokens used by … Continue reading

Posted in IE in .NET | Leave a comment

Applying Robustness Analysis on the Model–View–Controller

Applying Robustness Analysis on the Model–View–Controller (MVC) Architecture in ASP.NET Framework, using UML By Shams MukhtarThis article will enhance your vision on the usage of Robustness Analysis in conjunction with Model View Controller, using UML with application in ASP.NET. This … Continue reading

Posted in ASP.NET 2.0 | Leave a comment

Model View Presenter with ASP.NET

By Billy McCaffertyThis article describes using the Model-View-Presenter pattern within ASP.NET 2.0 to encourage proper separation of concerns between presentation and business logicC# 2.0, Windows, .NET 2.0, ASP.NET, WebForms, VS2005, Dev Posted:2 Jul 2006 Updated:16 Oct 2007170 votes for this … Continue reading

Posted in ASP.NET 2.0 | Leave a comment

Enterp lib – An Extension to the Enterprise Library Logging Application Block

By David HayC# 2.0, Windows, .NET 2.0VS2005, Architect, Dev Posted:28 Oct 2006 Views:26,622 14 votes for this article. Popularity: 5.38 Rating: 4.69 out of 5 Download source files – 407 Kb Download demo project – 129 Kb Introduction The Logging … Continue reading

Posted in ASP.NET 2.0 | Leave a comment

Enterp Lib – Get Logging with the Enterprise Library

By Piers LawsonHow to get the basics of the Enterprise Library’s Logging and Instrumentation Application Block working with your application.C#.NET 1.1, Win2K, WinXP, Win2003VS.NET2003, Architect, Dev Posted:10 Feb 2005 Updated:5 Oct 2005 Popularity: 8.22 Rating: 4.62 out of 5  Download … Continue reading

Posted in ASP.NET 2.0 | Leave a comment