Open in app

Sign In

Write

Sign In

Sergey Zaikin
Sergey Zaikin

27 Followers

Home

About

Published in

ITNEXT

·Mar 14, 2021

Blazor: switching Server and WebAssembly at runtime

ASP.NET Core Blazor is a web framework designed to run client-side in the browser on a WebAssembly-based .NET runtime (Blazor WebAssembly) or server-side in ASP.NET Core (Blazor Server), but these two models cannot be used at the same time. More information about hosting models is available in the documentation. This…

Blazor

6 min read

Blazor: switching Server and WebAssembly at runtime
Blazor: switching Server and WebAssembly at runtime
Blazor

6 min read


Aug 6, 2020

Roslyn & EF Core: runtime DbContext constructing

Entity Framework Core can generate model code and DbContext for an existing database using the console command dotnet ef dbcontext scaffold. Why don't we try generating a DbContext in runtime? This sample project demonstrates how to: Generate DbContext code using EF Core. Compile it in memory using Roslyn. Load the…

Ef Core

3 min read

Roslyn & EF Core: runtime DbContext constructing
Roslyn & EF Core: runtime DbContext constructing
Ef Core

3 min read

Sergey Zaikin

Sergey Zaikin

27 Followers

.NET Developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams