ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 409 Page Views: 

What are the advantages of pre-compilation in asp.net?



Posted By: Avi Date: 1 October 2010 02:48:19 AM
 Answer:

1. the performance is increased as the site has already been compiled and when it is requested no time will spent on compiling it.2 2. The Errors can be detected earlier. 3. If the web site is precompiled before deployment then one can directly deploy the assemblies instead of the Source code.


Posted By: avibtech


Date: 1 October 2010 02:48:19 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image Nz5Bcd
Related Questions
ASP.Net : What is the purpose of page class ?

What is the purpose of page class ?

Whenever an asp.net page is requested and directed towards the browser , ASP.net creates an instance....
Category: ASP.Net Date: 10/3/2010 5:46:19 AM
ASP.Net : Diffrentiate between between datareader and datagrid?

Diffrentiate between between datareader and datagrid?

Datareader:- It is an onject used to get read-only,forward only data from the database. As the quer....
Category: ASP.Net Date: 10/3/2010 1:49:19 AM
ASP.Net : What is meant by pre-compilation feature of asp.net ?

What is meant by pre-compilation feature of asp.net ?

Pre-Compilation optio allows to compile the website before its is deployed or compile it after being....
Category: ASP.Net Date: 10/2/2010 11:38:19 PM
ASP.Net : What do you mean by fragment caching ?

What do you mean by fragment caching ?

In asp.net there is a mechanism to cache the portion of pages known as page fragment caching. It is....
Category: ASP.Net Date: 10/2/2010 6:52:19 PM
ASP.Net : What do you mean by bubbling an event?

What do you mean by bubbling an event?

ASP.net provides a technique known as event bubbling which allows a child control to propagate event....
Category: ASP.Net Date: 10/2/2010 5:06:20 PM