a. Problem Statement
This lab involves the installation of development tools and the initial setup for database project. Specifically:
- (i) Install Visual Studio and SQL Server Management Studio (SSMS).
- (ii) Create a database using SSMS and set up a user with required permissions.
- (iii) Run SQL script to recreate your project database schema and data, or restore your previous database.
- (iv) Create a web project using a blank folder in Visual Studio.
- (v) Add a web form with code-behind and display at least five records from any relation (e.g., Customer table).