aspnetcore/src/Components
Pranav K 753dad3e3f
Re-enable assertion for pdbs during WASM publish (#26912)
Fixes https://github.com/dotnet/aspnetcore/issues/25135
2020-10-15 09:23:18 -07:00
..
Analyzers API docs for Components (#26505) 2020-10-02 13:22:14 -07:00
Authorization API docs for Components (#26505) 2020-10-02 13:22:14 -07:00
Components [Blazor] Missing IAsyncDisposable implementation on renderer (#26848) 2020-10-13 13:50:54 -07:00
Forms API docs for Components (#26505) 2020-10-02 13:22:14 -07:00
Ignitor Update to latest SDK (#25421) 2020-09-10 15:12:17 -07:00
ProtectedBrowserStorage/src Move ProtectedBrowserStorage to the shared fx (#25557) 2020-09-09 09:54:14 -07:00
Samples/BlazorServerApp
Server [Blazor] Missing IAsyncDisposable implementation on renderer (#26848) 2020-10-13 13:50:54 -07:00
Shared
Web !!! Correct condition controlling `public` API analysis !!! (#26797) 2020-10-12 11:07:18 -07:00
Web.JS Resolve issue with readLazyAssembly returning stale value (#26642) 2020-10-07 22:57:13 -07:00
WebAssembly Re-enable assertion for pdbs during WASM publish (#26912) 2020-10-15 09:23:18 -07:00
benchmarkapps Use ICU sharding (#25521) 2020-09-10 10:17:02 -07:00
test Resolve issue with readLazyAssembly returning stale value (#26642) 2020-10-07 22:57:13 -07:00
.vsconfig
Components.slnf Remove Microsoft.Components.Web.Extensions (#26256) (#26298) 2020-09-25 12:14:56 -07:00
ComponentsNoDeps.slnf Remove Microsoft.Components.Web.Extensions (#26256) (#26298) 2020-09-25 12:14:56 -07:00
Directory.Build.props
Directory.Build.targets Enable PostBuildSign flag and include signing information in the manifest (#26033) 2020-09-18 11:07:42 -07: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.