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 to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Explain what is clr?
How does http session work?
What is a page life cycle? What are the events in a page life cycle?
What are the different types of Caching techniques in ASP.NET?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Explain the difference between response.redirect vs server.transfer
Is there any property names “isnavigating”?
What is application Object?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What does asp in asp.net stand for?
Where sessions are stored in asp.net?
Explain the server control events of asp.net ?
Explain the various authentication mechanisms in asp.net.
How do you use viewstate?