Code Behind in Blazor
How to Separate the UI Code and Logic in Blazor
Blazor is a fantastic framework to build web applications. It comes in two flavors: Server or Web Assembly. When creating a new project (not EMPTY), the .NET template spits out a simple application that you can then build off of. Both templates feature a Pages directory with Razor Pages (.razor)...
[Read More]