Relative Content

Tag Archive for entity-framework-coreblazorblazor-server-siderazor-class-libraryef-core-8.0

Blazor Server, Entity Framework Core 8, and DBContextFactory

I’m trying to work on a design for a Blazor Server application for enterprise where I have one project that contains UI, Services, etc for the entire application, and modular pieces different developers can use with Razor Class Libraries and an attached Data project. Ideally I’d use a web api for data access but am currently restricted to using EFCore 8 directly in the Data project.