Rakesh Rajan's blog

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

Browse by Tags

All Tags » .NET 2.0 (RSS)
Class to Xml tool (test version)
Summary CTX (Class to Xml) tool is a very simple tool which provides you a code editing environment in C# and VB.NET, compiles the source codes and lets you see the Xml output of all serializable types once successfully compiled. Intro Do you use Xml...
Posted: Feb 18 2006, 03:15 PM by rakeshrajan | with no comments
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...
Posted: Aug 07 2005, 11:17 PM by rakeshrajan | with no comments
Filed under:
HttpUnhandledException and HttpParseException - they are now Serializable :)
In .NET 1.x, these exceptions weren't serializable - which meant we couldn't persist/transport them in a direct manner. Thankfully, .NET 2.0 has both of them serializable
Posted: Jul 08 2005, 07:09 PM by rakeshrajan | with 3 comment(s)
Filed under: