This project is a .NET Core 6 application that utilizes Microsoft SQL Server and Entity Framework Core with a Code First approach. It focuses on performing CRUD (Create, Read, Update, Delete) operations on a database.
- Create Operation: Allows users to add new records to the database.
- Read Operation: Provides functionality to retrieve and display existing records from the database.
- Update Operation: Enables users to modify existing records in the database.
- Delete Operation: Allows users to remove records from the database.