aspnetcore/src/Components
Steve Sanderson 98cd3ab349 Allow loading dlls with arbitrary extensions 2020-03-04 12:30:10 +00:00
..
Shared
Web.JS Allow loading dlls with arbitrary extensions 2020-03-04 12:30:10 +00:00
WebAssembly Update debug proxy to match Mono commit b91580bafa7208b4a52d66cfadce070551f1904a 2020-03-03 11:43:55 +00:00
benchmarkapps Target the Razor SDK in Driver app (#19344) 2020-02-25 13:33:49 -08:00
test BlazorWASM: API review (#19219) 2020-02-21 12:58:02 -08:00
Blazor.sln BlazorWASM: API review (#19219) 2020-02-21 12:58:02 -08:00
Directory.Build.props
Directory.Build.targets Blazor WebAssembly package renames (#19026) 2020-02-18 10:54:28 -08:00
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.