Friday, March 5, 2010

Introduction of ASP.NET Web Forms

The ASP.NET Web Forms technology is used to create programmable Web pages that are dynamic, fast, and interactive. Web pages created using ASP.NET Web Forms are called ASP.NET Web Forms pages or simply Web Forms pages.
ASP.NET uses the .NET Framework and enables us to create Web pages that are browser independent. In addition to being browser independent, the following are some of the features that may lead us to select Web Forms over other technologies to create dynamic Web pages:
•    Web Forms can be designed and programmed using Rapid Application Development (RAD) tools.
•    Web Forms support a rich set of controls and are extensible, because they provide support for user – created and third – party controls.
•    Any of the .NET Framework language can be used to program the ASP.NET Web Forms pages.
•    ASP.NET uses the Common Language Runtime (CLR) of the .NET Framework and thus benefits from its features, such as type safety and inheritance.

No comments:

Post a Comment