aspnetcore/src/Components
Brennan Conroy 5a7cd976c9 Merge branch 'release/3.1' 2019-10-31 09:47:59 -07:00
..
Analyzers
Authorization
Blazor Merge branch 'release/3.1' 2019-10-31 09:47:59 -07:00
Components Merge branch 'release/3.1' 2019-10-31 09:47:59 -07:00
Forms Validation fixes for Blazor (#14972) 2019-10-18 11:26:17 -07:00
Ignitor [automated] Merge branch 'release/3.1' => 'master' (#15394) 2019-10-25 13:50:53 -07:00
Samples/BlazorServerApp Validation fixes for Blazor (#14972) 2019-10-18 11:26:17 -07:00
Server Merge branch 'release/3.1' 2019-10-31 09:47:59 -07:00
Shared
Web [automated] Merge branch 'release/3.1' => 'master' (#15394) 2019-10-25 13:50:53 -07:00
Web.JS Merge branch 'release/3.1' 2019-10-31 09:47:59 -07:00
benchmarkapps
test Merge branch 'release/3.1' 2019-10-31 09:47:59 -07:00
Components.sln Validation fixes for Blazor (#14972) 2019-10-18 11:26:17 -07:00
ComponentsNoDeps.slnf Validation fixes for Blazor (#14972) 2019-10-18 11:26:17 -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.