Xpode.com        Click here to Print this article.

.NET interview questions: - What is the difference between DEBUG and Release?

Not quite often but can be asked .NET interview questions on DEBUG and Release mode.

DEBUG and RELEASE are build modes, where DEBUG is used to build the code in development mode and RELEASE is for production / go live environment.

In RELEASE mode the code is more optimized and any debugging related code or debug constants are removed before going to production.

debug

Figure: - DEBUG vs RELEASE

Also see following .NET interview questions video on Debug directive in C#: -



http://
http://questpond.com/

Contributed by:
Shivprasad koirala Koirala
I am a Microsoft MVP for ASP/ASP.NET and currently a CEO of a small E-learning company in India. We are very much active in making training videos , writing books and corporate trainings. Do visit my site http://www.questpond.com for .NET, C# , design pattern , WCF , Silverlight , LINQ , ASP.NET , ADO.NET , Sharepoint , UML , SQL Server training and Interview questions and answers

Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=716

Click here to go on website