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 Fix tests 2020-04-06 11:56:22 -07:00
Authorization Re-enable source build job 2020-02-19 22:46:22 -08:00
Components Modify the path error in the comment. (#22168) 2020-05-27 09:52:01 -07:00
Forms Re-enable source build job 2020-02-19 22:46:22 -08:00
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 Add missing OffsetX and OffsetY events to MouseEventArgs. (#20478) 2020-04-14 10:00:32 -07:00
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 Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
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 Update gitter url (#19755) 2020-03-11 09:31:59 -07:00
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 PWA template (#18878) 2020-02-14 15:52:23 +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.