aspnetcore/src/Components
Pranav K 71853a4640
Merge branch '3.1merge'
2020-06-10 11:30:40 -07:00
..
Analyzers Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
Authorization Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
Blazor/Blazor/test/Rendering Improve handling for shared values in Blazor Server (#21299) 2020-06-01 15:45:07 -07:00
Components Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
Forms Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
Ignitor Minor tweaks for better Ignitor debugability (#22446) 2020-06-02 17:45:52 -07:00
Samples/BlazorServerApp Merge branch 'blazor-wasm' into prkrishn/merge-blazor-wasm 2020-05-16 21:10:28 -07:00
Server Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
Shared Merge blazor-wasm in to master 2020-05-27 11:00:38 -07:00
Web Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
Web.JS Build against the local JSInterop (#22526) 2020-06-09 14:38:13 -07:00
WebAssembly Merge branch '3.1merge' 2020-06-10 11:30:40 -07:00
benchmarkapps Merge branch '3.1merge' 2020-06-10 11:30:40 -07:00
test Merge branch '3.1merge' 2020-06-10 11:30:40 -07:00
.vsconfig
Components.sln Changes to allow building in 3.1 branch 2020-05-22 09:20:54 -07:00
ComponentsNoDeps.slnf Changes to allow building in 3.1 branch 2020-05-22 09:20:54 -07:00
Directory.Build.props Merge blazor-wasm in to master 2020-05-27 11:00:38 -07:00
Directory.Build.targets Merge branch 'blazor-wasm' into prkrishn/merge-blazor-wasm 2020-05-16 21:10:28 -07:00
NuGetPackageVerifier.json
README.md
THIRD-PARTY-NOTICES.txt
build.cmd
build.sh
startvs.cmd Fix startvs.cmd for Components solution (#22739) 2020-06-10 00:32:42 +00:00

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.