https://github.com/hueifeng/blazorcrudsample
CRUD Using Blazor And Entity Framework Core
https://github.com/hueifeng/blazorcrudsample
Last synced: 3 months ago
JSON representation
CRUD Using Blazor And Entity Framework Core
- Host: GitHub
- URL: https://github.com/hueifeng/blazorcrudsample
- Owner: hueifeng
- Created: 2020-05-05T01:22:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T01:56:36.000Z (about 5 years ago)
- Last Synced: 2025-01-18T12:49:45.074Z (4 months ago)
- Language: HTML
- Size: 222 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlazorCRUDSample
CRUD Using Blazor And Entity Framework Core
# Solution
You can see that there are three projects in the solution:
- **BlazorServerCRUDSample.client**: This contains all the client side code and pages which will be rendered on the browser.
- **BlazorServerCRUDSample.Server**: This contains files related to database and webapis which simply means files related to server.
- **BlazorServerCRUDSample.Shared**: This contains the code which will be shared between both the client and server