Rakesh Rajan's blog

Thoughts on .NET, software and a few trivial things...

August 2005 - Posts

How to make Visual Studio .NET create web projects in a user defined folder

Just published this here:
http://support.microsoft.com/kb/555436

Posted: Aug 22 2005, 09:57 AM by rakeshrajan | with 5 comment(s)
Filed under:
How to share custom application configuration settings across projects in .NET

Just published this here:
http://support.microsoft.com/kb/555396

Interestingly, I had stumbled upon this while answering this post:
http://www.msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet.general&mid=ff9719e6-3829-4122-8b23-565087e9b1a4&sloc=en-us

Posted: Aug 16 2005, 02:12 PM by rakeshrajan | with 3 comment(s)
Filed under:
Session Start event in .NET 2.0 seems to be updated

In .NET 1.x, the session start event would be invoked if an unhandled exception propagates out of the application scope (in additional to the normal invocation). This meant that the code in the session start event handler may be called multiple times during the same session, which isn’t good.

I fiddled with little snippets of code in Whidbey beta 2, and it seems this has been resolved in .NET 2.0.

Posted: Aug 07 2005, 11:17 PM by rakeshrajan | with no comments
Filed under: