An open API service indexing awesome lists of open source software.

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

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