aspnetcore/src/Components
Ryan Nowak 99e99c167a Add some tests for invalid data 2019-07-09 16:57:57 -07:00
..
Analyzers Add Components analyzer flag to ensure no analyzer duplicates. 2019-07-09 16:17:36 -07:00
Blazor Update dependencies from 5 repositories (#11939) 2019-07-09 15:19:03 -07:00
Components Add globalization support for forms 2019-07-09 16:57:57 -07:00
Server Expand Blazor logging (#11919) 2019-07-08 13:50:19 +01:00
Shared Expand Blazor logging (#11919) 2019-07-08 13:50:19 +01:00
Web Move Blazor HttpClient functionality out of sfx 2019-07-01 17:14:38 -07:00
Web.JS Make ArrayBuilder<T>.ToSegment() safe even when reusing underlying arrays (#11903) 2019-07-05 16:01:53 +01:00
test Add some tests for invalid data 2019-07-09 16:57:57 -07:00
Components.sln Move Blazor HttpClient functionality out of sfx 2019-07-01 17:14:38 -07:00
ComponentsNoDeps.slnf
Directory.Build.props
Directory.Build.targets
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.