aspnetcore/src/Components
Doug Bunting 4ba64f5470
Re-enable signing validation (#13899)
- #13864
- use latest Arcade from '.NET 3 Tools'
  - pick up @joeloff's #4083 signing validation fixes
- update signing validation exclusions to get them working
- remove custom embedded package icon bits and use Arcade approach
  - also switch VS.Redist.* packages to use license expressions
2019-11-19 07:14:34 -08:00
..
Analyzers Add XML docs to pubternal types 2019-08-27 13:45:33 -07:00
Authorization [release/3.0] Update dependencies from 4 repositories (#14425) 2019-10-28 18:06:32 -07:00
Blazor Re-enable signing validation (#13899) 2019-11-19 07:14:34 -08:00
Components Re-enable signing validation (#13899) 2019-11-19 07:14:34 -08:00
Forms [release/3.0] Update dependencies from 4 repositories (#14425) 2019-10-28 18:06:32 -07:00
Server [release/3.0] Update dependencies from 4 repositories (#14425) 2019-10-28 18:06:32 -07:00
Shared Merge pull request #13112 from aspnet/darc-release/3.0-9048d89c-e829-4684-8acd-94ef228abee6 2019-08-16 20:09:08 -07:00
Web [release/3.0] Update dependencies from 4 repositories (#14425) 2019-10-28 18:06:32 -07:00
Web.JS components-reconnect-refused to components-reconnect-rejected (#13659) 2019-09-04 11:07:19 -07:00
test [release/3.0] Update dependencies from 4 repositories (#14425) 2019-10-28 18:06:32 -07:00
Components.sln Remove Blazor VSIX 2019-08-12 18:32:02 -07:00
ComponentsNoDeps.slnf Remove Blazor VSIX 2019-08-12 18:32:02 -07:00
Directory.Build.props
Directory.Build.targets Fix building Components solution in VS 2019-08-08 11:37:58 +01:00
NuGetPackageVerifier.json
README.md
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.