Relative Content

Tag Archive for sql-serverblazormauimaui-blazor

How Do I Structure Central Database Access In Blazor MAUI Hybrid App

I’m porting a project from MVC into a Blazor MAUI Hybrid app with the intent to share common components and data. I have a Razor Class Library which does this, but was wondering if I should also put my SQL Server data access in here as well or keep that in the Blazor web project?