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
What is server side session?
What is the full form of asp.net?
How many types of session state management options available in asp.net?
what is silver light when will we use silver light,
How you can manage the state of application at the server side in ASP.NET?
What is the difference between page-level caching and fragment caching?
What is data cache in sql server?
Explain cookies with example.
What is difference between View State and Hidden Field in ASP.NET?
Why session is used in asp.net?
What is meant by ispostback in asp net?
Difference between response.redirect and server.transfer?
List the advantages and disadvantages of user control an custom control?
What is event in asp.net?
Explain http handlers? Where we can use the http handlers?