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

What is ASP.net?



Posted By: Avi Date: 1 October 2010 12:02:14 AM
 Answer:

ASP.net is the advanced version of ASP . It is part of Microsoft's .Net framework.Basically ASP is a programming language used to create custom web applications. The .Net framework provides much advancement and new upgradations which makes Asp much more efficient for server services and also make it fast.


Posted By: avibtech


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

Loading
Enter the text as shown in the image m5QXYI
Related Questions
ASP.Net : How a control can participate in event bubbling?

How a control can participate in event bubbling?

There are two methods through which a control can participate in event bubbling. These methods are i....
Category: ASP.Net Date: 10/2/2010 5:06:20 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
ASP.Net : Diffrentiate between Response.Write() and Response.Output.Write()?

Diffrentiate between Response.Write() and Response.Output.Write()?

Response.write:- 1. An unformatted output is displayed. 2. It writes the text stream. 3. It will ou....
Category: ASP.Net Date: 10/2/2010 4:41:19 PM
ASP.Net : Which transport protocol is used to call a Web Service?

Which transport protocol is used to call a Web Service?

SOAP (Simple Object Access Protocol).It is used to exchange information in a decentralised enviropnm....
Category: ASP.Net Date: 10/2/2010 12:20:19 PM
ASP.Net : Name the different types of directives being used in .Net?

Name the different types of directives being used in .Net?

The directives are as follows:- @Page , @Control , @Import , @Implements , @Register , @Assembly
Category: ASP.Net Date: 10/2/2010 3:36:20 AM