GitXplorerGitXplorer
d

Net8BlazorAuto

public
26 stars
8 forks
2 issues

Commits

List of commits on branch main.
Unverified
c5d9e6833ccc2c9e22dd9a4b846ac22e4352042f

Update readme

ddanroth27 committed a year ago
Unverified
9b8e952481b897ff88fb2d3c090003cfcb8791b0

Update to .NET 8 RC1

ddanroth27 committed a year ago
Unverified
75eff3f5f39dbce1b61c38a7360139f5ed031425

Update readme

ddanroth27 committed a year ago
Unverified
bd3a4c00f79fa73da6228e8c1715dee64880684f

Add Blazor web app using auto render mode in .NET 8

ddanroth27 committed a year ago
Verified
0febfb6f1da8aa523eec8f610f523cfb64ca1e2a

Initial commit

ddanroth27 committed a year ago

README

The README file for this repository.

Blazor Auto render mode

Blazor Web App using the Auto render mode in .NET 8.

Created using dotnet new blazor --use-server --use-wasm -o Net8BlazorAuto and then consolidating the Counter components into the client project.