aspnetcore/src/Components
Javier Calvarro Nelson f56c4c1c33
Fix yarn audit issues by lifting dependency versions (#11318)
2019-06-18 22:24:52 +02:00
..
Analyzers Fix linux CI break (#10610) 2019-05-29 14:52:12 -07:00
Blazor Add option for only packing runtime-specific packages (#11116) 2019-06-11 20:47:10 -07:00
Browser [master] Update dependencies from 3 repositories (#10939) 2019-06-10 23:12:23 -07:00
Browser.JS Fix yarn audit issues by lifting dependency versions (#11318) 2019-06-18 22:24:52 +02:00
Components Allow PostAsJsonAsync to accept Json with any case (#11254) 2019-06-17 09:00:59 -07:00
Server mark test as flaky (#11306) 2019-06-17 19:52:46 -07:00
Shared
…
test Allow PostAsJsonAsync to accept Json with any case (#11254) 2019-06-17 09:00:59 -07:00
Components.sln Headless Blazor client (#11112) 2019-06-13 10:05:40 -07:00
ComponentsNoDeps.slnf Headless Blazor client (#11112) 2019-06-13 10:05:40 -07:00
Directory.Build.props
…
Directory.Build.targets Add option for only packing runtime-specific packages (#11116) 2019-06-11 20:47:10 -07:00
NuGetPackageVerifier.json
…
README.md
…
THIRD-PARTY-NOTICES.txt
…
build.cmd Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
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.