March 2007 Entries

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)

Beginners guide to .Net Generics

As famous as the word generics is among .Net developers, I was amazed when I found out that a huge percentage of .Net developers have only heard of it but have never actually used it or know of any reason why they should use it. If you have read my past articles, you would know that my philosophy is to code simple and efficiently, there is no need to write complex code that could have been done with simple techniques.

posted @ Monday, March 12, 2007 12:42 PM | Feedback (0)

New Programming (.Net) blog

posted @ Monday, March 12, 2007 10:57 AM | Feedback (0)