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
- Host: GitHub
- URL: https://github.com/djaus2/blazorathleteefcore
- Owner: djaus2
- License: cc0-1.0
- Created: 2020-06-22T05:48:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:00:41.000Z (about 3 years ago)
- Last Synced: 2025-04-23T18:19:59.854Z (8 months ago)
- Topics: blazor, blazorserver, crud-sample, database, dotnetcore, efmigration, entitycrameworkcore, entityframework, migration
- Language: HTML
- Size: 528 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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