Answer Posted / krishna kumar - kasbah systems
For beginners
--------------
ASP.NET is a set of web development technologies marketed
by Microsoft. Programmers can use this set of technologies
to build web applications and XML web services.
For intermediate
----------------
This is the latest incarnation of Microsoft's middleware
for the Internet. ASP.NET is built upon the .NET Framework.
The .NET Framework has two main components: the common
language runtime (CLR) and the .NET Framework class
library. The CLR is the foundation of the .NET Framework.
You can think of it as an agent that manages code at
execution time for both Windows and ASP.NET applications.
The class library, the other main component of the .NET
Framework, is an object-oriented collection of reusable
components that you can use to develop applications for
both Windows and the Web. ASP.NET is therefore the required
environment that supports developers who use the .NET
Framework to develop Web-based applications.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How dataadapter.fill works?
What is a web pool?
Explain the server control events of asp.net ?
Is it true that a Web service must be written in .NET or not?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What are Master Pages in ASP.NET?
What is the appSettings Section in the web.config file?
What are the uses of list view control in Asp.net?
Are there resources online with tips on asp to asp.net conversions?
What is IPostBack? How to use it?
How to find out what version of asp.net I am using on my machine?
What is the difference between a candidate key and primary key?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Explain about Application and Session Events ?
What are the major built-in objects in ASP.NET?