Shortest .NET program I have ever written (or smallest solution anyway)
I was looking for a screenshot of an old app I wrote, and I ran across this code from 2001. This is the shortest .NET program I ever wrote. Intermediate Language (IL) was new to us back then, so many of us tried writing simple programs in it just to try it out. The whole solution consists of three files: the resulting EXE, the source IL and a batch file to do the compilation: The code itself targets .NET 1.0 Beta 2. Here’s the source .IL file. There are more comments than code, but luckily that means it should still be pretty easy to read.

Read more here:
Shortest .NET program I have ever written (or smallest solution anyway)






