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 |
What is the purpose of polymorphism?
What are oops functions?
Why do pointers exist?
How can you overcome the diamond problem in inheritance?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
Write an operator overloading program to write S3+=S2.
How do you define social class?
What is abstraction in oops with example?
what is the difference between class and structure in C++?
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,