aspnetcore/src/Components
John Luo a5fc9defc4 Regenerate ref assemblies 2020-02-20 16:53:07 -08:00
..
Analyzers Apply some fixes 2020-02-19 14:18:29 -08:00
Authorization Re-enable source build job 2020-02-19 22:46:22 -08:00
Blazor Merge branch 'master' into johluo/migrating-extensions 2020-02-20 16:44:06 -08:00
Components Regenerate ref assemblies 2020-02-20 16:53:07 -08:00
Forms Re-enable source build job 2020-02-19 22:46:22 -08:00
Ignitor
Samples/BlazorServerApp
Server Merge branch 'master' into johluo/migrating-extensions 2020-02-20 16:44:06 -08:00
Shared
Web Re-enable source build job 2020-02-19 22:46:22 -08:00
Web.JS Todos 2020-02-18 13:47:25 -08:00
benchmarkapps
test Merge branch 'release/3.1' into master 2020-02-18 13:46:51 -08:00
Components.sln
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.