This project is a CRUD (Create, Read, Update, Delete) application built with ASP.NET Core MVC. It demonstrates how to perform CRUD operations with a model using Entity Framework Core for database access.
- Add new records to the database.
- View a list of all records.
- Edit/update existing records.
- Delete records.
- ASP.NET Core MVC
- Entity Framework Core
- SQL Server (for database)
- Bootstrap (for frontend styling)