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 the typical session identifier?
What is difference between view state and session state?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Explain server side state management system.
What is web api config?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is the adavantage of using ASP.NET routing?
What are the navigation ways between pages available in ASP.NET?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is application and session in asp.net?
What are the advantages of passport authentication?
What is true about application service provider?
Which browsers support the xmlhttprequest object?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is difference between datalist and gridview?