What is ASP.NET?
ASP.NET is free web programming framework, used to create web applications, dynamic web sites and web services. ASP.NET is a part of .NET Framework. The .NET Framework contains thousands of class libraries, used to speed up development process.
ASP.NET code runs on server side, and returns HTML code to client Web Browser.
Source code is compiled when page is first time requested. Source code always compiles to CLR (Common Language Runtime), but you can write ASP.NET web application in any of supported language. Most popular programming languages for ASP.NET development are C# and VB.NET.
Related articles:
1. LINQ to XML
2. Printing in ASP.NET
3. Data Paging in ASP.NET
4. JW FLV Player ASP.NET Control - VB.NET Source Code
Copyright © 2002-2008 Bean Software. All rights reserved.