https://github.com/marcosdvs/crudblazorapp
This solution integrates three projects: a Class Library for shared models, an ASP.NET Core Web API for the backend, and a Blazor WebAssembly Standalone app for the frontend. It serves as a test project aimed at learning and practicing the use of REST APIs in .NET.
https://github.com/marcosdvs/crudblazorapp
asp-net-core-web-api blazor-webassembly class-library sql-server standalone
Last synced: about 1 month ago
JSON representation
This solution integrates three projects: a Class Library for shared models, an ASP.NET Core Web API for the backend, and a Blazor WebAssembly Standalone app for the frontend. It serves as a test project aimed at learning and practicing the use of REST APIs in .NET.
- Host: GitHub
- URL: https://github.com/marcosdvs/crudblazorapp
- Owner: MarcosDVS
- Created: 2025-08-21T14:02:31.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-31T03:15:24.000Z (10 months ago)
- Last Synced: 2025-10-02T04:34:59.189Z (9 months ago)
- Topics: asp-net-core-web-api, blazor-webassembly, class-library, sql-server, standalone
- Language: C#
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUDBlazorApp