ASP.net is a server side web development platform developed by Microsoft. ASP.net is part of the .net framework and hence it is object oriented. All controls in a asp.net page are compiled into objects before they are executed by the common language run-time of the .net framework. ASP.net is used to develop dynamic web applications. One can have the full capability of the Microsoft programming languages like VB and C# when developing web applications with asp.net. From this point of view ASP.net, as some folks claim, is not a new version of the classic ASP. It is newly created platform.
Features of ASP.NET: ASP.NET new features include:
- Better language support
- Programmable controls
- Event-driven programming
- XML-based components
- Enhanced control over security
- Higher scalability
- Increased performance - Compiled code
- Easier configuration and deployment
Read more about ASP.NET on:
Microsoft Official ASP.NET : What is ASP.NET?
w3Schools.com: ASP.NET Introduction
No comments:
Post a Comment