aspnetcore/src/Components
dotnet-maestro[bot] 371a26f07b
[release/5.0] Update dependencies from dotnet/efcore (#27189)
[release/5.0] Update dependencies from dotnet/efcore


 - Quarantine flaky test
2020-10-26 22:25:32 +00:00
..
Analyzers
Authorization
Components [Blazor] Missing IAsyncDisposable implementation on renderer (#26848) 2020-10-13 13:50:54 -07:00
Forms
Ignitor
ProtectedBrowserStorage/src
Samples/BlazorServerApp
Server [Blazor] Missing IAsyncDisposable implementation on renderer (#26848) 2020-10-13 13:50:54 -07:00
Shared
Web Ensure ReadRequest type can be loaded on server. Fixes #26882 (#26931) 2020-10-15 15:41:14 -07:00
Web.JS Ensure ReadRequest type can be loaded on server. Fixes #26882 (#26931) 2020-10-15 15:41:14 -07:00
WebAssembly Re-enable assertion for pdbs during WASM publish (#26912) 2020-10-15 09:23:18 -07:00
benchmarkapps
test [release/5.0] Update dependencies from dotnet/efcore (#27189) 2020-10-26 22:25:32 +00:00
.vsconfig
Components.slnf
ComponentsNoDeps.slnf
Directory.Build.props
Directory.Build.targets
NuGetPackageVerifier.json
README.md
THIRD-PARTY-NOTICES.txt
build.cmd
build.sh
startvs.cmd

README.md

Blazor

Build modern, interactive web-based UIs with C# and Razor.

This folder contains the underlying components programming model that powers both server-side and client-side Blazor applications.

Blazor is a component based web UI framework. Blazor apps can run client-side in browser on WebAssembly or server-side as part of an ASP.NET Core app. Blazor is a full single-page application (SPA) framework inspired by the latest JavaScript SPA frameworks, featuring support for offline/PWA applications, app size trimming, and browser-based debugging.

Blazor uses only the latest web standards. No plugins or transpilation needed. It runs in the browser on a real .NET runtime implemented in WebAssembly that executes normal .NET assemblies.

Gitter

You can learn more about Blazor at https://blazor.net.

Getting Started

To get started with Blazor and build your first web app check out our getting started guide.