Company is my first MVC web project developed as a CRUD application for practicing ASP.NET Core 8, EF Core, and Microsoft SQL Server skills acquired during a training at The ITI (Institute in Egypt).
- .NET 8 SDK: Download and install the .NET 8 SDK from the official website.
- Microsoft SQL Server: Ensure you have Microsoft SQL Server installed and running. You can download it from the official website.
git clone https://github.com/mohamedsaeed138/Company-CRUD-Project.git
cd Company
- Apply migrations to create the database schema.
dotnet ef database update
dotnet build
dotnet run
CRUD operations for Employees, Departments, Department Locations, Projects, and Employees' Dependents.
- Bootstrap
- JQUERY
- ASP.NET Core 8
- LINQ
- EF Core
- Microsoft SQL Server
This project is licensed under the MIT License - see the LICENSE file for details.