aspnetcore/src/Components
Pranav K 646925127b
Move ProtectedBrowserStorage to the shared fx (#25557)
* Move ProtectedBrowserStorage to the shared fx

* Fixups

* Fixup
2020-09-09 09:54:14 -07:00
..
Analyzers Fix warnings in analyzer packages (#24837) 2020-08-13 14:49:47 -07:00
Authorization Merge remote-tracking branch 'origin/release/5.0-preview8' into 'master' 2020-07-17 15:03:15 -07:00
Components [release/5.0-rc2] Add public API baselines for Components (#25660) 2020-09-06 21:33:03 -07:00
Forms [release/5.0-rc2] Add public API baselines for Components (#25660) 2020-09-06 21:33:03 -07:00
Ignitor [release/5.0-rc2] Add public API baselines for Components (#25660) 2020-09-06 21:33:03 -07:00
ProtectedBrowserStorage/src Move ProtectedBrowserStorage to the shared fx (#25557) 2020-09-09 09:54:14 -07:00
Samples/BlazorServerApp Make AddComponentReferenceCapture delegate non-null (#24842) 2020-08-13 13:24:31 -07:00
Server Move ProtectedBrowserStorage to the shared fx (#25557) 2020-09-09 09:54:14 -07:00
Shared Merge branch 'release/5.0' into prkrishn/nullability-feedback 2020-08-26 16:38:48 -07:00
Web [release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/runtime dotnet/efcore (#25555) 2020-09-08 23:34:53 +00:00
Web.Extensions/src [release/5.0-rc2] Add public API baselines for Components (#25660) 2020-09-06 21:33:03 -07:00
Web.JS IJSUnmarshalledObjectReference for unmarshalled JS interop calls on JavaScript objects. (#25548) 2020-09-04 10:27:10 -07:00
WebAssembly [release/5.0-rc2] Add public API baselines for Components (#25660) 2020-09-06 21:33:03 -07:00
benchmarkapps Do not include the shared framework in the packages (#24816) 2020-08-25 10:03:58 -07:00
test Move ProtectedBrowserStorage to the shared fx (#25557) 2020-09-09 09:54:14 -07:00
.vsconfig
Components.slnf Move ProtectedBrowserStorage to the shared fx (#25557) 2020-09-09 09:54:14 -07:00
ComponentsNoDeps.slnf Move ProtectedBrowserStorage to the shared fx (#25557) 2020-09-09 09:54:14 -07:00
Directory.Build.props Create a Blazor WebAssembly SDK (#24044) 2020-07-20 13:25:49 -07:00
Directory.Build.targets Use BlazorWebAssemblySDK (#24371) 2020-08-11 17:29:01 +00:00
NuGetPackageVerifier.json
README.md
THIRD-PARTY-NOTICES.txt
build.cmd
build.sh
startvs.cmd Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07: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.