What is the difference between a Debug and Release build? Is
there a significant speed difference? Why or why not?
Answer Posted / chandra sekhar dola
- The biggest difference between these is that:
In a debug build the complete symbolic debug
information is emitted to help while debugging applications
and also the code optimization is not taken into account.
While in release build the symbolic debug info is not
emitted and the code execution is optimized. Also, because
the symbol info is not emitted in a release build, the size
of the final executable is lesser than a debug executable.
- Usually they are configured to build
differently. The debug build includes building debug
symbols (the .pdb files that live next to the .dll
assemblies) and doesn't perform code optimization which
speeds up compiling a bit.
| Is This Answer Correct ? | 28 Yes | 1 No |
Post New Answer View All Answers
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
when a request is made in Life cycle of ASP.NET page .
In ViewState How much lifespan items stored?
Can you explain autopostback?
Can you set which type of comparison you want to perform by the comparevalidator control?
Explain the difference between panel and groupbox classes using .net?
Does asp.net still recognize the global.asa file?
List the events in page life cycle.
What is state management techniques in asp.net?
Define repository pattern in asp.net mvc? : asp.net mvc
What is the viewstate in asp.net?
What is difference between ispostback and autopostback in asp net?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is considered a service provider?
What do you mean by query string?