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...
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...
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