Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is postback pixel?

1068


What is the exact purpose of http handlers?

1060


What is the asp.net mvc folder conventions? : asp.net mvc

957


What symbol specifies the beginning of a query string?

978


Define cookie.

1032


What is Web Server Control Templates.?

1106


What is the difference between session object and application object?

1084


What is web api vs wcf?

1063


What is the significance of attaching a profile while creating a user?

1109


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

1118


Explain http handlers? Where we can use the http handlers?

1281


How do you implement postback with a text box?

1038


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

962


What is repository pattern in mvc.net? : asp.net mvc

1036


Difference between overriding and overloading?

1355