ASP.NET

ASP.NET 1.1 to 2.0 conversion

posted @ Thursday, May 15, 2008 3:03 PM | Feedback (0)

ASP.NET MVC Source Code Now Available

posted @ Friday, March 21, 2008 1:55 PM | Feedback (0)

Re-throwing an exception

posted @ Monday, November 05, 2007 9:06 PM | Feedback (11)

My Favorite Interview Questions

posted @ Friday, November 02, 2007 2:40 PM | Feedback (20)

Check for internet connection - Method #2

posted @ Monday, September 24, 2007 10:32 AM | Feedback (1)

Microsoft Delivers Silverlight 1.0 and Extends Support to Linux.

posted @ Wednesday, September 05, 2007 6:08 AM | Feedback (0)

C# - Get short month name from month int value

posted @ Monday, July 02, 2007 9:52 AM | Feedback (1)

Copying nodes from one XML document to another

posted @ Wednesday, May 09, 2007 11:19 AM | Feedback (0)

Starting a new thread with parameters

posted @ Sunday, April 15, 2007 6:18 PM | Feedback (0)

SubSonic 2.0 BETA 1

posted @ Tuesday, April 10, 2007 2:28 PM | Feedback (0)

Get IP address of host

posted @ Thursday, March 22, 2007 12:13 AM | Feedback (0)

Web.Config Pages Section

posted @ Thursday, March 22, 2007 12:07 AM | Feedback (2)

HttpApplication pipeline demystified

If you don't know how each ASP.NET request is processed then you are lacking a vital piece of knowledge. The HttpApplication is usually un-heard of and it works quietly behind the scenes - well not really. If you have written a HttpHandler or HttpModule or any application with some sort of complexity before - you probably already know what its all about. The HttpApplication is the base class for all ASP.NET application objects, therefore, an HttpApplication class is created for each request.

posted @ Wednesday, March 14, 2007 5:39 PM | Feedback (0)