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

What are the layouts of ASP.NET Pages?

1095


Differentiate between a hyperlink control and a linkbutton control.

1029


How to find last error which occurred in Asp.net ?

1327


How to Insert/Add in ASPXgridview

1086


What are the new navigation controls in asp.net 2.0?

1045


How may clustered index we can create in table?

1047


How does exception management works in ASP.NET?

1191


how to transfer the file from client to server using asp.net

1158


What is %20 in a url?

951


What are the various types of validation controls provided by asp.net?

1020


List some of the important session state modes of asp.net.

1033


Explain swagger components.

1060


What is asp.net web pages?

1033


If you are using components in your application, how can you handle exceptions raised in a component?

2741


Can you use c# without .net?

1021