university-dotnet-web-app is a sample web application demonstrating a university management system built with ASP.NET Core 9 Web API, MSSQL, and client-side Blazor WebAssembly. The project showcases managing courses, students, and enrollments with CRUD operations, responsive UI, and modern .NET practices.
- ASP.NET Core 9 Web API for backend controllers, Swagger included
- MSSQL database integration using Entity Framework Core
- Blazor WebAssembly for client-side rendering (CSR) for interactive UI
- CRUD operations: manage Courses, Students, and Enrollments.