aspnetcore/src/Components
Pranav K 592dfe165b
Changes to build in master
* Cleanup bad merge
* Update to dotnet-serve that supports arbitrary ports
2020-05-28 15:43:55 -07:00
..
Analyzers
Authorization
Components Modify the path error in the comment. (#22168) 2020-05-27 09:52:01 -07:00
Forms
Ignitor [Fixes #19666] [Components] Improve reliability of component quarantined tests (take 2) (#21499) 2020-05-06 10:12:06 -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
Web.JS Changes to build in master 2020-05-28 15:43:55 -07:00
WebAssembly Changes to build in master 2020-05-28 15:43:55 -07:00
benchmarkapps Merge blazor-wasm in to master 2020-05-27 11:00:38 -07:00
test Changes to build in master 2020-05-28 15:43:55 -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

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.