What is "webforms"

Web Forms is a part of the ASP.NET web application framework. It is one of the different programming templates you can use to create ASP.NET web applications. Web Forms are pages that users request through their browser and that form the user interface (UI) that give their web applications their own look & Feel. These pages are written using a combination of HTML, server controls and server code. When the user requests a page, it is compiled and executed on the server and then it generates the HTML markup that the browser can process. What is Web Forms(en)

Read more

Tutorials