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 abstract class in oops?
What is abstraction in oop?
What is the main purpose of inheritance law?
What do you mean by variable?
Why do we use class?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is the advantage of oop over procedural language? What is destructor example? Which type does string inherit from? Can abstract class have normal methods? write a program to find 2 power of a 5digit number with out
using big int and exponent ? Can private class be inherited? What is encapsulation in oop? What is pointer in oop? Can main method override?