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 / atreya a

Here is a good article which explains clearly the difference
between RELEASE and DEBUG Builds:
http://dotnetthoughts.wordpress.com/2007/11/29/debug-and-release-builds/

Below given is the conclusion of above link:
1.
We all know that there is no .PDB file generated in RELEASE
database.
2.
If we see the IL(Intermediate Lang) code using ILDASM then
we find that DEBUG build code has some extra variables to
store the current values of variables and some extra nop(no
operation) & GOTO statements which are helpful for the PDB
file to debug the code.
3.
Last but not the least; the RELEASE build code is not at all
OPTIMIZED in comparison to the DEBUG build code(as shown in
the link given above). Any optimization is done by JIT on
top of the IL code at the execution time.

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly

1994


How do we ensure view state has not tampered?

962


Write a code for passing ArrayList in Web API?

1481


How to change Master page in ASP.Net using code?

1000


Define web.config in .net?

1023


What is the differences between a primary key and a unique key in sql server?

1007


What is query string? What are its advantages and limitations?

923


How can u deifne the benefits and limitation of using Viewstate for state management?

1085


What are the events in a page life cycle?

899


Explain the difference between server control and html control.

873


What is the main function of url routing system in asp.net mvc? : asp.net mvc

940


What are web server controls in asp.net?

1028


Explain the Order of events in an asp.net page?

961


What are the two Layouts supported by a Web form in ASP.NET?

1017


What is the difference between page.registerclientscriptblock and page.registerstartupscript?

799