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

https://github.com/djaus2/blazorathleteefcore

Based upon BlazorEmployeeEFCore from
https://github.com/djaus2/blazorathleteefcore

blazor blazorserver crud-sample database dotnetcore efmigration entitycrameworkcore entityframework migration

Last synced: 8 months ago
JSON representation

Based upon BlazorEmployeeEFCore from

Awesome Lists containing this project

README

          

# BlazorAthleteEFCore
Based upon BlazorEmployeeEFCore from Sarathlal Saseendran with some Generics.
A Blazor Server App with CRUD.

The CustomHttpClient uses a Generics class. (Athlete in this app).
Uses Entity Framework and a Azure Microsft SQL Server

- The original Blazor EF Employees post on how to do this, thx Sarath
- Class in this extension is Athletes with the CustomHttpClient using a Generics class.
- Other classes could be made Generic as well
- My Blog Site

## Setup
Read the Setup.txt file in the root of the project