Answer Posted / 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 |
Post New Answer View All Answers
What is inheritance and how many types of inheritance?
What is protected in oop?
2. Give the different notations for the class.\
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is polymorphism explain?
What are functions in oop?
which feature are not hold visual basic of oop?
What does oop mean in snapchat?
How do you answer polymorphism?
hi all..i want to know oops concepts clearly can any1 explain??
What is abstraction encapsulation?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is pointer in oop?
Why is abstraction used?
c++ program to swap the objects of two different classes