ASP.NET Rich-Text Editor with Built-in Spell Checker
 
 




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. .NET Framework Assemblies
2. Classic ASP vs. ASP.NET

FAQ toolbar: Submit FAQ  |  Tell A Friend  |  Add to favorites  |  Feedback


Copyright © 2002-2008 Bean Software. All rights reserved.