From the course: ASP.NET Web Forms Essential Training

Demo project overview - ASP.NET Tutorial

From the course: ASP.NET Web Forms Essential Training

Start my 1-month free trial

Demo project overview

- [Instructor] In this course, we are going to start by installing Visual Studio 2019 and once that would be installed, we are going to create our very first project and then once the project is created, we are going to explore exactly how the project is built. We are going to add our own controls to it. We are going to interact with application. We are going to see what's happening when we send the data and how the postback is working. We are going to create our own user controls and we are going to collect this application to a database so we can start inserting data to the database so I can add messages like hello world to my database and I can press insert and then we see that a message was added. I can edit the content of the messages inside the database. I can press update and that gets updated. So this is what we are going to do in this course.

Contents