31 October 2008 by Shiva
Tore Vestues discusses the possible benefits of introducing compiler extensibility that would allow developers to get into the .Net code compliation process and modify code before generating the .Net assembly. He also cautions us not to get too excited because it seems that Anders Hejlsberg (C# creator) mentioned in a PDC 2008 session that compiler [...]
29 October 2008 by Shiva
Fix for the Error "System.InvalidOperationException: The requested FTP command is not supported when using HTTP proxy."
23 September 2008 by Shiva
How to find ildasm.exe on your developer machine. Also includes links to tutorial and ildasm.exe usage documentation.
17 September 2008 by Shiva
The safest and most efficient way to clear a StringBuilder variable is as follows.
29 April 2003 by Shiva
A simple, but clear and very well written article by Mike Gunderloy discussing Strong Names for .Net Assemblies and Why we need them.