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
Explain what is event bubbling?
What permissions do asp.net applications posses by default?
What is the base class from which web forms are inherited?
What are the various types of validation controls provided by asp.net?
How do we access view state value of this page in the next page?
What is client side state management?
Is asp net front end or backend?
Which is the parent class of the web server control?
When cookie will expire?
What is difference between Lambda Expression and LINQ in ASP.NET?
Define cookie.
What is difference between viewstate and session state in javascript?
What is the difference between a page theme and a global theme?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What is a query string in a url?