ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is the difference between a Debug and Release build? Is
there a significant speed difference? Why or why not?
 Question Submitted By :: .NetGuru
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
Answer
# 1
debug just do debugging the application
while release do debugging as well as release the application
 
Is This Answer Correct ?    0 Yes 18 No
Kavita Sharma
 
  Re: What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
Answer
# 2
- 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 ?    7 Yes 1 No
Chandra Sekhar Dola
 
 
 
  Re: What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
Answer
# 3
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 ?    3 Yes 0 No
Atreya A
 
  Re: What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
Answer
# 4
if deleting the web.config u can't debug.means ur without 
web.config u don't debug the appliction.if ur build the 
application web.config not necessary.
 
Is This Answer Correct ?    2 Yes 1 No
Ajay Chimmiri
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
what is Master pages in asp.net? what is the advantages and disadvantages?  2
Caching techniques in .NET? Microsoft2
What is viewstate? Microsoft4
Does C# support static class?Is Static class be inherited by any class?  2
How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits? CoreObjects2
Is It Possible For Whole Page is Saved In View State? What Is View State? Phoenix-Technologies2
Where do you store the information about the user?s locale?  1
what is structured data format?  2
Difference between .NET components and COM components? Microsoft1
To display data in a Repeater control which templete is provided ?  4
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager? Infosys1
Difference between Response.Expires and Expires.Absolute ? Accenture1
You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data. Syntax-Softtech1
what are the differences between windows services and web services? Tech-Mahindra3
What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages? Syntax-Softtech1
Explain the differences between Server-side and Client-side code?  2
wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?  1
Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks  1
what is code access security,role based security explain with example Infosys1
What is localization and Globalization?  3
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com