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: 4 months 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2025-08-30T03:00:23.000Z (5 months ago)
- Last Synced: 2025-08-30T05:18:18.198Z (5 months ago)
- Topics: asp-net-core-web-api, blazor-webassembly, class-library, sql-server, standalone
- Language: C#
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUDBlazorApp