Introduction to ASP.NET Web Forms

YouTube tutorial

Link

SQL Server database

How to create database

Run the script CreateTestDB.sql in Microsoft SQL Server Management Studio.

How to connect database with Visual Studio project

Replace the "Data Source" value with your server name in "connectionStrings" tag in Web.config and watch this tutorial.