General

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)

Microsoft SQL Server 2008 CTP - on the loose.

posted @ Tuesday, February 26, 2008 3:45 PM | Feedback (0)

MVC for Visual Studio Express 2008

posted @ Thursday, February 07, 2008 2:03 PM | Feedback (0)

Removing declaration and namespaces from XML (serialization)

posted @ Tuesday, January 29, 2008 10:27 AM | Feedback (3)

Add columns to SQL server tables on the fly

posted @ Sunday, January 20, 2008 11:43 PM | Feedback (2)

.Net Framework Library Source Code - Now Available!!!

posted @ Thursday, January 17, 2008 4:40 PM | Feedback (0)

Free Ebook from Microsoft Press (Error downloading PDF)

posted @ Monday, January 14, 2008 12:04 PM | Feedback (0)

Determine if a process is already running

posted @ Monday, January 14, 2008 9:56 AM | Feedback (0)

RSS Web 2.0 Suite for Individuals - NewsGator (FREE)

posted @ Wednesday, January 09, 2008 5:53 PM | Feedback (1)

Get schema information from SQL Server

posted @ Tuesday, January 08, 2008 9:35 AM | Feedback (0)

Was Google hacked or is my PC sick?

posted @ Wednesday, January 02, 2008 9:15 AM | Feedback (0)

Happy New Year

posted @ Tuesday, January 01, 2008 2:19 PM | Feedback (0)

Converting to other number bases - Java Leads!

posted @ Tuesday, January 01, 2008 1:11 PM | Feedback (0)

Best Practices for manipulating DateTime in the .Net Framework

posted @ Monday, December 24, 2007 1:42 PM | Feedback (0)

Re-installing .Net Framework 2.0, 3.5 broke it!

posted @ Monday, December 17, 2007 5:27 PM | Feedback (2)

Visual Studio Express 2008 - Disconnect after download!

posted @ Friday, December 14, 2007 2:29 PM | Feedback (1)

Join - ASP.NET Forums

posted @ Friday, December 14, 2007 9:37 AM | Feedback (0)

YouTube - Here Comes Another Bubble - The Richter Scales

posted @ Tuesday, December 11, 2007 10:13 AM | Feedback (0)

Properties or Public variables - The debate must end!

posted @ Thursday, November 29, 2007 11:42 AM | Feedback (3)

Programmatically add META tags to your page header

posted @ Wednesday, November 28, 2007 10:59 AM | Feedback (0)

Free SQL Server Tools

posted @ Tuesday, November 20, 2007 10:57 PM | Feedback (0)

IE Lockout

posted @ Tuesday, November 06, 2007 5:20 PM | Feedback (0)

Re-throwing an exception

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

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)

Sending email via GMail smtp server

posted @ Friday, August 24, 2007 10:00 AM | Feedback (1)

Secret project is now live.

posted @ Friday, August 17, 2007 11:50 AM | Feedback (0)

Visual Studio 2008 Beta 2

posted @ Saturday, July 28, 2007 4:14 PM | Feedback (0)

SQL Server @@IDENTITY, SCOPE_IDENTITY and IDENT_CURRENT

posted @ Tuesday, July 17, 2007 4:20 PM | Feedback (0)

Do The Simplest Thing That Could Possibly Work

posted @ Tuesday, July 03, 2007 1:50 PM | Feedback (0)

Ext 1.1 Beta 1 Now Available

posted @ Tuesday, June 12, 2007 10:27 AM | Feedback (0)

Google Gears

posted @ Thursday, May 31, 2007 9:36 AM | Feedback (0)

My daily development tools

posted @ Thursday, May 24, 2007 2:41 PM | Feedback (0)

FeedBurner Setup

posted @ Wednesday, May 23, 2007 12:02 AM | Feedback (0)

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)