Tuesday, December 13, 2005

Implemeting HTTP Modules in ASP.NET

I have found the following article very useful in getting started with creating/using HTTP Modules.

http://www.15seconds.com/issue/020417.htm

Friday, December 02, 2005

Accessing from multiple SourceControl locations.

I recently had to access code from "Sourcegear Vault" and at the same time access from "Visual Sourcesafe". This caused a problem to me as we can have only one default sourcecontrol in Visual Studio. Fortunately, one of my friends directed me to this place ,
where I found the an app that changes the default sourcecontrol in Visual Studio in oneclick.

http://weblogs.asp.net/mlafleur/archive/2003/06/17/8812.aspx

I however have to remember to do it, before I access projects from the respective sourcecode locations.