Debug vs. Release - The Best of Both Worlds

1 March, 2005 (06:05) | .NET, .NET Code Related

Scott Hanselman points out that “…You can have the best of both worlds with a rather neat trick. The major differences between the default debug build and default release build are that when doing a default release build, optimization is turned on and debug symbols are not emitted.” read more

Write a comment