‘.Net Framework’ Articles

Recursively Copy Files During Build Using the Task in MSBuild

Why Microsoft Should Introduce Compiler Extensibility But May Not

Tore Vestues discusses the possible benefits of introducing compiler extensibility that would allow developers to get into the .Net code

Fix For Error: The Requested FTP Command Is Not Supported When Using HTTP Proxy

Fix for the Error “System.InvalidOperationException: The requested FTP command is not supported when using HTTP proxy.”

Where is ildasm.exe (MSIL Disassembler) located ?

How to find ildasm.exe on your developer machine. Also includes links to tutorial and ildasm.exe usage documentation.

Safest, Most Efficient Way To Clear A StringBuilder Variable

The safest and most efficient way to clear a StringBuilder variable is as follows.

What Are Strong Names For Assemblies ? How Do You Create And Use Them ?

A simple, but clear and very well written article by Mike Gunderloy discussing Strong Names for .Net Assemblies and Why we need them.