A collection of awesome Blazor resources.
Blazor is a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Contributions are always welcome! Please take a look at the contribution guidelines pages first. Thanks to all contributors, you're awesome and wouldn't be possible without you!
- Introduction
- General
- Sample Projects
- Tutorials
- Libraries & Extensions
- Videos
- Articles
- Podcasts
- Presentations slides
- Tooling
- Books
- E-Books
- Courses
- Community
- Other Languages
Blazor is a .NET web framework to build client web apps with C#.
Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. More information on the official Blazor website.
To get started with Blazor, follow the instructions in the Blazor Get Started documentation.
To open Blazor projects in Visual Studio, you must have Visual Studio 2019 16.3 or later and the .NET Core 3.0 SDK.
Note: the Blazor Visual Studio extension is no longer required since .NET Core 3.0 Preview 7. Uninstall the extension if you still have it installed.
- ASP.NET Blog's archives - Archives of the ASP.NET blog about Blazor.
- Blazor - Official website of Blazor, from Microsoft.
- Blazor bites - Blazor bites series by Chris Sainty.
- Blazor-Dev gallery on .NET Foundation - Daily builds of the 'dev' branch of Blazor.
- Blazor Extensions - Curated extensions for Microsoft ASP.Net Core Blazor.
- Blazor University - Unofficial documentation website.
- Demo - Official demo website.
- FAQ - FAQ.
- GitHub repository - The official Blazor repository.
- 'Hello World' sample - 'Hello World' sample.
- Introduction to ASP.NET Core - Introduction to ASP.NET Core.
- Study Blazor - Blazor tutorial for beginners, in simple and easy steps starting from basics to advanced concepts with more code snippets.
- Workshop - Build a complete Blazor app and learn about the various Blazor framework features along the way.
- BlazorBoilerplate - Real World Admin Dashboard / Starter kit with IdentityServer4 Material Design. Demo.
- BlazorWithIdentity - A sample project showcasing a Blazor app using EF Core with Identity authentication.
- Blazor.JWTTest - JWT authentication for a Blazor hosted (Client/Server-side) app with API and Authentication.
- Blazor.OpenId - Easy authentication and client refresh using OpenId.
- BlazorAuthenticationSample - A sample showing some of the ASP.NET Core Blazor authentication features (also some testing...).
- BlogCore - Modern CMS on Domain-driven Design and Clean Architecture patterns.
- WordDaze - Blogging application written using Blazor with a WebAPI backend.
- RapidCMS - A code-first, extensible Blazor app that generates a CMS for your own database.
- AsteroidsWasm - A mixed bag of C# projects to see if a single .NET Standard base can run across all common platforms include WebAssembly. Demo.
- BlazorQuiz - Simple quiz using Blazor.NET and WebAssembly.
- Blagario - Experimental lab to test Blazor server side as multiplayer game engine.
- BlazorChess - Chess engine implemented with Blazor. Demo.
- Tzaar - Implementation of the board game Tzaar with Blazor and SignalR. Demo.
- BlazorGameSnake - 2D game snake with customizations, path finding algorithm, and sound effects using SVG. Demo.
- Blazor20Questions - Client/Server game using Websockets (SignalR) & MongoDB API, with Docker (docker-compose).
- BlazorDestinationGame - Quiz about places in the world. Demo.
- BlazorDice - Roll the dice.
- BlazorPong - Pong in Blazor server side using SignalR Core. Demo.
- BlazorTictactoe - Tic-tac-toe in Blazor WebAssembly. Demo.
- DiabloBlazor - Blazor port of DiabloWeb, making it a double WebAssembly app: a WebAssembly (C#) SPA hosting a WebAssembly (C++) game. Demo.
- Scalable sentiment analysis - A sample ables to make sentiment analysis prediction/detection of what the user is writing in a very UI interactive app (Blazor based) in the client side and running an ML.NET model (Sentiment analysis based on binary-classification) in the server side.
- BlazorTasks - To-Do App.
- Bolero.TodoMVC - A TodoMVC clone using Bolero.
- BlazorAdvancedTodo - A Blazor to-do app with state and undo function.
- Flight Finder - Flight Finder.
- Oqtane Framework - Modular Application Framework for Blazor.
- BlazorElectronExperiment - Exploring how a Blazor could be used to build a cross-platform desktop application using Electron.
- Toss.Blazor - Twitter-like web application using Blazor.
- BlazorFileReader - Read-only File streams in Blazor. Demo.
- BlazeDown - BlazeDown, online Markdown editor. Demo.
- BlazorChatSample - Blazor chat demo using SignalR JS client with interop.
- Blazor.Toaster - A Blazor port of Toastr.js.
- Money - A money manager implemented using CQRS+ES. Demo.
- Tour of Heroes - Blazor implementation of Angular Tour of Heroes.
- Runny - Prototype of running roslyn in the browser via Blazor. Demo.
- Gitter - A Blazor Gitter client.
- NethereumBlazor - Ethereum blockchain explorer and simple wallet.
- BlazorGraphExample - Example application for connecting to Graph API from Blazor.
- BlazingPizza (server side) - A server side Blazor version of the Blazing Pizza project from the Blazor - app building workshop .
- Try F# on WebAssembly - The F# compiler running in WebAssembly with Bolero.
- BlazorDynamicList - Dynamic component binding for a generic list. Demo.
- BlazorBinding - Sample Blazor App demonstrating various data binding scenarios.
- StarshipTraveler - A starship traveler demo app built with Blazor for the DevOne 2019 conference.
- BlazorServerTree - A simple Server-Side Blazor sample app to deal with hierarchical data.
- Blazor Weather - A Blazor Weather sample app that shows the current weather for your current location and a collection of pinned locations. Demonstrated at .NET Conf 2019 by Daniel Roth. Demo.
- Blazor + Sitecore - Example of dynamic pages and routes with SiteCore and Helix.
- WebSocketPage - Web Socket in Blazor. demo.
- Blazor Survey - A hybrid F#/C# Blazor sample app to kick the tyres of
- Beam - A social network demo application. This is the source code of the LinkedIn course "Blazor First Look".
- C# Minifer A client-side Blazor application demonstrating live minification of C# code using the C# Minifier library. Demo.
- BlazorClockCanvas - Complex clock based on Canvas. Demo.
- Blazor Spreadsheet - Spreadsheet app developed in Blazor. Demo.
- Client-side RealWorld - RealWorld implementation of Blazor Client-Side. Demo.
- BlazorClockSVG - Complex clock based on SVG. Demo.
- Server-side RealWorld - RealWorld implementation of Blazor Server-Side. Demo.
- BlazorPasswordPattern - Password pattern based on SVG. Demo.
- BlazorRawHtmlRenderer - Raw HTML rendering with Blazor. Demo.
- BlazePort - A futuristic ride share app for space travel written in full stack .NET with Blazor.
- BlazorBeerCalculator - Offline beer alc. vol. calculator built on Blazor. Demo.
- BlazorCalculator - Simple calculator with history and ability to use previous results in new calculations. Demo.
- Blazor calculator with expressions - A sample numerical expression evaluator in Blazor utilizing an F# library that uses FsLex and FsYacc to parse expressions. Demo.
- Blazor Charts - Chart components for Blazor.
- Blazor Converters - Blazor Converters is simple converter app written using Blazor, influenced by Windows 10 Calculator.
- BlazorCRUD - Sample line of business application that illustrates key features of Blazor. Demo.
- Blazor FIRE Calculators - Client-side financial calculators built using Blazor WebAssembly. Also demonstrates currency and custom number formatting. Demo.
- BlazorFormsValidation - Blazor form validation sample.
- BlazorPaint - A paint sample with Blazor (demo).
- BlazorPages - A sample client-side Blazor app showcasing automatic deployment to GitHub Pages via Azure Pipelines.
- BlazorServiceWorker - A client-side Blazor template with service worker caching.
- Blazor Summernote - Wrapper for the new MS Blazor framework, allowing the use of the Summernote WYSIWYG editor in a form.
- Blazor Tree CRUD - CRUD operations with hierarchical data. Blazor Server + GraphQL + EF.
- Blazor.Universal - Example of using Blazor to build Xamarin based UWP application without WebAssembly.
- BlazorUnmarshalledCanvas - Unmarshalled invoking of Canvas 2d context from Blazor.
- BlazorValidationControls - Blazor validation controls.
- Blazor + Electron sample - Explore how a Blazor app can be used to build a cross-platform desktop app.
- Data Driven Layout - Two ways of driving the layout based on data in the page.
- Pattern Maker - C# code transformation demo that uses Roslyn and Monaco Editor. Demo.
- Rudder Example - Sample application using Rudder state container for Blazor.
- TaxiFareBlazorServer - ML.NET TaxiFare Prediction Model with Blazor Server-Side front end.
- Tulsa .NET User Group website - Tulsa .NET User Group website.
- ZoraGen Blazor - PWA capable Blazor UI for the ZoraSharp library.
- Planning Poker – An app to play Planning Poker for distributed teams. The app is implemented using Blazor and shows how to switch between client-side and server-side mode with a configuration change. Demo.
- Gjallarhorn - Compare packages on different NuGet-sources. Demonstrating Client-Side Blazor MVVM-style.
- C# Regex Tester online - Online tool for verify .Net regex syntax. (Demo).
- CssBuilder – A clean code approach to conditional CSS classes for Razor components in Blazor.
- EncFS over Google Drive - Online tool written in Blazor for encrypt/decrypt files in Google Drive.
- BlazorPoint - Sample App to help you get started with hosting Blazor on SharePoint Pages, Completely Client Side.
- BlazorGrpc - Sample project that demonstrates how you can use the power of Blazor, ASP.NET Core, and gRPC to create a web application which can communicate with a backend that uses gRPC.
- Blazor workshop - Blazor app building workshop by .NET Foundation, Blazzing Pizza.
- Creating A Step-By-Step End-To-End Database Server-Side Blazor Application - October 06, 2019 - Creating A Step-By-Step End-To-End Database Server-Side Blazor Application. Video here.
- Tour of Heroes - September, 2019 - Angular's Heroes tutorial implemented using Blazor.
- ASP.NET Core and Blazor Code Venture: Configuring Azure AD Authentication - August 5, 2019 - ASP.NET Core and Blazor Code Venture: Configuring Azure AD Authentication, on Coe Project.
- Realtime Blazor Tic-Tac-Toe Game - Bot Vs Multiplayer Using SignalR - July 17, 2019 - How to create a realtime bot vs. multiplayer tic-tac-toe game in Blazor using SignalR.
- TSP with GeneticSharp and Blazor - July 10, 2019 - Using a Blazor client-side app and GeneticSharp to solve the TSP (Travelling salesman problem).
- Blazor client-side app with CRUD operations against a Web API endpoint - May 31, 2019 - Blazor client-side app with CRUD operations against a Web API endpoint. Source code . Video.
- Archives - 2019, 2018.
Reusable components like buttons, inputs, grids and more.
- MatBlazor - Material Design components for Blazor. (Demo).
- Blazorise - Components for Blazor with support for Bootstrap, Bulma and Material CSS. (Demo).
- BlazorStrap - Bootstrap 4 components for Blazor (Demo).
- BlazorMaterial - Blazor components implementing Google's Material components for web.
- Canvas - HTML5 Canvas API implementation for Microsoft Blazor.
- BlazorContextMenu - A context menu component for Blazor (Demo).
- Blazor.FlexGrid - GridView component for Blazor.
- DevExpress Blazor UI Components - UI components including Data Grid, Pivot Grid, and several data editors.
- Blazored.Toast - A JavaScript free toast library for Blazor and Razor Component applications.
- Blazored.Modal - A JavaScript free modal library for Blazor and Razor Components applications.
- Syncfusion Blazor UI Components - Robust UI components including Data Grid, Charts, Scheduler, Inputs and several Editor components.
- Sotsera.Blazor.Toaster - A Blazor port of Toastr.js. Demo.
- BlazorComponents - Reusable components for Blazor. Starting with ChartJS interop.
- Radzen.Blazor - Native UI components for Blazor. DataGrid, DataList, Tabs, Dialog and more. (Demo).
- Blazored.Typeahead - Auto-complete textbox with local and remote data source, for both Client-side and Server-Side Blazor.
- Grid.Blazor - Grid component for Blazor and ASP.NET MVC, supporting filtering, sorting, searching, paging, subgrids and others (Demo).
- Blazor LoadingBar - Loading bar UI for Client-Side Blazor application.
- BlazorStyled - CSS in Blazor Components (Demo).
- BlazorGrid - This is a reusable grid component for Blazor which also supports client side pagination.
- Blazored.Menu - A JavaScript free menu library for Blazor and Razor Components applications.
- Blazor-Charts - SVG charts for Blazor.
- NodaTimePicker - A Date/Time picker component library for Blazor using NodaTime. Demo.
- BlazorBits - Components including Monaco editor .
- BlazorVirtualGrid - Reusable, fully configurable component with rows and columns fast virtualization (Demo).
- BlazorVirtualScrolling - Virtual Scrolling Component for Blazor (Demo).
- BlazorScrollbar - Reusable, fully configurable component with vertical and horizontal scrollbars (Demo).
- BlazorSplitter - Reusable, fully configurable component with vertical and horizontal splitters and diagonal resizer (Demo).
- BlazorConfirm - A Blazor Wrapper for JS's
Window.confirm()
andonbeforeunload
as .Net Blazor Component (Demo). - BlazorQuery - jQuery for Blazor (Blazor Library that wraps jQuery completely in C# for use in Blazor).
- Telerik UI for Blazor - A native set of UI components for Blazor, including grid, charting, and calendar components.
- TwitterShareButton - A Tweet Button component for Blazor.
- Flexor - Highly configurable components which let you take full advantage of Flexbox CSS.(Demo).
- Blazor.Validation.DataAnnotation - Library for validating form on a Blazor application using Data Annotation.
- Blazor.LoadingIndicator - Simple to use loading indicator helper library.
- BlazorDateRangePicker - A date range picker component library for Blazor. Demo.
- BlazorTypography - A powerful toolkit for building websites with beautiful design (Demo).
- BlazorGoogleMaps - Blazor interop for GoogleMap library.
- Razor.SweetAlert2 - Blazor component implementing the popular SweetAlert2 JavaScript Library.
- Blazor.SpinKit - Blazor components for SpinKit spinners.
- ChartJs.Blazor - Blazor Component that wraps ChartJS.
- ChartJSBlazor - Blazor Component that wraps ChartJS. (New fork of ChartJs.Blazor that is maintained).
Libraries and extensions for state management, cookies, local storage and other specific tools.
- Blazor-Redux - Connecting a Redux state store with Blazor.
- Blazor-Fluxor - A low-boilerplate Flux/Redux state library for Blazor.
- SignalR - SignalR Core implementation for Blazor. It uses the JavaScript client.
- Blazor-State - Manage client side state in Blazor using MediatR pipeline.
- Storage - HTML5 Storage API implementation for Microsoft Blazor.
- Logging - Microsoft Extension Logging implementation for Blazor.
- Blazored.LocalStorage - A library to provide access to local storage in Blazor applications.
- BlazorStorage - Local and session storage support for Blazor.
- BlazorDB - In-memory, persisted to local storage, database for Blazor.
- BlazorSignalR - SignalR Core .NET client library for Blazor. It uses the C# client.
- Blazor.Auth0 - The library for using Auth0 in Blazor applications.
- Notifications - HTML5 Notifications API implementation for Microsoft Blazor.
- Blazor.Polyfill - Polyfills for Blazor (for Internet Explorer 11 support and some other browsers).
- Blazor I18n/Localization Text - Localizing contents text in Blazor (Demo).
- CssBuilder - CssBuilder is a Builder pattern for CSS classes to be used with Razor Components.
- Blazor.Payments - Blazor Web Agent port of the Web Payment API standard developed by W3C .
- Blazored.Localisation - A library to provide localisation in client-side Blazor applications.
- Blazor.Geolocation - Blazor interop for browser Geolocation APIs.
- EmbeddedBlazorContent - Library to load embedded content files (js and css) from Blazor libraries in server-side Blazor mode.
- Blazor Time Zone Kit - A library to provide system time zones and local time zone initialization in Blazor apps.
- Blazor SVG Helper - Create SVG elements with children (circle, rectangle, image, text, and others) and render with RenderTreeBuilder.
- Razor components testing library - A library for testing Razor Components that renders the components as HTML and compares the result to an expected result, using the XMLDiff library and Shouldly for writing out error messages.
- Blazor Analytics - Blazor extensions for Analytics.
- BlazorPrettyCode - Blazor Code Component for documentation sites. Demo.
- Blazor.EventAggregator - Lightweight Event Aggregator for Blazor (Razor Components).
- Blazor Gamepad - Provides gamepad API access for Blazor.
- Blazor Hotkeys - A library to provide configuration-centric keyboard shortcuts for Blazor.
- BlazorRealm - Redux state management for Blazor.
- Blazor.LocalFiles - Open files in your browser and load into Blazor.
- Blazor.Sensors - Blazor interop for browser sensor APIs.
- Rudder - Efficient state container for Blazor with concepts similar to the ones in redux, including reducers and sagas.
- BlazorIntersectionObserver - A Blazor wrapper for the Intersection Observer API.
- Blazor.SpeechSynthesis - A library to provide Speech Synthesis API access for Blazor.
- Blazor BarCode – A barcode library for Blazor using barcode fonts.
- BlazorState.Redux - Develop Blazor apps with Redux.
- BlazorLeaflet - BlazorLeaflet is a wrapper offering easy-to-use Blazor components that expose the Leaflet API in C#.
- Blazor Extensions Home - Home for Blazor Extensions.
- Bolero - Blazor for F# with hot reloaded templates, type-safe endpoints and routing, remoting, and much more.
- BlazorMobile - Launch Blazor as a mobile application on iOS, Android & UWP.
- NObservable - MobX-like observables and component instrumentation.
- BlazorOfficeUIFabric - Microsoft Office Fabric UI port for Blazor.
- Blazor-Dashboard - Admin Dashboard Template Theme for Blazor.
- BlazorEmbedLibrary - Provides Blazor-style embedded static content files for Razor Components projects.
- WebSocketHelper - Helper for Web Socket in Blazor.
- Bionic - An Ionic CLI clone for Blazor projects.
- BlazorFabric - Blazor port of Microsoft UI Fabric with fluent design. (Demo).
- BlazorFileSaver - Blazor Component wrapper for FileSaver.js.
- Blazor.DynamicJavascriptRuntime.Evaluator - Execute dynamic object expressions as Javascript in Blazor client-side apps.
- Blazor.AdaptiveCards - Adaptive Cards for Blazor. Documentation.
- Blazor StateHasChanged: Responsive and Adaptive web rendering - October 11, 2019 - Responsive and Adaptive web rendering.
- All Linux and .NET development - Let's build a Blazor-based Follower Train widget - October 07, 2019 - All Linux and .NET development - Let's build a Blazor-based Follower Train widget.
- All Linux and .NET development - Let's build a Blazor-based Follower Train widget - October 05, 2019 - All Linux and .NET development - Let's build a Blazor-based Follower Train widget.
- Blazor StateHasChanged: Community round up & BlazePort - October 04, 2019 - Blazor StateHasChanged: Community round up & BlazePort. Source Code .
- Techorama NL 2019: Web Development Revolution with WebAssembly and ASP.NET Blazor - October 01, 2019 - Techorama NL 2019: Web Development Revolution with WebAssembly and ASP.NET Blazor.
- The Future of Blazor on the Client - September 25, 2019 - The Future of Blazor on the Client, by Daniel Roth on Channel 9.
- Building Full-stack C# Web Apps with Blazor in .NET Core 3.0 - September 24, 2019 - Session of the .NET Conf 2019, Building Full-stack C# Web Apps with Blazor in .NET Core 3.0, by Daniel Roth.
- Blazor and Azure Functions for Serverless Websites - September 24, 2019 - Blazor and Azure Functions for Serverless Websites, from the .NET Conf 2019.
- Blazor, HTML, CSS, JavaScript InterOp, .NET Core 3, Chat and Stuff - September 20, 2019 - Blazor, HTML, CSS, JavaScript InterOp, .NET Core 3, Chat and Stuff
- Talking about Blazor with ASP.NET Web Forms developers - September 19, 2019 - It's .NET ROCKS! Talking about Blazor with ASP.NET Web Forms developers.
- Blazor OwningComponentBase Lifecycle - September 17, 2019 - Short video about the lifecycle of services managed by OwningComponentBase.
- Integrating JavaScript and C# with Blazor - September 13, 2019 - Integrating JavaScript and C# with Blazor.
- Blazor StateHasChanged Community round up & BlazePort - August 30, 2019 - Full stack app review. Blazor + MLNET + CosmosDB. Source Code .
- Let’s Learn Blazor: Navigation in Blazor - August 28, 2019 - This video is about navigating in a Blazor application (how to use Blazor routes, pass parameters in routes, and how to handle query string parameters as well).
- Exploring Blazor - Building Interactive Web Apps Using C# - August 25, 2019 - There’s been a ton of buzz in the .NET community lately around Blazor. Unlike many hyped technologies however, Blazor seems to have earned the attention. It earned it in part by delivering a solution that gives C# developers what they want but doing so in a way that relied on open web standards. In this session, Microsoft’s Jeremy Likness will go deeper into what Blazor is, how it works and how you can use it to build web apps.
- Blazor Tips and Tricks - August 22, 2019 - Ed Charbeneau shares and answers some of the most frequently asked questions he receives when showing folks Blazor.
- Building Web Apps with Blazor - August 16, 2019 - Building Web Apps with Blazor.
- Let's learn Blazor! - August 06, 2019 - Let's learn Blazor! about Blazor validation.
- Create Blazor App From Scratch Using Oceanware NuGet Packages - August 04, 2019 - This video is a live coding session creating a new Blazor server-side app and brining in the Ocean NuGet packages, have a forms app with two-way data binding and rich validation in a few minutes.
- Demo Blazor App Validation - August 04, 2019 - In this Demo Blazor App Validation for the Ocean Validation Library, I show a Blazor server-side app using the Ocean Validation Library.
- Blazor StateHasChanged - August 2, 2019 - Blazor StateHasChanged Community round up & BlazePort. Source Code .
- Let's Learn Blazor: Dependency Injection - August 01, 2019 - Episode of the serie "Let's Learn Blazor" by Brian Lagunas, about the dependency injection.
- Blazor StateHasChanged - July 31, 2019 - Blazor StateHasChanged Community round up & BlazePort. Source Code .
- Let's learn Blazor! - July 30, 2019 - Let's learn Blazor!
- Let's Learn Blazor: Getting Started - July 29, 2019 - In this video, we install Blazor and create our first Blazor application. Watch as I try to understand how Blazor startup works, create bindings, and add event handlers.
- Why use Blazor? - July 24, 2019 - Why use Blazor? Live on Twitch by Jeffrey T. Fritz.
- ASP.NET Community Standup - July 23, 2019 - Last ASP.NET Community Standup about ASP.NET Core 3.0 Preview 7.
- Build Your First Web Application with Blazor - July 22, 2019 - Join Jeff Fritz as he takes you through the steps to build your first application that runs IN the browser with C# and Blazor. By the end of this video, you'll learn how to build a next-generation SPA (single-page application) using HTML, CSS, JavaScript interop, and Blazor.
- Reporting with a CSS grid and converting to Blazor Client-Side technology - July 21, 2019 - Reporting with a CSS grid and converting to Blazor Client-Side technology.
- Razor: Into the Razor'verse - July 19, 2019 - The Razor template markup syntax is used throughout ASP.NET. In the next version of ASP.NET, Core Razor is evolving into multiple Razor adaptations such as Razor Tag Helpers, Razor Pages, Blazor, and Razor Components . Learn in this video the key differences between theses variations and see where they align in the ASP.NET road map.
- Blazor Workshop! - July 19, 2019 - Blazor Workshop! Learn about WebAssembly and C# in this all day event.
- Blazor Two-Way Binding - July 17, 2019 - Blazor Two-Way Binding, from the Telerik UI for Blazor serie.
- Blazor Component Events using EventCallback - July 17, 2019 - Blazor Component Events using EventCallback, from the Telerik UI for Blazor serie.
- Blazor Component Basics - July 17, 2019 - Blazor Component Basics, from the Telerik UI for Blazor serie.
- Blazor Quick Start Guide - July 17, 2019 - Blazor Quick Start Guide, from the Telerik UI for Blazor serie.
- Building a Raffle App with C#, Blazor, and Twilio - July 11, 2019 - Building a Raffle App with C#, Blazor, and Twilio.
- The Freeze Team - A Blazor Console - July 3, 2019 - - The Freeze Team - A Blazor Console.
- The Freeze Team - A Blazor CLI - June 26, 2019 - The Freeze Team - A Blazor CLI.
- Blazor StateHasChanged: BlazePort part 5 - June 24, 2019 - Blazor StateHasChanged: BlazePort part 5, about creating BlazePort, a futuristic ride share app for space travel written in full stack .NET with Blazor. Source Code .
- Blazor StateHasChanged: BlazePort part 4 - June 22, 2019 - Blazor StateHasChanged: BlazePort part 4, about creating BlazePort, a futuristic ride share app for space travel written in full stack .NET with Blazor. Source Code .
- Working Through the Blazor Workshop From Scratch - June 21, 2019 - Working Through the Blazor Workshop From Scratch, by Ardalis.
- Blazor, a new framework for browser-based .NET apps - June 20, 2019 - Blazor, a new framework for browser-based .NET apps by Steve Sanderson at the NDC Oslo 2019. Demo's source code .
- .NET Core 3.0 with Scott Hunter - June 20, 2019 - In this episode, Richard Lander and Scott Hunter get together to discuss some of the highlights that developers can look forward to in this new release of .NET Core.
- Server-side Blazor in .NET Core 3.0 - June 18, 2019 - Server-side Blazor in .NET Core 3.0.
- ASP.NET Community Standup - .NET Core 3.0 Preview 6 - June 18, 2019 - ASP.NET Community Standup - .NET Core 3.0 Preview 6.
- Blazor StateHasChanged: BlazePort part 3 - June 17, 2019 - Blazor StateHasChanged: BlazePort part 3. Video about creating BlazePort, a futuristic ride share app for space travel written in full stack .NET with Blazor. Source Code .
- Blazor with Material Design Framework, part 1 - June 16, 2019 - Blazor with Material Design Framework - MatBlazor (Part - 1).
- Blazor StateHasChanged: BlazePort part 2 - June 14, 2019 - Blazor StateHasChanged: BlazePort part 2. Second video about creating BlazePort, a futuristic ride share app for space travel written in full stack .NET with Blazor. Source Code .
- Blazing Pizza Deep Dive with Daniel Roth - June 11, 2019 - ASP.NET Community Standup - June 11th, 2019 - Blazing Pizza Deep Dive with Daniel Roth.
- Blazor - You Want To Run .NET Where?! - June 11, 2019 - Blazor - You Want To Run .NET Where?!.
- Blazor SPA Framework C# with MongoDB - Part 1 - June 9, 2019 - Blazor SPA Framework C# with MongoDB - Part 1.
- Blazor in the cloud: Hosting a C# SPA app as a static website in Azure Storage - June 7, 2019 - Blazor in the cloud: Hosting a C# SPA app as a static website in Azure Storage.
- Building a C# Interactive shell in a browser with Blazor (WebAssembly) and Roslyn - June 7, 2019 - Building a C# Interactive shell in a browser with Blazor (WebAssembly) and Roslyn.
- Blazor - Getting Started with Daniel and Mehul - June 6, 2019 - Blazor - Getting Started with Daniel Roth and Mehul Harry, published by DevExpress.
- Blazor client-side app with CRUD operations against a Web API endpoint - June 1, 2019 - Blazor client-side app with CRUD operations against a Web API endpoint.
- Blazor StateHasChanged: BlazePort part 1 - May 27, 2019 - First video about creating BlazePort, a futuristic ride share app for space travel written in full stack .NET with Blazor. Source Code .
- Blazor CRUD app tutorial - SPA Framework for .NET developers (Part - 2) - May 22, 2019 - Blazor CRUD app tutorial - SPA Framework for .NET developers (Part - 2).
- Blazor application state management basics - May 14, 2019 - Blazor application state management basics.
- Blazor Q/A Live with Daniel Roth from Microsoft Build 2019 - May 14, 2019 - Blazor Q/A Live with Daniel Roth from Microsoft Build 2019.
- Upgrading to Blazor Preview 4 and Hacking SEO in Client-side Blazor - May 14, 2019 - Upgrading to Blazor Preview 4 and Hacking SEO in Client-side Blazor.
- .NET is now your Browser OS with Blazor - May 13, 2019 - Talk by Jeremy Likness at the Atlanta DotNetSouth 2019.
- Continuation of the Tulsa .NET User Group website - May 10, 2019 - Continuation of the Tulsa .NET User Group website. Source code here.
- Scott Hunter Demos Telerik UI for Blazor - May 10, 2019 - Scott Hunter Demos Telerik UI for Blazor.
- Blazor: C# running in the browser via WebAssembly - May 8, 2019 - "Blazor: C# running in the browser via WebAssembly" by Scott Sauber at the NDC Conference Minnesota. Slides and source code here.
- WebAssembly: Into the WASM'verse - May 8, 2019 - WebAssembly: Into the WASM'verse.
- Full stack web development with ASP.NET Core 3.0 and Blazor - May 7, 2019 - Microsoft Build 2019: Full stack web development with ASP.NET Core 3.0 and Blazor.
- Serverless web apps with Blazor, Azure Functions, and Azure Storage - May 6, 2019 - Microsoft Build 2019: Serverless web apps with Blazor, Azure Functions, and Azure Storage.
- Archives - 2019, 2018, 2017.
- Uploading files in Blazor - October 17, 2019 - Uploading files in Blazor.
- Blazor pages get partial class support - October 16, 2019 - Blazor pages get partial class support.
- ASP.NET Core updates in .NET Core 3.1 Preview 1 - October 15, 2019 - ASP.NET Core updates in .NET Core 3.1 Preview 1 by Daniel Roth. Interesting stuff for Blazor developers: partial class support and the ability to pass parameters to top-level components.
- Blazor Server in .NET Core 3.0 scenarios and performance - October 10, 2019 - Blazor Server in .NET Core 3.0 scenarios and performance, by Daniel Roth.
- 3 Ways to Bind Blazor Data to DOM - October 07, 2019 - One of the most useful Blazor features is the ability to pass data between your front-end DOM elements and back-end C# code. In this tutorial, you will learn techniques for binding C# variables such that they can be displayed in the browser or modified via user input in the browser.
- Blazor Security Docs and Blog Posts - October 06, 2019 - List of security resources about Blazor.
- Blazor Roundup From .NET Conf 2019 - October 01, 2019 - Blazor Roundup From .NET Conf 2019.
- Getting Started with Blazor WebAssembly - September 30, 2019 - With the launch of .NET Core 3.0 and Visual Studio 16.3.0, support for creating web apps using the Blazor template is now natively enabled. This makes it easy for you to run your C# libraries directly in the browser.
- Blazor Simple CQRS with MediatR - September 29, 2019 - Blazor Simple CQRS with MediatR.
- Make it all dynamic in Blazor – Routing, Pages and Components - September 27, 2019 - Make it all dynamic in Blazor – Routing, Pages and Components.
- The Future of Client-Side Blazor: PWAs, Desktop/Mobile, Native (and even Flutter?) - September 26, 2019 - The Future of Client-Side Blazor: PWAs, Desktop/Mobile, Native (and even Flutter?), by Visual Studio Magazine.
- Migrate Protogen To Blazor - September 26, 2019 - Migrate Protogen To Blazor.
- Telerik UI for Blazor 2.1.0 - September 25, 2019 - Telerik UI for Blazor 2.1.0 – ASP.NET Core 3.0 Compatibility, Scatter, Scatter Line and Bubble Charts!
- What's new in ASP.NET Core 3.0 - September 23, 2019 - What's new in ASP.NET Core 3.0.
- Telerik and Kendo UI R3 Release 2019 is Here! - September 18, 2019 - Telerik and Kendo UI R3 Release 2019 is Here!
- An Introduction to OwningComponentBase - September 17, 2019 - This post explores the OwningComponentBase class, which was added to Blazor in .NET Core 3 Preview 9. This class has a single purpose, create a service provider scope.
- ASP.NET Core and Blazor updates in .NET Core 3.0 Release Candidate 1 - September 16, 2019 - ASP.NET Core and Blazor updates in .NET Core 3.0 Release Candidate 1.
- Quick Tip: Blazor App Hosted as Azure Static Website in Blob Storage - September 13, 2019 - Quick Tip: Blazor App Hosted as Azure Static Website in Blob Storage.
- Containerising Blazor Applications With Docker (Part 4) - September 10, 2019 - Containerising Blazor Applications With Docker (Part 4). Source code.
- Combining Razor and Blazor Pages in a Single ASP.NET Core 3 Application - September 09, 2019 - Combining Razor and Blazor Pages in a Single ASP.NET Core 3 Application. Source code.
- Blazor Components - DataGrid and Scheduler Enhancements - September 09, 2019 - Blazor Components - DataGrid and Scheduler Enhancements (available in Beta #3), by DevExpress.
- A Blazor Application Updater - September 06, 2019 - A Blazor Application Updater.
- ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 9 - September 04, 2019 - ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 9.
- Integrating FluentValidation with Blazor - September 04, 2019 - An example of integrating a custom third-party validation system with Blazor's forms, by Steve Sanderson.
- What's New for ASP.NET Core and Blazor in Final Preview of .NET Core 3.0 - September 04, 2019 - What's New for ASP.NET Core and Blazor in Final Preview of .NET Core 3.0.
- Quantum Messaging with Q# and Blazor - September 03, 2019 - Build an MVVM based Blazor app that leverages Q# and the remarkable phenomenon of quantum entanglement to instantly transfer half a message across potentially vast distances, while eliminating the risk of eavesdropping.
- Containerising Blazor Applications With Docker (Part 3) - September 03, 2019 - Containerising Blazor Applications With Docker (Part 3). Source code.
- Using the Refit REST Library With Client-Side Blazor - September 03, 2019 - Using the Refit REST Library With Client-Side Blazor, let's see the magic of Refit and Blazor working together.
- Unit testing Blazor components - a prototype - August 29, 2019 - A possible approach for testing Blazor components that's as fast as unit testing and as high-level as browser automation, by Steve Sanderson.
- Using JSON for polymorphic types in C# - August 28, 2019 - Using Blazor, code written for the front-end has access to all the language features of C#. In particular, it may be useful to have a type hierarchy and make use of polymorphism.
- Blazor Components - Free Anchor Navigation Tool, by DevExpress - August 28, 2019 - As you may know, Blazor does not currently support navigation via anchors. In addition, Blazor does not support hyperlinks that only include anchor IDs within the href attribute (some text). To help address these limitations, we created a free navigation tool for both client-side and server-side Blazor projects.
- Containerising Blazor Applications With Docker (Part 2) - August 27, 2019 - Containerising Blazor Applications With Docker (Part 2). Source code.
- Blazor – on the server or on the client - August 27, 2019 - Blazor, on the server or on the client.
- How To Build a PDF Viewer With Blazor - August 23, 2019 - How To Build a PDF Viewer With Blazor. Source code.
- Containerising Blazor Applications With Docker (Part 1) - August 21, 2019 - Containerising Blazor Applications With Docker (Part 1). Source code.
- ASP.NET Core Blazor — JavaScript Interop - August 21, 2019 - Blazor is here, Will JavaScript be dead? I would say that the answer is NO at-least for now.
- Pros and cons of Blazor for web development - August 18, 2019 - Pros and cons of Blazor for web development .
- ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 8 - August 13, 2019 - ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 8.
- Investigating Drag and Drop with Blazor - August 13, 2019 - Investigating Drag and Drop with Blazor. Source code.
- How does Blazor works ? Part 2 : building - August 10, 2019 - This blog post is the 2nd part of a series about how Blazor (client side) works, from the build process to the update of the UI. The first part started with a "simple" command "dotnet run" and ended with generated classes representing the razor files. This post is about the rest of the building process and the part of it that handle integration with monowasm.
- Using npm packages with Blazor - August 09, 2019 - Using npm packages with Blazor.
- Blazor Binding, Events and Parameters - August 06, 2019 - Three things that you will usually find yourself using on every Blazor page, Binding, Events, and Parameters, are covered in this article who shows how to build a series of pages including a few that will allow a user to build and edit a list of To Do items.
- Using Razor Components in a Razor Page - August 05, 2019 - Blog post about how to include a Blazor/Razor component in a Razor Pages application in .NET Core 3.0.
- IndexedDB in Blazor - August 03, 2019 - Exploring the Reshiru.Blazor.IndexedDB package, by Steve Sanderson.
- Deploying a Server Side Blazor application to Azure - August 3, 2019 - Deploying a Server Side Blazor application to Azure.
- Using a Code-Behind Approach to Blazor Components - July 31, 2019 - In this article we'll look into when it's helpful to use a code-behind in your Blazor development, how we benefit and what to expect when re-factoring existing components.
- Configuring Policy-based Authorization with Blazor - July 30, 2019 - Part 4 of the series "Securing Your Blazor Apps", by Chris Sainty.
- Blazor Components - New Blazor Scheduler Control, Data Grid Enhancements and more (available in Beta #1) - July 29, 2019 - The first beta of the DevExpress Blazor UI components includes a new Scheduler component along with a myriad of enhancements designed to improve the overall capabilities of our Blazor product line.
- Authentication in server-side Blazor applications - July 25, 2019 - Preview 6 version of ASP.NET Core 3.0 is released and one interesting new feature is authentication and authorization for server-side Blazor applications. This blog post goes through work currently done and shows how authentication works with server-side Blazor applications.
- ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 7 - July 23, 2019 - ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 7.
- Configuring Role-based Authorization with client-side Blazor - July 23, 2019 - Configuring Role-based Authorization with client-side Blazor.
- Exploring authentication in Blazor - July 22, 2019 - Exploring authentication in Blazor.
- How to Dynamically Build the UI in Blazor Components - July 22, 2019 - You have two tools for generating your initial UI in a Blazor component: ASP.NET's Razor and Blazor's RenderFragment. Here's how to use both to integrate with your C# code (and a warning about what you can't do).
- Client Side Blazor Authentication with Azure Functions and EasyAuth - July 20, 2019 - Client Side Blazor Authentication with Azure Functions and EasyAuth.
- Authentication in server-side Blazor applications - July 17, 2019 - Authentication in server-side Blazor applications.
- What is Blazor and why is it important for .Net developers and the web - July 15, 2019 - What is Blazor and why is it important for .Net developers and the web.
- Authentication with client-side Blazor using WebAPI and ASP.NET Core Identity - July 10, 2019 - Authentication with client-side Blazor using WebAPI and ASP.NET Core Identity.
- A Blazor Community Update - July 9, 2019 - A Blazor Community Update, by Ed Charbeneau.
- Bringing your Blazor apps to the Desktop with ElectronNET.Blazor - July 8, 2019 - Harness the power of ASP.NET MVC to build Desktop apps that run on any OS.
- Creating DEV's offline page using Blazor - July 5, 2019 - Creating DEV's offline page using Blazor.
- Introduction to Authentication with Blazor - July 3, 2019 - Introduction to Authentication with Blazor.
- Configuring a Server-side Blazor app with Azure App Configuration - July 1, 2019 - Configuring a Server-side Blazor app with Azure App Configuration.
- Creating a step-by-step end-to-end database Server-Side Blazor application - June 28, 2019 - Creating a step-by-step end-to-end database Server-Side Blazor application.
- Using Blazor Components In An Existing MVC Application - June 25, 2019 - Using Blazor Components In An Existing MVC Application.
- What Is Blazor - June 23, 2019 - What Is Blazor.
- Working with local storage in Blazor - June 19, 2019 - Working with local storage in Blazor.
- Blazor setTimeout - June 19, 2019 - About the equivalent of JavaScript's setTimeout in Blazor.
- Authentication in server-side Blazor applications - June 17, 2019 - Authentication in server-side Blazor applications.
- Facebook Authentication And Authorization In Server-Side Blazor App - June 17, 2019 - Authentication And Authorization With Facebook In Server-Side Blazor.
- Google Authentication And Authorization In Server-Side Blazor App - June 15, 2019 - Authentication And Authorization With Google In Server-Side Blazor.
- Blazor Gets Authentication and Authorization in ASP.NET Core 3 Preview 6 - June 13, 2019 - Blazor Gets Authentication and Authorization in ASP.NET Core 3 Preview 6.
- ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 6 - June 12, 2019 - ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 6.
- Prerendering a Client-side Blazor Application - June 12, 2019 - Prerendering a Client-side Blazor Application.
- Web assembly and Blazor: state of art - June 11, 2019 - Web assembly and Blazor: state of art.
- Progress Telerik .NET Dev Tools Add Native Blazor UI Components - June 7, 2019 - Progress Telerik .NET Dev Tools Add Native Blazor UI Components.
- Getting Started With Blazored Typeahead - June 5, 2019 - Getting Started With Blazored Typeahead.
- 10 Top Blazor Tools Just a NuGet Away - June 4, 2019 - 10 Top Blazor Tools Just a NuGet Away.
- Integrating Blazor into Existing ASP.NET Core Applications - June 4, 2019 - Integrating Blazor into Existing ASP.NET Core Applications.
- What’s new in Azure SignalR 1.1.0 Preview 1 - June 3, 2019 - What’s new in Azure SignalR 1.1.0 Preview 1.
- Forwarding Refs in Blazor - June 3, 2019 - Technique for automatically passing a ElementRef through a component to one of its children or back from children to parent or among independent components.
- Building Cross-Platform Desktop Apps using Blazor and Electron.NET - June 1, 2019 - Building Cross-Platform Desktop Apps using Blazor and Electron.NET.
- WebAssembly and Blazor: A Decades Old Problem Solved - May 30, 2019 - WebAssembly and Blazor: A Decades Old Problem Solved.
- How does Blazor works ? Part 1 : building class from .razor - May 29, 2019 - How does Blazor works ? Part 1 : building class from .razor.
- Calling gRPC Services With Server-side Blazor - May 29, 2019 - Calling gRPC Services With Server-side Blazor.
- Architecting Blazor applications: an Angular approach - May 29, 2019 - Architecting Blazor applications: an Angular approach.
- Using MediatR with Blazor - May 29, 2019 - Using MediatR with Blazor.
- Using reference objects in Blazor server-side - May 26, 2019 - Using reference objects in Blazor server-side.
- Why WebAssembly Matters? - May 18, 2019 - Why WebAssembly Matters?
- Dynamic components in Blazor - May 16, 2019 - Dynamic components in Blazor.
- Custom routing in Blazor - May 16, 2019 - Custom routing in Blazor.
- A detailed look at data binding in Blazor - May 15, 2019 - A detailed look at data binding in Blazor.
- Simple Blazor Game Development Using .NET Core 3.0 Preview, Web API, And Visual Studio 2019 - May 14, 2019 - Simple Blazor Game Development Using .NET Core 3.0 Preview, Web API, And Visual Studio 2019.
- WebAssembly-ifying .NET with Blazor - May 14, 2019 - WebAssembly-ifying .NET with Blazor.
- Exploring Blazor by Making An HTML Table Sortable in .NET Core - May 13, 2019 - Exploring Blazor by Making An HTML Table Sortable in .NET Core.
- Data binding in Blazor - May 13, 2019 - Data binding in Blazor.
- Progressive Web Apps and Blazor is combination you should not miss! - May 12, 2019 - Progressive Web Apps and Blazor is combination you should not miss.
- Separating code and presentation of Blazor pages - May 10, 2019 - Separating code and presentation of Blazor pages.
- Implementing a List/Details Page in Blazor - May 9, 2019 - Implementing a List/Details Page in Blazor.
- Blazor Bites Updated and Build 2019 Blazor Roundup - May 8, 2019 - Blazor Bites Updated and Build 2019 Blazor Roundup.
- Creating a Database Driven Module For Blazor Oqtane - May 8, 2019 - Creating a Database Driven Module For Blazor Oqtane.
- Creating a Hello World Module For Blazor Oqtane - May 7, 2019 - Creating a Hello World Module For Blazor Oqtane.
- .NET Core is the Future of .NET - May 6, 2019 - .NET Core is the Future of .NET.
- Unified .NET 5 Unveiled: 'Just One .NET Going Forward' - May 6, 2019 - Unified .NET 5 Unveiled: 'Just One .NET Going Forward'.
- Comparing Native Blazor Components to Wrapped JavaScript Components - May 6, 2019 - Comparing Native Blazor Components to Wrapped JavaScript Components.
- Building a Wizard in Blazor with components and MVVM - May 5, 2019 - Building a Wizard in Blazor with components and MVVM.
- Announcing Oqtane a modular application framework for Blazor - May 5, 2019 - Announcing Oqtane a modular application framework for Blazor.
- Unable to find debuggable browser tab in Blazor - May 4, 2019 - Unable to find debuggable browser tab in Blazor.
- Introducing Telerik UI for Blazor 1.0.0 - May 2, 2019 - Introducing Telerik UI for Blazor 1.0.0.
- Get Some Sass Into Your Blazor App - May 1, 2019 - Get Some Sass Into Your Blazor App.
- Archives - 2019, 2018, 2017.
- .NET Core 3 Launch with Scott Hunter - September 26, 2019 - .NET Rocks Podcast, episode 1654: .NET Core 3 Launch with Scott Hunter.
- Moving from Web Forms to Blazor with Jeff Fritz - September 12, 2019 - .NET Rocks Podcast, episode 1652: Moving from Web Forms to Blazor with Jeff Fritz.
- Blazor with Daniel Roth - September 03, 2019 - Daniel Roth starts by introducing Web Assembly and how this changed web development. Blazor allows full-stack development through .NET with C#. The panel asks Dan about Blazor's capabilities and future. Dan shares Blazor’s origin story.
- What is WebAssembly - September 02, 2019 - What is WebAssembly, episode 122 of the Cynical Developer podcast.
- Building Applications using Server-Side Blazor with Shaun Walker - August 22, 2019 - .NET Rocks! podcast, episode 1649: Building Applications using Server-Side Blazor with Shaun Walker.
- Daniel Roth on Blazor - July 29, 2019 - Azure DevOps Podcast, Episode 47: Daniel Roth on Blazor DevOps.
- Blazor with Ed Charbeneau - July 17, 2019 - Coding After Work podcast, Episode 43 – Blazor with Ed Charbeneau.
- MS Dev Show - Blazor with Ed Charbeneau - June 24, 2019 - MS Dev Show - Blazor with Ed Charbeneau.
- .NET Core Show Podcast, Episode 27 - Blazored with Chris Sainty - June 14, 2019 - .NET Core Show Podcast, Episode 27 - Blazored with Chris Sainty.
- Blazor with Ed Charbeneau - June 10, 2018 - The 6 Figure Developer Podcast, Episode 095 – Blazor with Ed Charbeneau.
- Blazor - You Want To Run .NET Where?! - May 17, 2019 - .NET Core Show - Episode 25 - Blazor - You Want To Run .NET Where?!
- The Cynical Developer - Blazor - February 18, 2019 - Episode 108 of The Cynical Developer - Blazor.
- Blazor in 2019 with Steve Sanderson and Dan Roth - February 14, 2019 - .NET Rocks, Blazor in 2019 with Steve Sanderson and Dan Roth.
- Archives - 2018, 2017.
- Blazor, a new framework for browser-based .NET apps - June 20, 2019 - Blazor, a new framework for browser-based .NET apps, by Steve Sanderson at the NDC Oslo.
- Hidden gems in ASP.Core and .NET Core 3.0 - June 19, 2019 - Hidden gems in ASP.Core and .NET Core 3.0, by David Fowler and Damian Edwards at the NDC Oslo.
- Meet the production-ready Blazor aka Razor Components - May 25, 2019 - Slides: PPTX.
- Iowa .NET User Group – Blazor: C# Running in the Browser via WebAssembly - May 2, 2019 - Slides: PDF or PPTX. Code: Blazor ToDoMVC and Blazor on Electron .
- WebAssembly, C#, and Blazor at CodeStock 2019 - April 16, 2019 - Slides: PDF. Demo's source code: GitHub .
- Archives - 2018.
- BlazorFiddle - Blazor .Net Developer Playground and Code Editor in the Browser.
- Blazor Minimum Project Templates - A project templates package of Blazor apps without JavaScript and CSS libraries.
- Blazor Snippets Visual Studio Code extension - A Visual Studio Code extension that offers Blazor and Razor snippets.
- BlazorSourceMangler - A console app to mangle Blazor DLLs. Check this YouTube video for more details. You can also check this Blazor TODO app to see result of this app (downloaded blazortodos.dll is mangled and decompilation shows uglyfied code).
- .NET Core - .NET Core.
- Razor+ Visual Studio Code extension - A Visual Studio Code extension that offers improved Razor support.
- Visual Studio - Latest preview of Visual Studio.
- Visual Studio Code - Visual Studio Code, free, open source and cross-platform code editor.
- Blazor Revealed - Blazor Revealed, Building Web Applications in .NET(Published February, 2019).
- Blazor Quick Start Guide: Build web applications using Blazor, EF Core, and SQL Server - Blazor Quick Start Guide: Build web applications using Blazor, EF Core, and SQL Server (Published October 31, 2018).
- Blazor for ASP.NET Web Forms developers - Blazor for ASP.NET Web Forms developers, a free e-book from Microsoft.
- An Introduction to Building Applications with Blazor - August 24, 2019 - An Introduction to Building Applications with Blazor: How to get started creating applications using this exciting easy to use Microsoft C# framework
- Archives - 2018.
- Blazor and Razor Components in a nutshell - October 2019 - Learn how to use a framework that allows you to run your compiled code directly in the browser on top of WebAssembly, a course on Udemy.
- Blazor on ASP.NET Core 3.0 - October 2019 - Blazor on ASP.NET Core 3.0, a course on SkillShare.
- Blazor First Look on LinkedIn Learning - Blazor First Look on LinkedIn Learning. Source code .
- Free Blazor Training Course - DevExpress Blazor free training course Source code .
- Awesome Blazor on Twitter - This repository's Twitter feed.
- Gitter - Blazor discussion on Gitter.
- Learn Blazor - Community documentation on Blazor.
- LightSwitch Help Website - Blogs and code samples primarily covering server-side Blazor (Razor Components).
- Practical samples of Blazor - Practical samples of Blazor.
- Practical samples of Blazor Server-Side - Practical samples of Blazor Server-Side.
- Stack Overflow - Blazor questions feed on Stack Overflow.
- Twitter - Hashtag on Twitter.
- WebAssemblyMan - Man page for Blazor and WebAssembly.
- Blaze of Code - [Portuguese] Blog about Blazor.
- Blazor.ru - [Russian] Old official documentation website translated in Russian.
- DevApps.be's podcast #44 - [French] DevApps.be's podcast #44: "Blazor et WebAssembly vont-ils tuer JavaScript ?".
- DevApps.be's podcast #47 - [French] DevApps.be's podcast #47: "Actualités : TypeScript, Uno, Angular, DocFX, Database".
- Modern web apps with Blazor - [Italian] Video about Blazor.
- Playlist - Programando en Blazor - [Spanish] Series of videos about Blazor.
To the extent possible under law, Adrien Torris has waived all copyright and related or neighboring rights to this work.