Precompilation ?
Answer / gauravjeet singh
In Web site development with ASP.NET, version 2.0 of ASP.NET includes an application deployment utility called the Pre-compilation Tool. Using this tool, Web developers are able to pre-compile a dynamic application prior to deployment and the Pre-compilation Tool will automatically identify any compilation issues anywhere within the site. The tool also lets ASP.NET applications to be deployed without any source being stored on the server.
| Is This Answer Correct ? | 7 Yes | 0 No |
Is enum a class?
Out of 4 concepts, which 3 C++ Follow?
What type of loop is a for loop?
How do you achieve runtime polymorphism?
How does polymorphism work?
What is class and object in oops?
how to swap the variables without using temp and operators
Why do we use inheritance?
Why do we need polymorphism in c#?
Write A Program using Single and Multiple Inheritance.
Why multiple inheritance is not allowed?
What is advantage of inheritance?