This project is a simple CRUD (Create, Read, Update, Delete) API built using ASP.NET Core Web API with Entity Framework Core Code First approach. The API connects to SQL Server for data storage.
- Create, Read, Update, Delete operations on
Employeeentity. - Built with ASP.NET Core Web API.
- Uses Entity Framework Core Code First approach.
- SQL Server database integration.
- ASP.NET Core Web API
- Entity Framework Core (Code First)
- SQL Server
- C#
git clone <your-repo-url>
cd CRUDApi