- Sample Projects
- Tutorials
- Libraries & Extensions
- Videos
- Articles
- Podcasts
- Presentations slides
- Tooling
- Blazor bites - Blazor bites series by Chris Sainty.
- Study Blazor - Blazor tutorial for beginners, in simple and easy steps starting from basics to advanced concepts with more code snippets.
- Blazor.Msal - Sample implementation for MSAL in Blazor, it shows how to integrate a Single Page Web Application made in Blazor WebAssembly with Azure Active Directory. It allows to authenticate the user and then acquire an access token to make a secure call to an external API. The code internally uses MSAL.js to implement the OpenID Connect and OAuth2 flows.
- Blazor.OpenId - Easy authentication and client refresh using OpenId.
- BlazorAzure.WebApp - Blazor Azure web app.
- BlazorAzure.Functions - Azure function with Blazor.
- WordDaze - Blogging application written using Blazor with a WebAPI backend.
- Blagario - Experimental lab to test Blazor server side as multiplayer game engine.
- Blazor20Questions - Client/Server game using Websockets (SignalR) & MongoDB API, with Docker (docker-compose).
- BlazorDestinationGame - Quiz about places in the world. 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.
- BlazorTictactoe - Tic-tac-toe in Blazor WebAssembly. Demo.
- BlazorDice - Roll the dice.
- BlazorSimpleTictactoe - Simple Tic-Tac-Toe game converted from React Example.
- BlazorAdvancedTodo - A Blazor to-do app with state and undo function.
- BlazePort - A futuristic ride share app for space travel written in full stack .NET with Blazor.
- BlazorGraphExample - Example application for connecting to Graph API from Blazor.
- Blazor FIRE Calculators - Client-side financial calculators built using Blazor WebAssembly. Demonstrates custom number formatting and offline Progressive Web App (PWA) functionality. Demo.
- StarshipTraveler - A starship traveler demo app built with Blazor for the DevOne 2019 conference.
- BlazorBinding - Sample Blazor App demonstrating various data binding scenarios.
- Pattern Maker - C# code transformation demo that uses Roslyn and Monaco Editor. Demo.
- Tulsa .NET User Group website - Tulsa .NET User Group website.
- Blazor Survey - A hybrid F#/C# Blazor sample app
- Beam - A social network demo application. This is the source code of the LinkedIn course "Blazor First Look".
- 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.
- BlazorBeerCalculator - Offline beer alc. vol. calculator built on Blazor. Demo.
- Rudder Example - Sample application using Rudder state container for Blazor.
- TaxiFareBlazorServer - ML.NET TaxiFare Prediction Model with Blazor Server-Side front end.
- ZoraGen Blazor - PWA capable Blazor UI for the ZoraSharp library.
- 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.
- 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.
- BlazorFormsValidation - Blazor form validation sample.
- BlazorPaint - A paint sample with Blazor (demo).
- 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.
- Data Driven Layout - Two ways of driving the layout based on data in the page.
- Learning Blazor by Building Connect Four in ASP.NET Core - November 5, 2019 - Learning Blazor by Building Connect Four in ASP.NET Core. Source code.
- 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.
- Blazor Fundamentals Tutorial - October 1, 2019 - Blazor Fundamentals Tutorial.
- 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.
- Get .NET Core 3 and Blazor running on a Raspberry PI - April 24, 2019 - Instructions on how to get the latest .NET Core 3 (as of 24th April 2019) and Blazor running on a Raspberry PI.
- Blazor TODO list - April 22, 2019 - Blazor TODO list.
- BlazorMaterial - Blazor components implementing Google's Material components for web.
- ChartJs.Blazor - Blazor Component that wraps ChartJS.
- ChartJSBlazor - Blazor Component that wraps ChartJS. (New fork of ChartJs.Blazor that is maintained).
- Blazor.Validation.DataAnnotation - Library for validating form on a Blazor application using Data Annotation.
- BlazorQuery - jQuery for Blazor (Blazor Library that wraps jQuery completely in C# for use in Blazor).
- BlazorDB - In-memory, persisted to local storage, database for Blazor.
- Blazor.Sensors - Blazor interop for browser sensor APIs.
- BlazorIntersectionObserver - A Blazor wrapper for the Intersection Observer API.
- Simple logging server - An ultra simple remote log message server written in Blazor and .NET Core 3.
- Blazor Forms with Validation - Part II - December 30, 2019 - The prior video had one minor issue. Did you catch it? This video shows you what it is and gives you 2 different ways to address it.
- Blazor Forms with Validation - Part I - December 30, 2019 - This video shows you how to use the Editform and Input components to create a form and integrate it with validation.
- Blazor Tutorial : Handling Exceptions - December 30, 2019 - Blazor Tutorial : Handling Exceptions.
- AutoComplete in Blazor - December 29, 2019 - How to use the Blazored.Typeahead AutoComplete Combobox in Blazor.
- Blazor StateHasChanged - December 19, 2019 - Blazor StateHasChanged: Mixing Razor Pages and Blazor.
- Add Razor Component with parameter to an MVC App - December 19, 2019 - This video shows you how to migrate a .net core 2.2 MVC app to .net core 3.1, then add a razor component with a parameter to the MVC app.
- Integrate Bootstrap and navigation into our app - December 18, 2019 - This video shows you how to integrate Bootstratp into our App to add a nicer looking UI and navigation.
- What is Blazor? What are Razor Components? - December 17, 2019 - This video shows what Blazor is and how Razor Components are the core piece of Razor. It then shows you various ways to use Razor Components in a demo project.
- Blazor Tutorial : Authentication | Custom AuthenticationStateProvider - December 13, 2019 - Blazor Tutorial : Authentication | Custom AuthenticationStateProvider.
- Blazor WebAssembly to GitHub Pages site - December 14, 2019 - The video shows you how to take the Microsoft Blazor WebAssembly template and add it as your GitHub Pages site.
- From console app to blazor app in about 20 minutes - December 14, 2019 - Shows you how to create a Blazor Application from a Console Application using Visual Studio 2019 and .Net Core 3.1.
- Visual Studio 2019 & .Net Core 3.1 SDK Install - December 13, 2019 - Install and verify Visual Studio 2019 and .Net Core 3.1 SDK.
- Blazor StateHasChanged - December 9, 2019 - Blazor StateHasChanged: Hot take on hot questions from the community.
- Blazor for Web Forms Developers - Components to make migration easier - December 5, 2019 - Blazor for Web Forms Developers - Components to make migration easier.
- Building Serverless web applications with Blazor and Azure Functions - December 5, 2019 - Building Serverless web applications with Blazor and Azure Functions, on Channel 9.
- Blazor Update with Daniel Roth - December 3, 2019 - ASP.NET Community Standup - Dec 3rd, 2019 - Blazor Update with Daniel Roth.
- Blazor Tutorial : Authentication | Out of the box - December 3, 2019 - Blazor Tutorial : Authentication | Out of the box.
- Share Blazor Pages and JavaScript across assemblies - November 17, 2019 - Share Blazor Pages and JavaScript across assemblies.
- Blazor Server : Razor Components | Lifecycle Methods - November 11, 2019 - Lifecycle Methods, Going through the life cycle of page/component in Blazor Apps. Source code.
- SPA Revolution with WebAssembly and ASP.NET Blazor - October 23, 2019 - Recording of the session by Rainer Stropek at the Tech Days Stockholm 2019, "SPA Revolution with WebAssembly and ASP.NET Blazor" (Event). WebAssembly (WASM) is challenging JavaScript’s monopoly in the browser. Many higher-level languages are currently evaluating whether WASM is a way for them to conquer the web client. .NET is spearheading this movement.
- Blazor and Customizing the OData entity model - October 22, 2019 - Blazor and Customizing the OData entity model, on Channel 9.
- OceanNumericInput Component - October 19, 2019 - Overview about the OceanNumericInput Component usage and why it's needed in Blazor line of business applications. OceanNumericInput Component source code. NuGet package.
- Blazor in more depth - October 17, 2019 - "Blazor in more depth" session at the NDC Sydney 2019, by Steve Sanderson and Ryan Nowak. In this talk, Blazor's two architects will take you deeper into the framework, showing a range of more advanced features and their internal workings. We'll dig into server-side Blazor and how we built the SignalR-based mechanism for efficiently streaming UI updates, as well as authorization in Blazor WebAssembly, and more.
- Episode 582: Jeremy Likness on Blazor - October 17, 2019 - Technology and Friends, Episode 582: Jeremy Likness on Blazor. Blazor is a framework for building full-stack web apps in the browser using C#. Jeremy Likness describes how it works and how to use it.
- Blazor, a new framework for browser-based .NET apps - October 16, 2019 - Blazor, a new framework for browser-based .NET apps by Steve Sanderson at the NDC Sydney.
- 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.
- Blazor CQRS With MediatR Library - September 29, 2019 - Describes the Blazor MediatR application and using the CQRS pattern with the MediatR Library.
- Blazor server-side vs client-side (WebAssembly) | What should you choose? - September 27, 2019 - Blazor server-side vs client-side (WebAssembly) | What should you choose?
- 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.
- Deploy NET Core 3.0 App on Ubuntu Server VPS - September 11, 2019 - Deploy NET Core 3.0 App on Ubuntu Server VPS, tested with Blazor Server-side.
- 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.
- SPA revolution with WebAssembly and ASP.NET Blazor - April 23, 2019 - DevOneConf 2019 - Rainer Stropek - SPA revolution with WebAssembly and ASP.NET Blazor.
- ASP.NET Community Standup - April 16, 2019 - ASP.NET Community Standup - Blazor Updates with Dan Roth and Steve Sanderson.
- ASP NET Core + Blazor - April 12, 2019 - ASP NET Core + Blazor at the philly.NET Code Camp.
- Continuation of the Tulsa .NET User Group website - April 12, 2019 - Continuation of the Tulsa .NET User Group website. Source code here.
- Continuation of the Tulsa .NET User Group website - April 10, 2019 - Continuation of the Tulsa .NET User Group website. Source code here.
- Blazor tutorial - SPA framework for .NET developers (Part - 1) - April 10, 2019 - Blazor tutorial - SPA framework for .NET developers (Part - 1).
- Blazor StateHasChanged: Blazor radio buttons and NuGet packages - April 9, 2019 - Blazor radio buttons and NuGet packages.
- What’s Coming with .NET Core 3.0 - April 2, 2019 - What’s Coming with .NET Core 3.0.
- Blazor StateHasChanged: Blazor Shell apps - March 30, 2019 - Blazor Shell apps.
- Build amazing web apps with .NET Core - March 26, 2019 - Build amazing web apps with .NET Core.
- Open Source C#, .NET, and Blazor - everywhere PLUS WebAssembly - February 12, 2019 - Open Source C#, .NET, and Blazor - everywhere PLUS WebAssembly by Scott Hanselman.
- ASP.NET Community Standup - February 5, 2019 - ASP.NET Community Standup.
- A New Framework for Browser-based .NET Apps (DevReach 2018) - January 14, 2019 - A New Framework for Browser-based .NET Apps (DevReach 2018).
- Blazor StateHasChanged - January 7, 2019 - Blazor StateHasChanged using Fluent Validation.
- Bolero enables writing F# apps running in WebAssembly using Blazor - December 31, 2019 - Bolero enables writing F# apps running in WebAssembly using Blazor.
- Blazor easy access token management - December 30, 2019 - Blazor easy access token management.
- Hosting Blazor applications on GitHub Pages - December 29, 2019 - Hosting Blazor applications on GitHub Pages.
- Install a blazor app as globaltool and service - December 29, 2019 - Install a blazor app as globaltool and service.
- Creating anchor links in Blazor applications - December 28, 2019 - Creating anchor links in Blazor applications.
- How Blazor is going to change Web Development - December 27, 2019 - How Blazor is going to change Web Development.
- Blazor and network status - December 25, 2019 - Making Blazor reusable component for PWA application that reacts to disconnection from the internet.
- Cache IdentityServer4 Access Token Blazor - December 20, 2019 - Cache IdentityServer4 Access Token Blazor. Source code.
- Upgrading the Blazor HTML Table with FlexGrid - December 18, 2019 - Upgrading the Blazor HTML Table with FlexGrid.
- How to Build an Interactive SPA with Blazor - December 18, 2019 - How to Build an Interactive SPA with Blazor. Source code.
- How to Perform CRUD Operations Using Blazor Preview 9 and Entity Framework Core 3.0 - December 18, 2019 - How to Perform CRUD Operations Using Blazor Preview 9 and Entity Framework Core 3.0. Source code.
- App Settings in Client-Side Blazor - December 17, 2019 - Get environment specific app settings into Client Side Blazor.
- Introduction to Blazor Component Testing - December 17, 2019 - Introduction to Blazor Component Testing.
- Adaptive Cards for Blazor 2.0.0 released with support for .NET Core 3.1 - December 17, 2019 - Adaptive Cards for Blazor 2.0.0 released with support for .NET Core 3.1.
- Getting Started with Blazor: All There is to Know From the Experts - December 13, 2019 - A chat with some of the most active members of the Blazor community.
- Blazor Consume IdentityServer4 Protected API - December 12, 2019 - Blazor Consume IdentityServer4 Protected API. Source code.
- Blazor: Chained Binds - December 12, 2019 - Blazor: Chained Binds.
- Optimising Our Blazor Search App - December 11, 2019 - Optimising Our Blazor Search App.
- MSGraph with Blazor - December 10, 2019 - MSGraph with Blazor.
- Creating Bespoke Input Components for Blazor from Scratch - December 10, 2019 - Creating Bespoke Input Components for Blazor from Scratch.
- Modular Monoliths And Composite UIs With .NET Core Razor Class Libraries - December 10, 2019 - Modular Monoliths And Composite UIs With .NET Core Razor Class Libraries. Code.
- A Blazor image file manager - December 9, 2019 - A Blazor image file manager.
- Creating a simple wizard component with Blazor - December 8, 2019 - Creating a simple wizard component with Blazor.
- Use Blazor in your existing ASP.NET Core 3.x application - December 4, 2019 - Use Blazor in your existing ASP.NET Core 3.x application.
- ASP.NET Core updates in .NET Core 3.1 - December 3, 2019 - ASP.NET Core updates in .NET Core 3.1.
- Building Custom Input Components for Blazor using InputBase - December 3, 2019 - Building Custom Input Components for Blazor using InputBase.
- Localization in Blazor UI - December 3, 2019 - Localization in Blazor UI, by Telerik. Code sample .
- Blazor, HttpClientFactory, and Web API - December 2, 2019 - Create a server-side Blazor application that interacts with an external web API using HttpClientFactory. Source code .
- Hosting a Containerized Client Side Blazor Application On Azure - December 2, 2019 - Hosting a Containerized Client Side Blazor Application On Azure.
- Implementing Search in Blazor WebAssembly With Lucene.NET - November 29, 2019 - Implementing Search in Blazor WebAssembly With Lucene.NET.
- Where to put your domain logic - November 28, 2019 - Where to put your domain logic?
- Deploying your Blazor app using GitHub action - November 28, 2019 - Deploying your Blazor app using GitHub actions.
- Share data between child and parent components - November 27, 2019 - Share data between child and parent components in Blazor.
- Deploying your Blazor app using Azure pipelines - November 27, 2019 - Deploying your Blazor app using Azure pipelines.
- Shared models, Blazor's (not so) secret super power - November 26, 2019 - Shared models, Blazor's (not so) secret super power.
- An introduction to Blazor and Web Assembly - November 25, 2019 - An introduction to Blazor and Web Assembly.
- Improvements on Error Handling - November 23, 2019 - Improvements on Error Handling.
- Creating a rich text editor in Blazor using Quill - November 20, 2019 - Creating a rich text editor in Blazor using Quill.
- Introducing the Ignite UI for Blazor Preview - November 18, 2019 - Introducing the Ignite UI for Blazor Preview.
- Create a Blazor Server SPA with Dapper - November 17, 2019 - Create a Blazor Server SPA with Dapper, on C# Corner.
- Using IHttpClientFactory with Blazor WebAssembly - November 13, 2019 - Using IHttpClientFactory with Blazor WebAssembly.
- Blazor Write to LocalStorage - November 12, 2019 - Blazor Write to LocalStorage.
- What is Blazor? A Tutorial on Building Web Apps with Authentication - November 11, 2019 - Learn how to build client-side Web apps using Blazor and how to secure them with Auth0.
- Make Your Blazor Development Faster - November 8, 2019 - How to improve your development experience with Blazor.
- Data annotations object graph validation is coming to Blazor - November 6, 2019 - Data annotations object graph validation is coming to Blazor.
- Securing your Blazor App with Auth0 (client side) - November 6, 2019 - Securing your Blazor App with Auth0 (client side).
- Building a Custom Router for Blazor - November 5, 2019 - Building a Custom Router for Blazor. Source code.
- ASP.NET Core updates in .NET Core 3.1 Preview 2 - November 4, 2019 - ASP.NET Core updates in .NET Core 3.1 Preview 2.
- Visual Studio 2019 for Mac version 8.4 Preview 2 - November 4, 2019 - Visual Studio 2019 for Mac version 8.4 Preview 2, now available (and supports Blazor).
- Introducing Blazor.Animate - November 4, 2019 - Introducing Blazor.Animate – Easily add Animations into your Blazor Applications.
- Building Blazor “Hello, Blinky” IoT application - November 3, 2019 - Building Blazor “Hello, Blinky” IoT application.
- Blazor Component Lifecycle Diagram - November 2, 2019 - Blazor component lifecycle methods and when they are called.
- Exploring lighter alternatives to Electron for hosting a Blazor desktop app - November 1, 2019 - Exploring lighter alternatives to Electron for hosting a Blazor desktop app, by Steve Sanderson.
- A New Era of Productivity with Blazor - November 2019 - A New Era of Productivity with Blazor, by Ed Charbeneau for CODE magazine.
- One solution (setup) to rule them all - November 1, 2019 - One solution (setup) to rule them all – Blazor Webassembly, Blazor Server, Blazor Electron.
- Creating Charts with the Telerik Chart Component for Blazor - October 31, 2019 - Creating Charts with the Telerik Chart Component for Blazor, by Telerik.
- An In-depth Look at Routing in Blazor - October 29, 2019 - An In-depth Look at Routing in Blazor.
- Introduction to Routing in Blazor - October 22, 2019 - Introduction to Routing in Blazor.
- Create PWA using Blazor - October 17, 2019 - How to convert a Blazor app into an installable PWA.
- 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.
- Goodbye Javascript! Build an Authenticated Web App in C# with Blazor + ASP.NET Core 3.0 - October 16, 2019 - Goodbye Javascript! Build an Authenticated Web App in C# with Blazor + ASP.NET Core 3.0 .
- 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.
- Build Data-Driven Web Apps Blazing Fast with Blazor and OData - August 09, 2019 - Build Data-Driven Web Apps Blazing Fast with Blazor and OData. Step aside GraphQL, this is WCF RIA reborn!
- 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.
- C# and WebAssembly (Wasm) - June 29, 2019 - C# and WebAssembly (Wasm).
- 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.
- Blazor on the Server: The Good and the Unfortunate - April 30, 2019 - Blazor on the Server: The Good and the Unfortunate.
- Using Blazor to Build a Client-Side Single-Page App with .NET Core - April 22, 2019 - Using Blazor to Build a Client-Side Single-Page App with .NET Core.
- Working with the View in Blazor MVVM - April 20, 2019 - Working with the View in Blazor MVVM : functions{} vs code behind vs ViewModel.
- Blazor now in official preview! - April 18, 2019 - Blazor now in official preview!
- ASP.NET Core updates in .NET Core 3.0 Preview 4 - April 18, 2019 - ASP.NET Core updates in .NET Core 3.0 Preview 4.
- Updated Razor support in Visual Studio Code, now with Blazor support - April 18, 2019 - Updated Razor support in Visual Studio Code, now with Blazor support.
- Why Blazor Grid Templates will make you question everything - April 18, 2019 - Why Blazor Grid Templates will make you question everything.
- Blazor Update: 'The End of the Experiment Is in Sight' - April 18, 2019 - Blazor Update: 'The End of the Experiment Is in Sight'.
- 3 Ways to Communicate Between Components in Blazor - April 17, 2019 - 3 Ways to Communicate Between Components in Blazor.
- Adding features to a simple Blazor MVVM client with composition - April 12, 2019 - Adding features to a simple Blazor MVVM client with composition.
- Introducing Syncfusion’s ASP.NET Core Blazor / Razor Components - April 10, 2019 - Introducing Syncfusion’s ASP.NET Core Blazor / Razor Components.
- Getting Started with TypeScript for JSInterop in Blazor - April 9, 2019 - Getting Started with TypeScript for JSInterop in Blazor.
- Using The Blazor Form Validation - April 9, 2019 - Using The Blazor Form Validation.
- Pure HTML Validation in Blazor - April 5, 2019 - Pure HTML Validation in Blazor.
- Building Components Manually via RenderTreeBuilder - April 3, 2019 - Building Components Manually via RenderTreeBuilder.
- How to localize texts in your Blazor App? - April 2, 2019 - Localizing contents text in Blazor.
- Client-side or Server-side - March 31, 2019 - Client-side or Server-side.
- Managing Page Layouts in Blazor - March 29, 2019 - Managing Page Layouts in Blazor.
- Using FluentValidation for Forms Validation in Razor Components - March 26, 2019 - Using FluentValidation for Forms Validation in Razor Components.
- Implementing Client Side Search As You Type Using bind-value-oninput - March 25, 2019 - Blazor: Implementing Client Side Search As You Type Using bind-value-oninput.
- What is Blazor and what is Razor Components? - March 19, 2019 - What is Blazor and what is Razor Components?
- Using JavaScript Interop in Razor Components and Blazor - March 19, 2019 - Using JavaScript Interop in Razor Components and Blazor.
- Deploying Blazor Apps Using Azure Pipelines - March 12, 2019 - Deploying Blazor Apps Using Azure Pipelines.
- Blazor 0.9.0 experimental release now available - March 7, 2019 - Blazor 0.9.0 experimental release now available.
- Full Stack C# with Blazor - March 7, 2019, Full Stack C# with Blazor.
- Understanding cascading values & cascading parameters - February 26, 2019 - Understanding cascading values & cascading parameters.
- What’s the Difference Between Razor and Blazor? - February 21, 2019 - What’s the Difference Between Razor and Blazor?
- No need to duel! Use Blazor Components Dynamic Dual Mode! - February 20, 2019 - No need to duel! Use Blazor Components Dynamic Dual Mode!
- Configuring a Blazor app - February 18, 2019 - Configuring a Blazor app.
- Microsoft updates Blazor, now built on Razor Components - February 13, 2019 - Microsoft updates Blazor, now built on Razor Components.
- Dealing with Forms in Blazor - February 8, 2019 - Dealing with Forms in Blazor.
- Blazor 0.8.0 experimental release now available - February 5, 2019 - Blazor 0.8.0 experimental release now available.
- Blazored modal released - February 5, 2019 - Blazored modal released.
- Event Aggregator for ASP.NET Core 3 Razor Components / Blazor - February 4, 2019 - Blazor.EventAggregator - Event Aggregator for ASP.NET Core 3 Razor Components / Blazor.
- ASP.NET Core updates in .NET Core 3.0 Preview 2 - January 29, 2019 - ASP.NET Core updates in .NET Core 3.0 Preview 2.
- Blazor Notes from NDC London - January 29, 2019 - Blazor Notes from NDC London.
- Creating a Reusable, JavaScript-Free Blazor Modal - January 28, 2019 - Creating a Reusable, JavaScript-Free Blazor Modal.
- Google authentication in Server-Side Blazor - January 21, 2019 - Google authentication in Server-Side Blazor (Razor components).
- Announcing Blazored and Blazored Toast - January 21, 2019 - Announcing Blazored and Blazored Toast.
- Blazor Full-Stack Web Dev in ASP .NET Core - January 16, 2019 - Blazor Full-Stack Web Dev in ASP .NET Core.
- Introducing the Telerik UI for Blazor Early Preview - January 16, 2019 - Introducing the Telerik UI for Blazor Early Preview.
- Creating a top menu search bar in Blazor - January 12, 2019 - Creating a top menu search bar in Blazor.
- Exception Handling In Blazor - January 10, 2019 - Exception Handling In Blazor.
- Zero to Azure Hero with ASP.NET Core, Blazor, Azure DevOps, Cognitive Services, SonarCloud and App Services - January 5, 2019 - Zero to Azure Hero with ASP.NET Core, Blazor, Azure DevOps, Cognitive Services, SonarCloud and App Services.
- MVVM Support in Blazor - January 4, 2019 - MVVM Support in Blazor.
- From Angular to Blazor: The Health App - January 3, 2019 - From Angular to Blazor: The Health App.
- An Introduction to Templated Components in Blazor - January 3, 2019 - An Introduction to Templated Components in Blazor.
- .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.
- 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 .
- ASP.NET Core Blazor Language Services - Provides Visual Studio support for ASP.NET Core Blazor. Note: this Blazor Visual Studio extension is obsolete and no longer required to use Blazor since Visual Studio 2019 Preview 16.3.0.