ASP.NET Web Forms

ASP.NET Web Forms
Original author(s)Microsoft
Initial release2002 (2002)
Operating systemWindows
Platform.NET Framework
TypeWeb application framework
Websitedotnet.microsoft.com/apps/aspnet/web-forms

ASP.NET Web Forms is a web application framework and one of several programming models supported by the Microsoft ASP.NET technology. Web Forms applications can be written in any programming language which supports the Common Language Runtime, such as C# or Visual Basic. The main building blocks of Web Forms pages are server controls, which are reusable components responsible for rendering HTML markup and responding to events.[1] A technique called view state is used to persist the state of server controls between normally stateless HTTP requests.[2]

Web Forms was included in the original .NET Framework 1.0 release in 2002 (see .NET Framework version history and ASP.NET version history), as the first programming model available in ASP.NET. Unlike newer ASP.NET components, Web Forms is not supported by ASP.NET Core.[3]

  1. ^ "What is Web Forms". docs.microsoft.com.
  2. ^ "ASP.NET View State Overview". msdn.microsoft.com.
  3. ^ "Choose between ASP.NET and ASP.NET Core". docs.microsoft.com.

From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Nelliwinne