🚀 ASP.NET Core CRUD is a web application demonstrating basic Create, Read, Update, and Delete operations using ASP.NET Core MVC and Entity Framework Core. This project showcases best practices in implementing CRUD functionality with a clean architecture and SQL Server as the database.
- Create: Add new records to the database.
- Read: View records with filtering, sorting, and pagination options.
- Update: Modify existing records.
- Delete: Remove records from the database.
- Validation: Built-in client and server-side validation for data integrity.
- Responsive UI: Built with Bootstrap for a mobile-friendly interface.
- Backend: ASP.NET Core MVC, Entity Framework Core
- Frontend: HTML, CSS, JavaScript, Bootstrap
- Database: SQL Server
- Version Control: Git
Prerequisites
- Visual Studio 2019/2022 or any .NET 6-compatible IDE
- SQL Server
- .NET 6 SDK installed