https://github.com/alanburic/university-dotnet-web-app
ASP.NET 9 Core Web API + MSSQL + client-side rendering Blazor WebAssembly web application example on the topic of a university with courses and students.
https://github.com/alanburic/university-dotnet-web-app
application asp-net-core blazor client-side-rendering csr mssql net-9 university wasm web web-api webassembly
Last synced: about 1 month ago
JSON representation
ASP.NET 9 Core Web API + MSSQL + client-side rendering Blazor WebAssembly web application example on the topic of a university with courses and students.
- Host: GitHub
- URL: https://github.com/alanburic/university-dotnet-web-app
- Owner: AlanBuric
- License: mit
- Created: 2025-02-02T02:12:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T18:15:47.000Z (over 1 year ago)
- Last Synced: 2025-03-31T17:27:28.000Z (about 1 year ago)
- Topics: application, asp-net-core, blazor, client-side-rendering, csr, mssql, net-9, university, wasm, web, web-api, webassembly
- Language: HTML
- Homepage:
- Size: 750 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# university-dotnet-web-app
[](https://docs.microsoft.com/en-us/dotnet/csharp/)
[](https://dotnet.microsoft.com/)
[](LICENSE)
**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.
## Features
- **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.