aspnetcore/src/Components
Brennan 9112030a3c
Quarantine some tests (#19932)
2020-03-17 16:31:24 -07:00
..
Analyzers Reenable Components analyzers on helix (#19721) 2020-03-09 22:14:20 -07: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 Update reference assemblies for modified components 2020-02-27 11:56:17 -08:00
Forms Re-enable source build job 2020-02-19 22:46:22 -08:00
Ignitor Build fixups in master (#19338) 2020-02-26 10:45:38 -08:00
Samples/BlazorServerApp Validation fixes for Blazor (#14972) 2019-10-18 11:26:17 -07:00
Server Quarantine some tests (#19932) 2020-03-17 16:31:24 -07:00
Shared Merge branch 'release/3.1' into 'master' 2019-09-20 21:56:41 -07:00
Web Support nullable enum in InputSelect (#19506) 2020-03-09 16:00:35 -07:00
Web.JS Use Node-Fetch instead of Request for TS client (#19708) 2020-03-13 17:39:25 -07:00
benchmarkapps Don't ship Wasm.Performance.Driver (#19906) 2020-03-17 09:16:53 -07:00
test Quarantine Blazor-Ignitor based tests (#19667) 2020-03-09 14:28:51 -07:00
Components.sln Add a benchmarking app for Blazor Wasm 2020-01-13 14:42:02 -08:00
ComponentsNoDeps.slnf Add a benchmarking app for Blazor Wasm 2020-01-13 14:42:02 -08:00
Directory.Build.props aspnet/AspNetCore -> dotnet/aspnet 2020-01-08 16:40:11 -08:00
Directory.Build.targets [Blazor] Pins the SDK version to 3.1 and forces Blazor projects to compile against it (#17479) 2019-11-28 23:12:44 +01:00
NuGetPackageVerifier.json
README.md Update gitter url (#19755) 2020-03-11 09:31:59 -07:00
THIRD-PARTY-NOTICES.txt
build.cmd Enforce E2E test prerequisites when building individual solutions only (#11642) 2019-06-29 01:04:36 +02:00
build.sh Enforce E2E test prerequisites when building individual solutions only (#11642) 2019-06-29 01:04:36 +02:00
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.