ASP.NET is a development framework for creating web pages and websites using HTML, CSS, JavaScript, and server scripts. ASP.NET supports three different development models: Web Pages (Web pages), MVC (Model View Controller model-view-controller), and Web Forms (Web Forms): "Web Forms Tutorial" introduces Web Forms.
Through "Web Forms Tutorial" you will learn:
Web Forms is the oldest ASP.NET programming model and is an event-driven web page that integrates HTML, server controls, and server code.
Web Forms are compiled and executed on the server, which then generates HTML to display as a web page.
Web Forms has hundreds of web controls and web components for creating user-driven websites with data access.