aspnetcore/src/Components
N. Taylor Mullen 6699353dc6
Merge pull request #13177 from dotnet-maestro-bot/merge/release/3.0-to-master
[automated] Merge branch 'release/3.0' => 'master'
2019-08-15 16:14:18 -07:00
..
Analyzers
Authorization Factor out auth and forms. Fixes #12950 (#12999) 2019-08-12 16:36:27 -07:00
Blazor Merge pull request #13136 from dotnet-maestro-bot/merge/release/3.0-to-master 2019-08-15 08:28:49 -07:00
Components Don't release SemaphoreSlim when it is canceled (#12818) 2019-08-14 12:40:44 -07:00
Forms Factor out auth and forms. Fixes #12950 (#12999) 2019-08-12 16:36:27 -07:00
Server Dispose DI scope with async support in circuit host 2019-08-14 15:24:02 -07:00
Shared [Blazor][Fixes #12056] Avoid producing warnings for bad inputs. 2019-08-14 13:01:53 +02:00
Web Factor out auth and forms. Fixes #12950 (#12999) 2019-08-12 16:36:27 -07:00
Web.JS Improves further on Blazor reconnection experience. 2019-08-15 14:17:35 -07:00
test Don't release SemaphoreSlim when it is canceled (#12818) 2019-08-14 12:40:44 -07:00
Components.sln Remove Blazor VSIX 2019-08-12 18:32:02 -07:00
ComponentsNoDeps.slnf Remove Blazor VSIX 2019-08-12 18:32:02 -07:00
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.