Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




.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#: -

Helpful Website Url
http://questpond.com/
Share this article   |    Print    |    Article read by 4475 times
Author:
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
Related Articles: No related article
Related Interview Questions: