- Sample Projects
- Tutorials
- Libraries & Extensions
- Videos
- Articles
- Podcasts
- Presentations slides
- Tooling
- Pattern Maker - C# code transformation demo that uses Roslyn and Monaco Editor. Demo, Demo2.
- CountDown Timer - Count down timer with Browser notification and PWA using Blazor WebAssembly. Demo.
- BlazorMoonPhase - Moon Phase Sighting app using Blazor WebAssembly, by Lohith GN. Demo.
- Send an Sms - This demo shows how to send an Sms with Blazor using the Vonage SMS API.
- Ray Tracer - Simple ray tracer in Blazor.
- Blazor Web Camera Application Example - Here is a fun example of using camera in the ASP.NET Core Blazor WebAssembly application. Complete description of how it was created on this blog's post Using a web camera with fun filters in your ASP.NET Core Blazor WebAssembly application.
- BlazorContrib - Experiment of a Blazor renderer for Markdig, a Markdown component.
- Poker Odds Pro Calculator - Responsive poker odds calculator using blazor WebAssembly and pure C#. Demo.
- BlazorOCR - A Blazor WebAssembly application for reading receipts.
- Blazor.Console - A simple component to mock CLI for ASP.NET Core 3.0 Blazor applications to execute some custom commands for an application.
- Gjallarhorn - Compare packages on different NuGet-sources. Demonstrating Client-Side Blazor MVVM-style.
- C# Minifer A client-side Blazor application demonstrating live minification of C# code using the C# Minifier library. Demo.
- BlazorServerTree - A simple Server-Side Blazor sample app to deal with hierarchical data.
- Minimal ToDo by David Fowler - Minimal ToDo backend API implementation by David Fowler from Microsoft.
- BlazorPages - A sample client-side Blazor app showcasing automatic deployment to GitHub Pages via Azure Pipelines.
- BlazorGrpcWebCodeFirst - Sample project that demonstrates how you can use gRPC-Web with Blazor WebAssembly hosted on ASP.NET Core. Publish and consume your services without having to create .proto files - with the code-first approach.
- SignalR CLR - This is a simple example of using SignalR and Blazor WebAssembly together to eliminate the need for any JavaScript when handling server event's. Blog post about this sample.
- Serverless StreamR - A serverless port of StreamR powered by Blazor WebAssembly and Azure.
- TonClientBlazor - Free TON network client. Demo.
- Blazor Server Firestore Integration Source code of the article Building Real-Time Applications with Blazor Server and Firestore.
- BlazorWebView - A BlazorWebView "Control" that is easily embedded in (Native) UI frameworks.
- CarChecker - This is a sample application for Blazor by Steve Sanderson which was presented at Build 2020. You can view the on-demand walk-through for this on Channel 9: Modern Web UI with Blazor WebAssembly. This is a great sample which has a lot of Blazor + ASP.NET integrations such as: client-side debugging with Visual Studio, authentication / authorization, input validation, data integration/sync, Blazor components, code sharing, JavaScript interop, localization / internationalization, Progressive Web App (PWA) and more.
- dotnet-podcasts - .NET 6 reference application shown at .NET Conf 2021 featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, and more.
- Try F# on WebAssembly - The F# compiler running in WebAssembly with Bolero.
- BlazorPoint - Sample App to help you get started with hosting Blazor on SharePoint Pages, completely Client Side.
- gRPC-Web - Sample about gRPC-Web and Blazor WebAssembly.
- BlazorDungeon - - Multiuser dungeon game. Text based graphics. Up to 5 simultaneous players. Demo.
- Flappy Bird A Blazor WebAssembly implementation of Flappy Bird.
- Blazorships - Battleship implementation built with Blazor and SignalR.
- TicTacToe - Tic Tac Toe game using blazor webassembly. Here is a Demo and a Blog post.
- AcBlog - A blogging PWA that can be hosted as a full static website or as a server-prerender dynamic website. GitHub Pages Demo.
- BlazingOrchard - Blazing Orchard is a modular application framework that turns your Blazor project into a CMS-powered Blazor application by leveraging Orchard Core as a decoupled backend/CMS server using its REST & GraphQL APIs.
- BlazorGhost - A Blazor frontend for Ghost blogs.
- BlazorWPBlog - Wordpress blog with Blazor.
- BlazorForum - Forum application built with Blazor.
- BlazorFile2Azure - Upload a file from Blazor WebAssembly to Azure Blob Storage.
- Blazor WASM Deployment - Sample repo for showing Actions to deploy a Blazor app to Azure services.
- Blazor.JobBoard - Blazor WebAssembly based jobboard application deployed to Azure Storage Static Site. Demo.
- Blazor WebAssembly and Azure Active Directory - Blazor WebAssembly application secured with Azure Active Directory. This source code is related to an article on Medium: Securing a Blazor WebAssembly application with Azure Active Directory.
- Blazor Authentication Extension for Azure Static Web Apps - Blazor Authentication Extension for Azure Static Web Apps.
- BlazorGraphApi - Blazor Server App with AD Authentication, that calls the MS Graph API on-behalf of the signed-in user using Microsoft.Identity.Web.
- Blazor and Identity Server - This project demonstrates how to secure a Blazor WebAssembly application with a standalone Identity Server instance and use it to acquire a token for a protected API.
- BlazorAuthenticationSample - A sample showing some of the ASP.NET Core Blazor authentication features (also some testing...).
- Blazor contacts - A project template for OData API, IdentityServer4 auth, and server-side Blazor.
- Toss.Blazor - Twitter-like web application using Blazor.
- PropertyPrices - A blazor front-end site that provides analysis and ensemble learning predictions (through SharpLearning) of property prices in the UK. Demo (https://propertyprices.org.uk).
- Runny - Prototype of running roslyn in the browser via Blazor. Demo.
- Return - Realtime retrospective tool built in ASP.NET Core and Blazor.
- BlazorChifoumi - Exploring machine learning with a Chifoumi game.
- 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 + Sitecore - Example of dynamic pages and routes with SiteCore and Helix.
- BlazorMobile - Create full C# driven hybrid-apps for iOS, Android, UWP & Desktop with Blazor.
- BlazeReport - A minimal example of a Blazor App with NUnit, Selenium, SpecFlow and ExtentReports.
- BlazorAnimate - A simple example of animating text along a path using Blazor Canvas Extensions. Demo.
- BlazorParallax - Simple Parallax Page sample with Blazor Server.
- GTAVehicles - Sample app to manage GTA vehicles. Demo.
- Blazor Chat - A sample project that demonstrates using a Singleton class to communicate to all subscribers. Site is also live at https://blazorchat.com.
- BlazorWordGame Online Multiplayer Word Game With Blazor and SignalR on .NetCore.
- Gitter - A Blazor Gitter client.
- BlazeDown - BlazeDown, online Markdown editor. Demo.
- BlazorElectronExperiment - Exploring how a Blazor could be used to build a cross-platform desktop application using Electron.
- BlazorDesktop - Native desktop Blazor app which not using Electron, by Steve Sanderson.
- 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.
- BlogCore - Modern CMS on Domain-driven Design and Clean Architecture patterns.
- Blazor.JWTTest - JWT authentication for a Blazor hosted (Client/Server-side) app with API and Authentication.
- BlazorQuiz - Simple quiz using Blazor.NET and WebAssembly.
- BlazorChess - Chess engine implemented with Blazor. Demo.
- BlazorTasks - To-Do App.
- Tour of Heroes - Blazor implementation of Angular Tour of Heroes.
- BlazingPizza (server side) - A server side Blazor version of the Blazing Pizza project from the Blazor - app building workshop .
- BlazorConnectFour - Classic childhood game ConnectFour in Blazor.
- Memory Game Wasm/PWA - Simple Memory game with PWA support. Demo.
- BlazorGame - BlazorGame is a small proof-of-concept project to investigate the feasability of Blazor-based C# game development.
- Lights out Blazor - Clone based on the 1995 game Lights Out by Tiger Electronics Demo.
- TetrisBlazor - Online Game With Blazor and SignalR on .NetCore. Demo.
- Run Blazor in a Docker container with Visual Studio Code Remote Development - December 15, 2020 - Run Blazor in a Docker container with Visual Studio Code Remote Development.
- Using multiple APIs in Blazor with Azure AD Authentication - December 14, 2020 - The post shows how to create a Blazor application which is hosted in an ASP.NET Core application and provides a public API which uses multiple downstream APIs. Both the Blazor client and the Blazor API are protected by Azure AD authentication. The Blazor UI Client is protected like any single page application. This is a public client which cannot keep a secret. Source code .
- Create a Blazor Server app that uses the Microsoft identity platform for authentication - October 2020 - Tutorial by Microsoft. Blazor Server provides support for hosting Razor components on the server in an ASP.NET Core app. In this tutorial, you learn how to implement authentication and retrieve data from Microsoft Graph in a Blazor Server app with the Microsoft identity platform.
- Building a Blazor farm animal soundboard - October 2020 - Building a Blazor farm animal soundboard, by JetBrains. Source code .
- Tour of Heroes in Blazor Wasm Playlist - August 2020 - Using .Net 5 and Blazor WASM to create the Tour of Heroes app with the addition of how to create Unit Tests with bUnit. This tutorial counts 9 videos on YouTube.
- Yahtzee in Blazor WebAssembly - August 2020 - Tutorial by Exception Not Found. Part 1: the C# model. Source code .
- Build a video portal with Blazor - August 2020 - Website contains videos about building a video portal with Blazor.
- Online Multiplayer Word Game With Blazor and SignalR on .NetCore - August 8, 2020 - Let's build a simple online multiplayer word game with Blazor using SignalR for realtime communication between two players. All the words will keep in MongoDB and it will supports multi-platforms with .Net Core. Source code .
- Build a Blazor WebAssembly line of business app - June, 2020 - Build a Blazor WebAssembly line of business app. Part 1. Part 2. Part 3. Part 4. Source code .
- Simple RPG with .NET and Azure technologies - Follow along with the Simple RPG tutorials as we learn new areas of .NET and Azure technologies focused around Blazor client applications and Azure Functions for web service backends. Source code: https://dev.azure.com/d20Tek/SimpleRPG/_git/simple-rpg-game.
- Create a 2D game with Blazor - July 2020 - Part 1: Intro. Part 2: Canvas initialization. Part 3: Sprite rendering. Part 4: Moving a sprite. Source code .
- Build Tic Tac Toe game with Blazor WebAssembly - July 2020 - Build Tic Tac Toe game with Blazor WebAssembly. Source code . Demo.
- Create a small blog in Blazor - June, 2020 - Create a small blog in Blazor, by RoundTheCode. Part 1: Create application in Visual Studio. Part 2: Entity Framework integration. Part 3: Build Entity Framework queries. Part 4: Build Category and Page Razor Components.
- Custom Authentication in Blazor WebAssembly – Detailed Tutorial - June 12, 2020 - In this next part of the Blazor Blog Series, Let’s learn about implementing Custom Authentication in Blazor WebAssembly Project (Blazor.Learner). We will cover some core concepts that can get you familiar with how authentication works in Blazor Applications. Source code .
- Blazor CRUD with Entity Framework Core – Detailed Tutorial - June 4, 2020 - Building a CRUD Application is like the Hello World for Intermediate Developers. It helps you understand the most common operations of any particular stack. In this tutorial, let’s build a Client-side Blazor CRUD Application that uses Entity Framework Core as it’s Data Access Layer. Source code .
- Implementing Blazor CRUD using Mudblazor Component Library in .NET 5 – Detailed Guide - February 17, 2021 - In this article, we will demonstrate implementing Blazor CRUD using Mudblazor Component Library with a more polished way to achieve the CRUD functionalities. Mudblazor is without any doubt one of the coolest and complete looking Blazor Component Libraries out there. Kudos to the Mudblazor Team! Source code .
- Integrating Tailwind CSS with Blazor – Detailed Guide - February 24, 2021 - In this article, we will be Integrating Tailwind CSS With Blazor Applications. This is a guide exclusively for the .NET devs like me who are not much into CSS, yet want to build clean-looking UIs. We will get started with building great UI components with just half (or even less than half) of the CSS knowledge you already have. Source code .
- Creating Outlook Calendar Client from scratch - May, 2020 - In this course you'll see how to develop a calendar application from scratch (design, structing and logic) then make it integrated with Microsoft Outlook so our events on the calendar being synced with Outlook. Source code .
- PlannerApp full client-side project with Blazor WebAssembly - March 2020 - Video tutorial that covers how to build a full client-side application using Blazor WebAssembly, The back-end is already done and hosted on Azure so we will take advantage of that to teach you how to develop full application from scratch. Source code.
- Build an Authenticated Web App in C# with Blazor - March, 2020 - Build an Authenticated Web App in C# with Blazor and octa.com service.
- Building an Application with Blazorade Bootstrap - February 17, 2020 - Building an Application with Blazorade Bootstrap. Part 3. Part 2. Part 1. Source code.
- Creating a step-by-step end-to-end database Client-Side (WebAssembly) Blazor application - February 15, 2020 - This post covers how a list of Weather forecasts can be added to the database by each user. A user will only have the ability to see their own forecasts.
- Getting started with Blorc.PatternFly - January 7, 2020 - Getting started with Blorc.PatternFly. What is Blorc.PatternFly? Standing for Blazor, Orc, and PatternFly, Blorc.PatternFly is a library with the ultimate goal of wrapping all PatternFly components and making them available as Blazor components. Source code.
- NodaTimePicker - A Date/Time picker component library for Blazor using NodaTime. Demo.
- Blazor Time - Display dates and times in the users local time. Demo.
- Blazor.FlexGrid - GridView component for Blazor.
- Sve-Blazor-DataTable - Blazor DataTable component with support for client/server side paging, filtering and sorting, build on top of bootstrap 4.
- Table.Net - Interactive and flexible Data Tables for Blazor Web Apps.
- BlazorCss - CSS Helper for BlazorStyled which provides auto complete CSS styles.
- BlazorCssGrid - Css Helper for defining Grid SPA layouts in BlazorStyled.
- BlazorStyled - CSS in Blazor Components (Demo).
- Blazor-Sparkline - Sparkline Charts for Blazor using Fonts.
- Blazor-Charts - SVG charts for Blazor.
- BlazorDependencies - Js library that helps maintain dependencies of one Razor Class Library to another one without manually adding scripts and css-styles for each library.
- BlazorWebFormsComponents - A collection of Blazor components that emulate the web forms components of the same name.
- Skclusive.Material.Components - Material Design components for Blazor (Dashboard Demo), (Components).
- Blazor.Ionic - Ionic framework integration for Blazor.
- BlazorComponents - Reusable components for Blazor. Starting with ChartJS interop.
- BlazorGrid - This is a reusable grid component for Blazor which also supports client side pagination.
- BlazorBits - Components including Monaco editor .
- BlazorVirtualScrolling - Virtual Scrolling Component for Blazor (Demo).
- BlazorVirtualGrid - Reusable, fully configurable component with rows and columns fast virtualization (Demo).
- Blazor Time Zone Kit - A library to provide system time zones and local time zone initialization in Blazor apps.
- BlazorConfirm - A Blazor Wrapper for JS's
Window.confirm()
andonbeforeunload
as .Net Blazor Component (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).
- Rudder - Efficient state container for Blazor with concepts similar to the ones in redux, including reducers and sagas.
- Sotsera.Blazor.Toaster - A Blazor port of Toastr.js. Demo.
- Blazor.SpinKit - Blazor components for SpinKit spinners.
- Localized Data Annotations Validator - The data annotations validator for Blazor to localize validation error messages. (Demo).
- LiquidTechnologies.Blazor.ModalDialog - Turns Blazor components into Modal Dialogs, allows values to be returned from the dialogs (var result = await ShowDialogAsync(...)), includes simple MessageBox and data capture dialogs (for Blazor Client & Server).
- BlazorContentEditable - Provides contenteditable functionality for Blazor. (Demo).
- Blazor-Redux - Connecting a Redux state store with Blazor.
- Flexor - Highly configurable components which let you take full advantage of Flexbox CSS.(Demo).
- BlazorStorage - Local and session storage support for Blazor.
- Blazor.Auth0 - The library for using Auth0 in Blazor applications.
- Blazor.Geolocation - Blazor interop for browser Geolocation APIs.
- BlazorSignalR - SignalR Core .NET client library for Blazor. It uses the C# client.
- Blazored.Localisation - A library to provide localisation in client-side Blazor applications.
- EmbeddedBlazorContent - Library to load embedded content files (js and css) from Blazor libraries in server-side Blazor mode.
- Blazor.Payments - Blazor Web Agent port of the Web Payment API standard developed by W3C.
- BlazorLeaflet - BlazorLeaflet is a wrapper offering easy-to-use Blazor components that expose the Leaflet API in C#.
- PkcsExtensions.Blazor - A library to provide crypto and digital signature functionality for Blazor WebAssembly and light WebCrypto interop.
- BlazorMobile - Launch Blazor as a mobile application on iOS, Android & UWP.
- NObservable - MobX-like observables and component instrumentation.
- Blazor-Dashboard - Admin Dashboard Template Theme for Blazor.
- BlazorEmbedLibrary - Provides Blazor-style embedded static content files for Razor Components projects.
- BlazorLazyLoad - BlazorLazyLoad is a implementation of assembly lazy load feature in Blazor WASM application on both page and component level.
- BrowserInterop - This library provides access to browser API in a Blazor App.
- Sve-Blazor-InfiniteScroll - Simplistic implementation of an infinite scroll component for Blazor.
- Blazor Train: Synchronicity 5.0 - December 18, 2020 - Carl Franklin shows how to develop both a Blazor Server and Blazor Wasm project simultaneously using .NET 5.
- Blazor vs React/Angular - December 11, 2020 - Debate about Blazor vs React/Angular, featuring Michael Washington on The Growth Mindset Show.
- ASP.NET Community Standup - Material Design in Blazor with Material.Blazor - December 8, 2020 - We sit with Simon Ziegler and Mark Stega of Material.Blazor to discuss the project, Material.Blazor, a Material design component library for Blazor. ASP.NET Community Standup. Url list.
- Blazor Train: Using SignalR for cross-user Communication - December 4, 2020 - Carl Franklin shows you how to seamlessly add SignalR to any Blazor app.
- Developing interactive websites with C# using Blazor with Jimmy Engstrom - November 26, 2020 - Creating an interactive website today takes a lot of effort. You need to know a bunch of frameworks, languages and tools like Angular, React, JavaScript, Web pack, NPM, Bower, the list is long. What if there is a way to develop interactive websites without having to learn all these things? What if there is a way to develop in only one language, in C#? What if there is a way to do all that without using any Web Browser plugin? In this session Jimmy will show you what he believes to be the future of web development, Blazor. He will show how to get started and also share some of the new things in .NET5 so there be will be something for everybody. Also available on Twitch.
- How to Create RDLC Report in Blazor - November 24, 2020 - This video is about how to Create RDLC Report in Blazor Server application, how to use RDLC (.rdlc) report in Blazor.
- Blazor Train: Adding Azure AD B2C to an existing app - November 20, 2020 - Carl Franklin welcomes back Joel Hulen to demystify Azure AD B2C.
- Blazor: .NET 5 JavaScript interop modules revisited - November 20, 2020 - Blazor: .NET 5 JavaScript interop modules revisited, by Ed Charbeneau.
- ASP.NET Community Standup - Unit Testing Blazor with bUnit - November 17, 2020 - On this month's Blazor Community Spotlight, we'll be talking to Egil Hansen about unit testing Blazor components with bUnit.
- Migrating a Windows Forms App to Blazor: The Amazing and True Story of GIFBot - November 13, 2020 - In this talk, I will discuss the migration steps undertaken to go from a complex Desktop application to a robust ASP.NET-backed website with a Blazor front-end. The talk will highlight the ease at which I was able to translate functionality as a developer with very outdated web development skills.
- Blazor Train: Basic Authentication and Authorization in Blazor Web Assembly - November 13, 2020 - Carl shows you how to use ASP.NET Core Identity for basic authentication and authorization in a Blazor WebAssembly app.
- Blazor Stability Testing Tools for Bullet Proof Applications - November 13, 2020 - .NET in the browser may sound like Blazor's strength, however the story of Blazor testing may just be its biggest potential upside. In this session we'll discuss what makes Blazor an ideal candidate for: Unit Testing, Integration Testing, and Automated System Testing. With Jon Galloway.
- Building Real-time Applications with Blazor and GraphQL - November 12, 2020 - Come see how Blazor and GraphQL combined will revolutionize how we build rich SPA applications with .NET. .NET Conf 2020, Day #3.
- Application State in Blazor Apps - November 12, 2020 - Carl shows you the benefits of keeping application data outside components and pages, how to do cross-component change notifications, and how to persist that AppState to localstorage. .NET Conf 2020, Day #3.
- From Web Forms to Blazor - Introducing the Blazor Web Forms Components - November 12, 2020 - There are millions of ASP.NET Web Forms applications out there. How do you migrate them to .NET Core? With Blazor of course! In this talk, learn about the easy steps you can take to successfully migrate your application to Blazor with the BlazorWebFormComponents. .NET Conf 2020, Day #3.
- Components in Blazor - November 12, 2020 - Blazor is the blazing word in the Microsoft Tech stack at the moment because you can run C# on the client. In this session, I will talk about what Razor components are, talk about their lifecycle, event handling, and how to pass information between Blazor Components. .NET Conf 2020, Day #3.
- Trailblazor: Building Dynamic Applications with Blazor - November 12, 2020 - Underpinning Blazor's ability to create interactive web UIs using C# instead of JavaScript is a robust component model which offers exciting new opportunities for developers to create dynamic web applications. In this session we will explore a modular application framework for Blazor called Oqtane. .NET Conf 2020, Day #3.
- Microfrontends with Blazor: Welcome to the Party! - November 12, 2020 - In this talk, microfrontends expert Florian Rappl introduces an established architecture for a creating modular frontend applications. He will show how this architecture can be implemented together with Blazor to create dynamic user experiences. .NET Conf 2020, Day #3.
- Getting Started With Blazor - November 12, 2020 - In this session, we will introduce the core concepts for Blazor development, both client and server side. Then we will dive in to a Blazor Web Assembly example and look at how we can build rich client side apps in C#. .NET Conf 2020, Day #3.
- Blazor: Client Side vs. Server Side: Hands on Development and Deployment - November 11, 2020 - We will look at the main differences between Client Side Blazor, and Server Side Blazor. We will discuss situations and scenarios in which one should be favored over the other. We will develop a small app & deploy it twice on Azure: As a Client Side Blazor App, and as a Server Side Blazor App. .NET Conf 2020, Day #2.
- Migrating a Windows Forms App to Blazor: The Amazing and True Story of GIFBot - November 11, 2020 - In this talk, I will discuss the migration steps undertaken to go from a complex Desktop application to a robust ASP.NET-backed website with a Blazor front-end. The talk will highlight the ease at which I was able to translate functionality as a developer with very outdated web development skills. .NET Conf 2020, Day #2.
- Modern Web Development with Blazor & .NET 5 - November 10, 2020 - Blazor isn't just for new apps! Blazor in .NET 5 is integrated seamlessly with ASP.NET Core to enable modern full stack web development with .NET. In this session we'll show you how you can use Blazor and ASP.NET Core together to add rich client-side interactivity to both new and existing apps. You'll learn how to use Blazor components from your existing MVC views and Razor Pages, handle server-side prerendering, setup authentication & authorization, improve load time performance, and then deploy your app into production. .NET Conf 2020, Day #1.
- A talk for trailblazers: Blazor in .NET 5 - November 10, 2020 - Wondering what's in store for Blazor in .NET 5? Wonder no more! This talk features the latest and greatest features to arrive in Blazor as part of .NET 5. From improved APIs for working with the browser to CSS isolation to a variety of performance improvements, you'll leave this presentation with rundown of everything you'll be able to do in the latest version of Blazor. .NET Conf 2020, Day #1.
- .NET Conf 2020: Day 1, full video - November 10, 2020 - Full video of the first day of the .NET Conf 2020.
- Blazor Reporting with Thomas Smith - November 9, 2020 - Carl welcomes Blazor Train fan Thomas Smith to show how he implemented reports in a real-world Blazor app. Carl Franklin's Blazor Train Ep 63.
- Blazor + Xamarin == WHOA! - November 5, 2020 - Xamarin Community Standup - Blazor + Xamarin == WHOA! with Eilon Lipton. Join the Xamarin Team as they discuss the latest and greatest for Xamarin. This week we sit down with Eilon Lipton to discuss the latest in the Mobile Blazor Bindings.
- Blazor Train: Basic Authentication and Authorization - November 02, 2020 - Carl shows you how to use ASP.NET Core Identity for basic authentication and authorization using a SQL Server.
- .NET 5 Migrating NuGet Packages - October 31, 2020 - .NET 5 Migrating NuGet Packages, by Ed Charbeneau.
- Blazor & Comet for Native Mobile Apps - October 26, 2020 - Sam Basu from Telerik joins the panel to show us how to use Blazor and Comet in native mobile apps.
- Run EF Core queries on SQL Server from Blazor WebAssembly - October 26, 2020 - Session of the Atlanta .Net User Group by Jeremy Likness, "Run Entity Framework Core queries on SQL Server from Blazor WebAssembly".
- Blazor Train: MVVM Part 2 - October 26, 2020 - Carl shows more advanced MVVM patterns in Blazor.
- ASP.NET Core Series: PWA's with Blazor - October 15, 2020 - Progressive Web Applications (PWA) use modern browser APIs and capabilities to behave like a desktop app. Since Blazor WebAssembly is a standards-based client-side web app platform, developers have the ability to leverage these browser APIs and create PWAs using .NET. In this episode, Jeremy is joined by Dan Roth to discuss the built in support for building PWAs with Blazor and show us a few demos of how get started.
- On .NET Live - Diving into Azure Static Web Apps - October 15, 2020 - Azure Static Web Apps allows you to develop modern web applications that automatically publish from changes made in GitHub. You can build your frontends in your framework of choice and back them powerful APIs based on Azure Functions. In this session, Anthony Chu joins us to talk about this new service and what it means for .NET Developers building Blazor applications.
- Blazor WebAssembly : Twitter Authentication/Login - October 12, 2020 - Blazor WebAssembly : Twitter Authentication/Login, by Curious Drive.
- Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1 - October 12, 2020 - Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1. Article.
- Blazor Train: Daniel Roth on .NET 5 Blazor - October 9, 2020 - Carl welcomes back Daniel Roth to demo what's new in .NET 5 Blazor.
- Blazor: Our first impressions with Andrew Lock - October 9, 2020 - Blazor: Our first impressions with Andrew Lock, by Loosely Coupled Show. Are you on the Blazor train? Some of us are hesitant with scars from the past, even though they might not be warranted.
- Telerik Reporting and Testing R3 2020 Release - October 5, 2020 - Tech Is Evolving, and so Are Telerik & Kendo UI with R3 2020: Telerik Reporting & Test Studio Dev Edition Fully Integrate with All Suites, including Blazor.
- Blazor Train: Adding Blazor to an Existing MVC Application - October 2, 2020 - Carl welcomes Brian MacKay who shows you how to add Blazor pages and components to an existing MVC app.
- Blazor WebAssembly : Authentication State - September 26, 2020 - Blazor WebAssembly : Authentication State, by Curious Drive. Source code .
- Blazor Train: WebForms to Blazor with Jeff Fritz - September 11, 2020 - Carl welcomes Microsoft’s Jeff Fritz to give hope to WebForms developers who want to move to Blazor.
- Blazor WebAssembly : Custom Authentication - September 3, 2020 - Blazor WebAssembly : Custom Authentication, by Curious Drive.
- iJS London: Blazor WebAssembly - September 2, 2020 - Blazor WebAssembly by Rainer Stropek at the International JavaScript Conference. This is an introduction to Blazor WebAssembly. Here the source code of the Starship traveler demo mentionned in the talk .
- Rendering an Orchard Core Markdown Blog Post with Blazor WebAssembly - August 30, 2020 - Rendering an Orchard Core Markdown Blog Post with Blazor WebAssembly.
- Write OnClick Events in C# using Blazor and Eliminate JavaScript - August 25, 2020 - JavaScript can be eliminated for implementing an OnClick event and many other HTML event attributes. With Blazor, we go ahead and write an OnClick event in C# without the need for JavaScript.
- Blazor Train: Data Access - August 24, 2020 - Carl brings together an API layer, a generic data manager, and EF Core to create a complete solution.
- The .NET Docs Show - .NET open-source projects - August 24, 2020 - Chat with Isaac Levin (@isaacrlevin) about some exciting .NET open source projects he's been working on. By The .NET Docs show. Article on Dev.to about this episode.
- Blazor Game Client + Working on GUI System - August 23, 2020 - Blazor Game Client + Working on GUI System.
- How to Create Services in Client Side Apps - August 21, 2020 - We are upgrading our Blazor App Tour Of Heroes with Services! This will allow the components to keep state even when we navigate away along with creating some reusable code for our apis. If you like this video please subscribe and let me know you would like to see more. Based of Tour of Heroes section 4.
- Let's Build Flappy Bird - August 18, 2020 - Let's Build Flappy Bird with Blazor WebAssembly. Source code .
- Blazor WebAssembly, Azure AD B2C and Azure SDKs with Jon Gallant - August 11, 2020 - Blazor WebAssembly, Azure AD B2C and Azure SDKs with Jon Gallant.
- Blazor Train: Modal Dialogs with Chris Sainty - August 7, 2020 - Carl welcomes Chris Sainty back to BlazorTrain to show Blazored.Modal, his OSS Modal Dialog component.
- Blazor WebAssembly : Open-source Project - EP10 - July 29, 2020 - Let's make the BlazingChat app Open-Source and walk through rest of MVVM code for Contacts and Settings page, by Curious Drive.
- Blazor Train: Creating a Generic Data Manager - July 24, 2020 - In this episode of BlazorTrain, Carl welcomes App vNext contractor Mateus de Carvalho. They show how to use the repository pattern to create two generic data managers: one for an in-memory store, and one for an Entity Framework dbContext.
- Blazor Server with Azure AD authentication and MS Graph - July 24, 2020 - For this week's stream, we decided to play with the latest hot topic in the .NET ecosystem, i.e Blazor. JP and me build a Blazor Server web app with .NET Core and then we add Azure AD authentication to enable users to login in the app with the new Microsoft.Identity.Web. In the end, we added a call to MS Graph to retrieve some messages. video on YouTube. video on Twitch.
- Carl Franklin's Blazor Train: Creating an API Layer - July 20, 2020 - Carl shows you how to create APIs and access them from Blazor applications. Topics include CORS, and advanced JSON issues.
- Visual Studio Remote Office Hours - Blazor and ASP.NET - July 16, 2020 - Visual Studio Remote Office Hours - Blazor and ASP.NET, with Daniel Roth and Mads Kristensen. What is Blazor and what should I use it for? Dan Roth is here with answers and insights to share.
- Common Data Services (CDS) and .NET - July 16, 2020 - From console to mobile to web apps to services, learn how to use the Common Data Service when building .NET apps. This will be a demo heavy session that include Azure Functions, using it in mobile apps written in Xamarin, and web apps written with Blazor.
- .NET Virtual User Group - Blazor + Xamarin Code Sharing - July 15, 2020 - In this session Lachlan will be focusing on an approach to allow Models, ViewModels and Services to be shared across a Xamarin Forms App(for Android, iOS, UWP, etc.) and Blazor Web Assembly, with just a thin layer on top for user interface and platform specifics in each UI Framework.
- Blazor & Electron.NET Managing Application Windows - July 9, 2020 - This video covers how to create a new windows and manage the window properties, retrieve windows and set the full screen mode.
- FAST Framework - July 7, 2020 - ASP.NET Community Standup: FAST Framework. Check out how to use the new FAST Web Components with .NET and Blazor. Guests: Daniel Roth, Steve Sanderson and Rob Eisenberg.
- Blazor WebAssembly : Using HttpClient in MVVM - July 6, 2020 - Blazor WebAssembly : Using HttpClient in MVVM, by Curious Drive. This video is about how to use IHttpClientFactory in a Blazor WebAssembly application.
- Blazor WebAssembly : Dependency Injection - July 3, 2020 - Blazor WebAssembly : Dependency Injection, by Curious Drive.
- Blazor Web Bluetooth - July 1, 2020 - In this video Jimmy Engström demonstratres how to use Blazor and web bluetooth to controls a bluetooth robot.
- Blazor Train: Blazor Component Life Cycle - June 26, 2020 - Blazor Train: Blazor Component Life Cycle. What is a Blazor Component? How long does it live? How can we hook it to make sure our app behaves properly? This episode of Blazor Train covers all about the component life cycle.
- Blazing into Summer with Ed Charbeneau - June 25, 2020 - Blazing into Summer with Ed Charbeneau, by The DOT.NET Docs Show.
- GameDev - Blazor with BabylonJS (Web Rendering) - June 25, 2020 - Live development of a game with Blazor WebAssembly and BabylonJS.
- ASP.NET Community Standup: Entity Framework Core in Blazor - June 24, 2020 - ASP.NET Community Standup: EF Core in Blazor.
- ASP.NET Community Standup: Blazor Mobile Bindings - June 23, 2020 - ASP.NET Community Standup: Blazor Mobile Bindings, with Eilon Lipton.
- State of .NET Blazor with Markus Egger - June 23, 2020 - State of .NET Blazor with Markus Egger.
- Blazor Day 2020: Building a PWA (Progressive Web App) with Blazor WebAssembly - June 18, 2020 - Building a PWA (Progressive Web App) with Blazor WebAssembly, by Vivien Fabing at Blazor Day 2020.
- Blazor Day 2020: Getting started with Blazor and Clean Code principles - June 18, 2020 - Getting started with Blazor and Clean Code principles, by Bruno Barrette at Blazor Day 2020.
- Blazor Day 2020: Authentication and Authorization in Blazor - June 18, 2020 - Authentication and Authorization in Blazor, by Marco De Sanctis at Blazor Day 2020.
- Blazor Day 2020: Building Desktop Apps for Windows, Mac & Linux with Blazor & Electron - June 18, 2020 - Building Desktop Apps for Windows, Mac & Linux with Blazor & Electron, by Ahmad Mozaffar at Blazor Day 2020.
- Blazor Day 2020: Create a cross-platform application with Blazor & BlazorMobile - June 18, 2020 - Create a cross-platform application with Blazor & BlazorMobile, by Guillaume Zahra at Blazor Day 2020.
- Blazor Day 2020: Forms & Validation in Blazor - June 18, 2020 - Forms & Validation in Blazor, by Chris Sainty at Blazor Day 2020.
- Blazor Day 2020: Razor: Into the Razor-Verse - June 18, 2020 - Razor: Into the Razor-Verse, by Ed Charbeneau at Blazor Day 2020.
- Blazor Day 2020: Create An Optical Character Reader Using Blazor And Azure Computer Vision - June 18, 2020 - Create An Optical Character Reader Using Blazor And Azure Computer Vision, by Ankit Sharma at Blazor Day 2020.
- Blazor Day 2020: Secrets of a Blazor Component Artisan - June 18, 2020 - Secrets of a Blazor Component Artisan, by Ed Charbeneau at Blazor Day 2020.
- Blazor Day 2020: Bringing .NET to the Web and Beyond - June 18, 2020 - Blazor: Bringing .NET to the Web and Beyond, by Dan Roth at Blazor Day 2020.
- Modern Web UI with Blazor WebAssembly - June 11, 2020 - Modern Web UI with Blazor WebAssembly by Steve Sanderson at the NDC Oslo 2020. Client-side web development has long been the sole domain of JavaScript. WebAssembly is changing that by opening up the web to the full ecosystem of languages, frameworks, and tools. ASP.NET Blazor is all about building modern web applications be that on the server or the client. In this session I'll show you how to build beautiful and interactive client-side web UI, all with C# instead of JavaScript.
- Blazor Chat Guided Tour - June 11, 2020 - This video demonstrates using a singleton class, shows the ValidationComponent and ProgressBar that are part of DataJuggler.Blazor.Components.
- Blazor WebAssembly : Entity Framework Core - EP06 - June 10, 2020 - Blazor WebAssembly : Entity Framework Core - EP06, by Curious Drive. In this episode, he shows how you can integrate Entity Framework Core in a Blazor WebAssembly application.
- Blazor Twitch Bot Examples for GitHub - June 9, 2020 - Blazor Twitch Bot Examples for GitHub. Source code .
- Blazor WebAssembly : Debugging in VS Code, Chrome and Visual Studio - June 5, 2020 - Blazor WebAssembly : Debugging in VS Code, Chrome and Visual Studio, by Curious Drive. In this episode, he shows how you can debug your Blazor WebAssembly application using VS Code, Chrome or Visual Studio. He goes through all the files and the settings that you need to do before you debug your apps.
- Blazor Beyond the Browser - June 3, 2020 - Blazor Beyond the Browser, with Ed Charbeneau and Daniel Roth.
- Blazor In-Depth: Full-Stack C# with Telerik UI for Blazor and Entity Framework - June 2, 2020 - Blazor In-Depth: Full-Stack C# with Telerik UI for Blazor and Entity Framework.
- Blazor: A Guided Tour with Ed Charbeneau - June 1, 2020 - Blazor: A Guided Tour with Ed Charbeneau. Part 1, Part 2, Part 3.
- Blazor WebAssembly : Routing | NavigationManager, AdditionalAssemblies - May 31, 2020 - Blazor WebAssembly : Routing | NavigationManager, AdditionalAssemblies, by Curious Drive. In this episode, he shows how navigate between pages in Blazor WebAssembly. He also talks about passing parameters across pages. In the end, he dives diving little deeper to show how you can add Razor Component assemblies to your Router navigate to pages which are into Third Party Components.
- Blazor, Menus, the conclusion of May is for Macs with some !coffee - May 31, 2020 - Blazor, Menus, the conclusion of May is for Macs with some !coffee.
- Working with Pages and Components - May 30, 2020 - Working with Pages and Components, by Ed Charbeneau.
- Learn Studio Session: Build a WebAssembly app with Blazor & VS Code - May 27, 2020 - Join us for this guided online Microsoft Learn workshop. Learn how to setup your development environment and build your first WebAssembly app with Blazor, VS Code and C#.
- Learn Studio Session: Build a WebAssembly app with Blazor & VS Code - May 27, 2020 - Join us for this guided online Microsoft Learn workshop. Learn how to setup your development environment and build your first WebAssembly app with Blazor, VS Code and C#.
- Modern Web UI with Blazor WebAssembly - May 26, 2020 - Modern web development is here with Blazor! Be productive building beautiful interactive UI with .NET and C# that runs on any device via WebAssembly. PWAs, authentication, debugging, +more.
- Blazor WebAssembly 3.2 Release Party! - May 26, 2020 - ASP.NET Community Standup - Blazor WebAssembly 3.2 Release Party!
- Blazor Train: A talk with Steve Sanderson and David Fowler - May 26, 2020 - Blazor Train, episode 5: In this episode Carl talks to the creators of Blazor, Steve Sanderson and David Fowler.
- Blazor Train: Synchronicity - Develop Server and WASM Apps Simultaneously - May 26, 2020 - Blazor Train, episode 4: On this episode of Blazor Train I’ll show you how you can develop a Blazor WASM app AND a Blazor SERVER app -- at the same time -- from a single code base, and why you’d want to do that in the first place.
- Blazor Train: WebAssembly - May 26, 2020 - Blazor Train, episode 3: On this episode of Blazor Train, we’ll dive into WebAssembly. What is it? Is it secure? How does it work? What browsers support it? What languages can compile to it? Can it only run in the browser? And we’ll answer the question: Is Blazor Wasm the next Silverlight?
- Blazor Train: Server vs WASM - May 26, 2020 - Blazor Train, episode 2: Server vs WASM, by Carl Franklin. In this episode of Blazor Train, he compares the two hosting models: Blazor Server and Blazor WebAssembly. He creates an app using each model, and watch the network traffic in the browser. He talks about the maximum number of concurrent clients a Blazor Server app can handle, and how to scale it to meet demands. Most importantly, he weighs the pros and cons of each hosting model, so you can start thinking about which is appropriate for your next application.
- Blazor Train: Introducing Blazor - May 26, 2020 - Blazor Train, episode 1: Introducing Blazor, by Carl Franklin. In this episode of Blazor Train, he takes a first look at Microsoft Blazor - its history, how it evolved as a product and became part of ASP.NET Core. He looks at how the Blazor component model simplifies common tasks like binding and event handling. He writes a simple demo to illustrate the power of Blazor and how it will make you a more productive web developer.
- Blazor WebAssembly : Project Structure/Template - May 25, 2020 - Blazor WebAssembly : Project Structure/Template, by Curious Drive. In this episode, he's going through the project structure for Blazor WebAssembly applications. Why do need we need Client, Server and Shared project when we get started. How you can run them separately? all sort of questions he have answered in this video.
- Modern Web UI with Blazor WebAssembly - May 25, 2020 - Modern web development is here with Blazor! Be productive building beautiful interactive UI with .NET and C# that runs on any device via WebAssembly. PWAs, authentication, debugging, +more.
- Office hours, building a full stack Blazor app - May 23, 2020 - Office hours, building a full stack Blazor app, by Ed Charbeneau.
- Modern Web UI with Blazor WebAssembly - May 19, 2020 - Modern web development is here with Blazor! Be productive building beautiful interactive UI with .NET and C# that runs on any device via WebAssembly. PWAs, authentication, debugging and more. Video by Steve Sanderson from Microsoft.
- Blazor WASM authentication - May 8, 2020 - Blazor WASM authentication, by Ed Charbeneau.
- Blazor Tutorial : Deploy to Azure App Services - May 5, 2020 - Blazor Tutorial : Deploy to Azure App Services, by Curious Drive.
- Blazor StateHasChanged: E-book samples, code-behind, and office hours - May 1, 2020 - Blazor StateHasChanged: E-book samples, code-behind, and office hours.
- Trains.NET - Lets pretend to be designers - April 22, 2020 - Building a 2D game with .NET and C#, let's draw things with Blazor. Trains.NET's Source code.
- Trains.NET - From SkiaSharp to HTML Canvas, and hopefully published to a website somewhere - April 15, 2020 - Building a 2D game with .NET and C#, let's draw things with Blazor. Trains.NET's Source code.
- Trains.NET - Let's draw things with Blazor - April 10, 2020 - Building a 2D game with .NET and C#, let's draw things with Blazor. Trains.NET's Source code.
- Trains.NET - Experimenting with Blazor - April 8, 2020 - Building a 2D game with .NET and C#, experimenting with Blazor. Trains.NET's Source code.
- Carl Franklin's Blazor Desk Show with Dan Roth - March 26, 2020 - Video of Carl Franklin (from .NET Rocks!) about architecture best practices, how to make and consume generic components, how to call JavaScript to enhance your apps, and how to implement authentication and authorization. This video also covers how to monitor the traffic going back and forth between the browser and the server, measure your app's memory footprint, and how to optimize it. It also introduces some exciting Blazor controls including a data grid and appointment scheduling component.
- Quarantined Coding! with Ed Charbeneau - March 26, 2020 - Ed Charbeneau about Blazor for CodeItLive.
- Create a Blazor Server App and Add Syncfusion Blazor Components - March 24, 2020 - Learn to create a new Blazor Server App and add Blazor Components of Syncfusion to it using Visual Studio 2019 and Visual Studio Code.
- Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee - March 22, 2020 - Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee, by Csharpfritz.
- Blazor StateHasChanged: Hot take on hot questions - March 20, 2020 - Blazor StateHasChanged: Hot take on hot questions, by Ed Charbeneau.
- Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee - March 20, 2020 - Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee, by Csharpfritz.
- Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee - March 19, 2020 - Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee, by Csharpfritz.
- Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee - March 18, 2020 - Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee, by Csharpfritz.
- Building Chat App using Blazor WebAssembly - March 6, 2020 - Building Chat App using Blazor WebAssembly, day 10 by Curious Drive.
- Blazor Tutorial : Event Handling - March 4, 2020 - Episode about event handling by Curious Drive.
- Build your first Blazor app with Carl Franklin - March 3, 2020 - Build your first Blazor app with Carl Franklin, by DevExpress.
- Blazor, GitHub CLI, Excel? and more - February 26, 2020 - Blazor, GitHub CLI, Excel? and more by Michael Crump on Twitch.
- Ed Charbeneau talks about Blazor components on CsharpFritz - February 25, 2020 - Ed Charbeneau talks about Blazor components contributes BlazorComponentUtilities to our project.
- Deep Dive on Server-Side Blazor - February 24, 2020 - Talk by Carl Franklin at the NDC London, "Deep Dive on Server-Side Blazor". Blazor has arrived on the server with .NET Core 3. In this demo-filled session, Carl shows you how you can integrate authentication, data access with Entity Framework Core, API endpoints, File Uploads, and SignalR to create a great experience for your users.
- Deploying Blazor WebAssembly Backend - February 21, 2020 - Deploying Blazor WebAssembly Backend, on Twitch.
- Blazor Tutorial : Templated Components | Html Table - February 20, 2020 - Blazor Tutorial : Templated Components | Html Table by CuriousDrive. Source code.
- Is Blazor the new Silverlight? - February 19, 2020 - Very short video (2min) by Carl Franklin from the Blazor Road Show who speaks about "Is Blazor the new Silverlight?".
- Blazor Tutorial : Procedural Logic | Authentication & Authorization in C# - February 18, 2020 - Blazor Tutorial : Procedural Logic | Authentication & Authorization in C#, by Curious Drive. Source code.
- Open Source C#, Blazor, and the DataBinder - February 16, 2020 - Open Source C#, Blazor, and the DataBinder, by Jeffrey Fritz. BlazorWebFormsComponents.
- Coding with Squirrel - and Blazor !coffee - February 14, 2020 - Coding with Squirrel, and Blazor !coffee, by Jeffrey Fritz. BlazorWebFormsComponents.
- Blazor TreeView GridLines and starting the FormView component - February 13, 2020 - Blazor TreeView GridLines and starting the FormView component, by Jeffrey Fritz.
- Blazor TreeView images and checkboxes - February 12, 2020 - Blazor TreeView images and checkboxes, by Jeffrey Fritz. BlazorWebFormsComponents.
- How To Create a Blazor Component - February 11, 2020 - This video covers how to create a Blazor component for a Blazor application. Create a template and write C# code to connect the component with the application.
- Ed Charbeneau of Progress: Why I'm Excited About Blazor in 2020 - February 10, 2020 - Ed Charbeneau of Progress talks about the technologies he's excited to learn more about in 2020 including Blazor.
- Blazor Tutorial: Role-based Authorization - February 7, 2020 - Blazor Tutorial: Role-based Authorization. Source code.
- Building next generation web apps with Blazor - February 6, 2020 - Building next generation web apps with Blazor by Chris Sainty at the DDD Europe 2020.
- Blazor Tutorial: Register User & Generate JWT - February 5, 2020 - Blazor Tutorial : Register User & Generate JWT.
- Live from Stockholm - Pages, JavaScript, C# and Blazor components - February 4, 2020 - Live from Stockholm - Pages, JavaScript, C# and Blazor components, by Jeffrey Fritz.
- Live from Stockholm - MasterPages, Layouts, Blazor components and your pull-requests - February 2, 2020 - Live from Stockholm - MasterPages, Layouts, Blazor components and your pull-requests, by Jeffrey Fritz.
- Build modern data-driven Web Apps with Microsoft Blazor and Dapper - February 2, 2020 - Build modern data-driven Web Apps with Microsoft Blazor and Dapper.
- Blazor, a new framework for browser-based .NET apps - January 29, 2020 - "Blazor, a new framework for browser-based .NET apps" session by Steve Sanderson at the NDC London 2020.
- Blazor in more depth - January 28, 2020 - Blazor in more depth by Steve Sanderson and Ryan Nowak at the NDC London 2020.
- How to use BlazorStyled with Blazor to dynamically change CSS - January 22, 2029 - I show how to install BlazorStyled for SSB and how I built a ProgressBar and Sprite Component to do simple animaitons.
- Blazor Tutorial : HttpClient | Login User - January 21, 2020 - This video covers how we can use HttpClient in your Blazor app to make API calls to login user into the system. Source code.
- Let's add some auth to Blazor - January 17, 2020 - Let's add some auth to Blazor, on Twitch.
- Blazor Means Business - January 16, 2020 - "Blazor Means Business" by Paul Schroeder at the Chicago .NET User Group.
- Microsoft, Google and Cookie Authentication and Authorization - January 15, 2020 - This video by Microsoft covers how you can use authentication and authorization within your Blazor application.
- Adding content management using Kentico Kontent - January 15, 2020 - Adding content management using Kentico Kontent to a Blazor app.
- .NET Conf session: Blazor for Web Form and C# Developers - January 14, 2020 - "Blazor for Web Form and C# Developers" by Jeff Fritz, session of the .NET Conf "Focus on Blazor". This session covers how you can use Blazor within your Web Form applications.
- .NET Conf session: Build Serverless Apps with Blazor - January 14, 2020 - "Build Serverless Apps with Blazor" by Daria Grigoriu and Fabio Cavalcante, session of the .NET Conf "Focus on Blazor". This session covers how you can build serverless Blazor applications.
- .NET Conf session: Scaling Blazor Server Apps with Azure - January 14, 2020 - "Scaling Blazor Server Apps with Azure" by Ryan Nowak, session of the .NET Conf "Focus on Blazor". This session covers how you can scale your Blazor applications with Azure.
- .NET Conf session: Microsoft, Google and Cookie Authentication and Authorization - January 14, 2020 - "Microsoft, Google and Cookie Authentication and Authorization" by Michael Washington, session of the .NET Conf "Focus on Blazor". This session covers how you can use authentication and authorization within your Blazor application.
- .NET Conf session: Authoring Custom Components - January 14, 2020 - "Authoring Custom Components" by Ed Charbeneau, session of the .NET Conf "Focus on Blazor". This session covers how you can create custom Blazor components.
- .NET Conf session: Mobile Blazor Bindings - Using Blazor to build mobile apps - January 14, 2020 - "Mobile Blazor Bindings - Using Blazor to build mobile apps" by Eilon Lipton, session of the .NET Conf "Focus on Blazor". This session covers how you can use Blazor to build great mobile applications.
- .NET Conf session: Testing Blazor Components - January 14, 2020 - "Testing Blazor Components" by Egil Hansen, session of the .NET Conf "Focus on Blazor". This session covers different ways to test the Blazor components.
- .NET Conf session: JavaScript Two-Way Interop - January 14, 2020 - "JavaScript Two-Way Interop" by Javier Calvarro Nelson, session of the .NET Conf "Focus on Blazor". This session covers cover how you can use custom JavaScript within your Blazor components.
- .NET Conf session: State Management in Blazor Apps - January 14, 2020 - "State Management in Blazor Apps" by Jeremy Likness, session of the .NET Conf "Focus on Blazor". This session covers how you can enable statement management within your Blazor applications.
- .NET Conf session: Create a great UX with Blazor - January 14, 2020 - "Create a great UX with Blazor" by Jimmy Engstrom, session of the .NET Conf "Focus on Blazor". This session covers how we can create a great UX flow with Blazor.
- .NET Conf session: Routing A-Z - January 14, 2020 - "Routing A-Z" by Chris Sainty, session of the .NET Conf "Focus on Blazor". This session covers how routing works within Blazor and its components.
- .NET Conf session: Welcome to Blazor - January 14, 2020 - "Welcome to Blazor" by Dan Roth, session of the .NET Conf "Focus on Blazor".
- .NET Conf "Focus on Blazor" - Video of the complete event. 8 hours of great information about Blazor, enjoy!
- .NET Conf: Focus on Blazor Teaser - January 9, 2020 - In this episode, Robert is joined by Daniel Roth, who provides a look at the upcoming (Tuesday January 14) .NET Conf: Focus on Blazor. This is a free, one-day livestream event that features speakers from the community and .NET product teams that are working on building web apps with C# and Blazor. He also gives a nice overview of Blazor.
- Create new Blazor CRUD application with Radzen - January 7, 2020 - How to create new Blazor CRUD application from Microsoft SQL Server database using Radzen.
- Blazor Forms with Validation - Part IV - January 1, 2020 - This video will show you how to include a radio button, checkbox, and select/dropdown in a blazor form. There are a couple of options when working with the select and this video takes you through them.
- Blazor Forms with Validation - Part III - January 1, 2020 - This video shows you how to add validation messages at the field level instead of or in addition to at the form level.
- Configure Alexa Skill to use Blazor backend - December 28, 2020 - Configure Alexa Skill to use Blazor backend. Source code .
- MicroFrontends with Blazor WebAssembly - December 22, 2020 - MicroFrontends with Blazor WebAssembly. Source code .
- Sitecore Power with ASP.NET Core and why it’s important - December 18, 2020 - Sitecore has recently introduced a development SDK with ASP.NET Core. This article explains why it’s super important for the Business to start thinking about it and how it will change the way of Sitecore development.
- 10 Blazor Features You Probably Didn't Know - December 15, 2020 - As a relatively new framework, there's probably a lot you don't know about Blazor yet. Here are 10 great features about Blazor you should know.
- Exploring Blazor Mobile Bindings - December 13, 2020 - It's time to probe the promise of Blazor Mobile Bindings enticing web developers to come build mobile apps.
- Polly and Blazor, Part 1 – Simple Wait and Retry - December 8, 2020 - Polly and Blazor, Part 1 – Simple Wait and Retry.
- Blazor WebAssembly (client-side) with AOT and SkiaSharp - December 4, 2020 - Blazor WebAssembly (client-side) with AOT and SkiaSharp, by Uno Platform. Live sample.
- How to Pass Arguments to Your onclick Functions in Blazor - December 3, 2020 - It's straightforward to wire up event handlers to HTML events like onClick in your Blazor components, but how can you pass additional information and different types of arguments?
- Blazor Updates in .NET 5 - December 1, 2020 - Blazor Updates in .NET 5 by Daniel Roth on Code Magazine.
- Developer decries WinForms-to-Blazor performance degradation - December 1, 2020 - Developer decries WinForms-to-Blazor performance degradation, on Visual Studio Magazine.
- How to migrate Blazor Webassembly to .NET 5 - November 30, 2020 - How to migrate Blazor Webassembly to .NET 5.
- How to Deploy a Blazor Application in Azure App Service - November 30, 2020 - How to Deploy a Blazor Application in Azure App Service.
- Blazor JavaScript Isolation, Modules, and Dynamic C# - November 24, 2020 - .NET 5 is here, and with the release comes a barrel of Blazor improvements. One of the upgrades Blazorinos should be most excited about is JavaScript isolation and object references within .NET. This post will describe enhancing the existing Blazor API using extension methods to make importing JavaScript modules clearer. We’ll create a new type that will allow us to write C# code that looks similar to its JavaScript counterparts. Source code .
- Blazor WASM and Server in a Single Project Running on a Single Site - November 24, 2020 - This article looks at solving the challenges in creating a combined Blazor WASM and Server application - built in the same solution, and run on the same web site.
- A Localization sample using Blazor WebAssembly - November 24, 2020 - A Localization sample using Blazor WebAssembly
- Custom Validation in Blazor WebAssembly - November 24, 2020 - This article is about custom form validation in Blazor WebAssembly. It shows how to add custom validation attributes and use them for our model objects. Also, it shows how to customize our error messages and how to customize the style of the input elements on the form. Source code .
- Running a console application directly in your browser - November 22, 2020 - Running a console application directly in your browser. Source code .
- .NET5 - A Unified Platform - November 20, 2020 - The official version of .NET5 was released last week and bringing huge improvements into the .NET ecosystem. .NET 5 is the next version of .NET Core, and Microsoft continues the journey of unifying the .NET platform.
- Library Interop Generator 1.0 Release - November 19, 2020 - The Library Interop Generator is quite simple to grasp, you give it a TypeScript definition file and it will create a C# interop library for easier usage with ASP.NET Core Blazor. You can see a working site at Pirate Fort, it includes click action callbacks, animations, pixel system running, and sounds, all triggered from C#.
- Step Into .NET 5 with Telerik UI for ASP.NET Core Components - November 18, 2020 - .NET 5 is here, and Telerik UI for ASP.NET Core is fully compatible. Check out what's new in .NET 5 and how you can take advantage today.
- Write a WordPress blog with Blazor - November 18, 2020 - Write a WordPress blog with Blazor. Source code .
- Blazor WebAssembly - Unleash The Power Of Dynamic Template-Based UIs With Razor Engine - November 17, 2020 - In general, you can divide template engines into two types. The relatively simple ones are using template strings with placeholders to be replaced by some concrete values. The other template engines can do everything the simple ones can but additionally provide means for control of the code flow, like if-else statements, loops, and further. In this article, I will focus on the latter by using the Razor engine inside a Blazor WebAssembly application.
- Visual Studio 2019 for Mac v8.8 Adds Blazor WebAssembly Debugging - November 16, 2020 - Visual Studio 2019 for Mac v8.8 Adds Blazor WebAssembly Debugging, on Visual Studio Magazine.
- Building Real-Time Applications with Blazor Server and Firestore - November 16, 2020 - Building Real-Time Applications with Blazor Server and Firestore. Source code .
- Blazor and ASP.NET Core Get Faster in .NET 5 - November 12, 2020 - Blazor and ASP.NET Core Get Faster in .NET 5.
- Announcing ASP.NET Core in .NET 5 - November 10, 2020 - .NET 5 is now released! .NET 5 is the next version of .NET Core and the future of the .NET platform. With .NET 5 you have everything you need to build rich, interactive front end web UI and powerful backend services. For a full list of everything that’s new in ASP.NET Core in this release, check out the ASP.NET Core in .NET 5 release notes. See also the .NET 5 release notes for additional details and known issues.
- Announcing .NET 5.0 - November 10, 2020 - Announcing .NET 5.0, by Microsoft.
- Blazor Stability Testing Tools for Bulletproof Applications - November 9, 2020 - Blazor testing may just be the biggest potential upside of the framework. Learn about the core concepts of Blazor testing that will help you make bulletproof apps.
- Run Blazor Apps Within Electron Shell - November 5, 2020 - This post covers how to embed Blazor into an Electron app to ship Blazor on the desktop, and how to debug our Electron application using Rider.
- Communicating between .NET and JavaScript in Blazor with in-browser samples - November 5, 2020 - The success of Blazor relies heavily upon how well it can integrate with the existing rich JavaScript ecosystem. The way Blazor allows you to integrate, is by enabling you to call JavaScript functions from Blazor and .NET functions from JavaScript. This is also referred to as 'JavaScript interoperability'.
- Sending IoT Hub telemetry to a Blazor Web App - November 4, 2020 - Integrate Azure Functions and Blazor Web App using an API Controller. Use it together with IoT Hub routing.
- Implement a Blazor full text search using Azure Cognitive Search - November 2, 2020 - This article shows how to implement a full text search in Blazor using Azure Cognitive Search. The search results are returned using paging and the search index can be created, deleted from a Blazor application. Source code .
- Exploring lighter alternatives to Electron for hosting a Blazor desktop app - November 1, 2020 - Can we get the benefits of Electron for desktop apps built with web technology, with far less resource consumption? By Steve Sanderson.
- Unified Blazor UI in the Mobile Blazor Bindings Preview 5 - October 30, 2020 - Unified Blazor UI in the Mobile Blazor Bindings Preview 5.
- ARC-8: devlog #2 - Blazor - October 29, 2020 - This article is about how to implement the graphics, sound, input, and log systems for Blazor.
- Should your enterprise pick Angular, React or Blazor? - October 27, 2020 - Should your enterprise pick Angular, React or Blazor, by Jon Hilton for Progress Telerik.
- Blast Off with Blazor: Get to know Blazor and our project - October 26, 2020 - Building a website from the ground up with no Blazor experience required. All you’ll need is a passing knowledge of C# and .NET. Source code .
- Is Blazor Safe for Your Enterprise to Bet On? - October 22, 2020 - As with any technology, you’d be foolish not to be concerned about moving your organization to Blazor. Let’s clarify what’s worth worrying about. Also: Why you shouldn’t worry.
- Blazor FAST web components - October 22, 2020 - Interfaces built with FAST adapt to your design system and can be used with any modern UI Framework by leveraging industry standard Web Components. Let’s put this to the test using Blazor.
- Using NPM Packages in Blazor - October 19, 2020 - Using NPM Packages in Blazor.
- Building Real-Time Applications with Blazor Server and Firestore - October 16, 2020 - Building Real-Time Applications with Blazor Server and Firestore.
- Blazor in depth — Create Blazor component without Lifecycle methods - October 16, 2020 - Blazor in depth — Create Blazor component without Lifecycle methods.
- How to Add gRPC to Your Blazor App - October 14, 2020 - This post reivews how to get started with gRPC within your Blazor apps. We'll start with a basic Blazor WebAssembly app being hosted from an ASP.NET Core server, then modify it to use gRPC.
- Combing through ComponentBase - October 14, 2020 - Combing through ComponentBase.
- ASP.NET Core updates in .NET 5 Release Candidate 2 - October 13, 2020 - .NET 5 Release Candidate 2 (RC2) is now available and is ready for evaluation. .NET 5 RC2 is a “go live” release, meaning it’s supported in production. This prerelease of .NET 5 is very close to what we expect to ship for the .NET 5 release. Some improvements for Blazor: CSS isolation, component virtualization, support for toggle events, IAsyncDisposable support for components and more!
- Blazor Debugging Boosted in .NET 5 RC 2 - October 13, 2020 - Blazor Debugging Boosted in .NET 5 RC 2, on Visual Studio Magazine.
- Quick Helper For Blazor Performance - October 13, 2020 - Quick Helper For Blazor Performance.
- Render Blazor WASM components in your existing MVC/Razor Pages applications - October 13, 2020 - Render Blazor WASM components in your existing MVC/Razor Pages applications.
- Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1 - October 12, 2020 - Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1. Video.
- Pushing UI changes from Blazor Server to browser on server raised events - October 12, 2020 - Pushing UI changes from Blazor Server to browser on server raised events. Source code .
- Printing PDF’s in Blazor - October 11, 2020 - Printing PDF’s in Blazor. Source code .
- Prerendering your Blazor WASM application with .NET 5 - October 9, 2020 - Prerendering your Blazor WASM application with .NET 5 (part 2 - solving the missing HttpClient problem).
- For ASP.NET Core in .NET 6, Devs want AOT Compilation - October 8, 2020 - For ASP.NET Core in .NET 6, Devs want AOT Compilation, on Visual Studio Magazine.
- Retrieving Data "As You Need It" with the Telerik UI for Blazor DataGrid - October 6, 2020 - Retrieving Data "As You Need It" with the Telerik UI for Blazor DataGrid.
- Building a simple tooltip component for Blazor in under 10 lines of code - October 6, 2020 - Building a simple tooltip component for Blazor in under 10 lines of code. Source code .
- When does Blazor decide to render your UI? - October 3, 2020 - When does Blazor decide to render your UI?
- Render diagrams on the fly in your Blazor apps - October 1, 2020 - Render diagrams on the fly in your Blazor apps.
- Creating Real-Time Charts with Blazor WebAssembly and SignalR - September 30, 2020 - Creating Real-Time Charts with Blazor WebAssembly and SignalR.
- Blazor Guru Details Best Performance Practices - September 30, 2020 - Blazor Guru Details Best Performance Practices, on Visual Studio Magazine.
- Blazor vs. Silverlight: Is Blazor Silverlight 2.0? - September 29, 2020 - Blazor vs. Silverlight: Is Blazor Silverlight 2.0?
- Streaming an HTTP response in Blazor WebAssembly - September 28, 2020 - Streaming an HTTP response in Blazor WebAssembly.
- How to deploy Blazor WASM & Azure Functions to Azure Static Web Apps - September 24, 2020 - How to deploy Blazor WASM & Azure Functions to Azure Static Web Apps.
- Four Micro-Frontend Architecture yypes you can implement with Blazor - September 24, 2020 - Four Micro-Frontend Architecture yypes you can implement with Blazor.
- EditForm - forms and validation in Blazor - September 24, 2020 - ASP.Net Core Blazor ships some great components to get building web forms quickly and easily. The EditForm component allows us to manage forms, validations, and form submission events.
- Blazor WebAssembly on Azure Static Web Apps - September 23, 2020 - Blazor WebAssembly on Azure Static Web Apps, by Scott Hanselman.
- How to call isolated JavaScript code in .NET 5.0 Blazor projects with JSObjectReference - September 23, 2020 - How to call isolated JavaScript code in .NET 5.0 Blazor projects with JSObjectReference. Source code .
- Azure Static Web Apps with .NET and Blazor - September 22, 2020 - Azure Static Web Apps with .NET and Blazor, on the ASP.NET blog.
- Deploy your Blazor app in minutes with Azure Static Web apps - September 22, 2020 - Deploy your Blazor app in minutes with Azure Static Web apps.
- Leaving Silverlight: Converting to the Web - September 22, 2020 - If you’re migrating from Silverlight, the latest crop of technologies means that going to the web might be your best choice.
- Run EF Core Queries on SQL Server From Blazor WebAssembly - September 20, 2020 - Run EF Core Queries on SQL Server From Blazor WebAssembly. What if I could write a LINQ query on a client the same way I would on a server, and execute it remotely with minimal configuration, setup, ritual and ceremony?
- Creating Real-Time Charts with Blazor WebAssembly and SignalR - September 20, 2020 - Creating Real-Time Charts with Blazor WebAssembly and SignalR.
- Calling public methods on Blazor component from another component - September 18, 2020 - Calling public methods on Blazor component from another component.
- CSS isolation in Blazor - September 16, 2020 - CSS isolation in Blazor.
- Making Scott Hanselman's Powerpoint Greenscreen trick work with RevealJS via Blazor Server - September 15, 2020 - Making Scott Hanselman's Powerpoint Greenscreen trick work with RevealJS via Blazor Server. Source code .
- The First Blazor Dock Manager - September 15, 2020 - This article shows how to use the brand-new Dock Manager component in the Ignite UI for Web Components product. Source code .
- Architecture of a C# game rendered with Blazor, Xamarin, UWP, WPF, and Winforms - September 15, 2020 - Architecture of a C# game rendered with Blazor, Xamarin, UWP, WPF, and Winforms.
- .NET 5 Hits 'Go Live' Status in RC1, Ready for Production - September 15, 2020 - .NET 5 Hits 'Go Live' Status in RC1, Ready for Production.
- Blazor Gets Faster (Even Without AOT) - September 14, 2020 - Blazor Gets Faster (Even Without AOT).
- ASP.NET Core updates in .NET 5 Release Candidate 1 - September 14, 2020 - ASP.NET Core updates in .NET 5 Release Candidate 1.
- Lazy load assemblies in a Blazor WebAssembly application - September 14, 2020 - Lazy load assemblies in a Blazor WebAssembly application.
- .NET Blazor for Rails Developers - September 12, 2020 - .NET Blazor for Rails Developers.
- WebAssembly Beyond the Browser: Running WASM in .NET Core Applications With WASI & Wasmtime - September 10, 2020 - WebAssembly Beyond the Browser: Running WASM in .NET Core Applications With WASI & Wasmtime. Source code .
- Blazor.Animate adds support for running animations manually - September 10, 2020 - Blazor.Animate adds support for running animations manually.
- Use CSS isolation in your Blazor projects - September 10, 2020 - We talk about scoping your CSS to your Blazor components—all without a stylesheet reference.
- Blazor Server CRUD App Using Visual Studio Code - September 9, 2020 - Blazor Server CRUD App Using Visual Studio Code.
- Working with Local Storage in a Blazor Progressive Web App - September 9, 2020 - Working with Local Storage in a Blazor Progressive Web App, on Visual Studio Magazine.
- Copying text to the clipboard in a Blazor application - September 9, 2020 - Copying text to the clipboard in a Blazor application.
- Free e-book: Blazor for ASP.NET Web Forms Developers - September 8, 2020 - We are thrilled to announce the release of our new e-book: Blazor for ASP.NET Web Forms developers. This book caters specifically to ASP.NET Web Forms developers looking for guidelines. As well as strategies for migrating their existing apps to a modern, open-source, and cross-platform web framework. Download PDF.
- Anchor navigation in a Blazor application - September 7, 2020 - Anchor navigation in a Blazor application.
- Track Gps With Blazor Browserinterop - September 5, 2020 - Track Gps With Blazor Browserinterop. Source code.
- Blazor Wasm - Get Access Token for User - September 5, 2020 - In this article Cody shows, using ASP.NET Core Blazor Wasm, a quick snippet to get the AccessToken for a logged in User. Not much to it just using the IAccessTokenProvider, and if the user is signed in and they have are using an authentication type that provides an access token, like OpenID.
- Blazor - Page Animated Transitions - September 5, 2020 - This article is about how to use BlazorTransitionableRoute to create an animated transition between Blazor page transitions.
- Using a web camera with fun filters in your ASP.NET Core Blazor WebAssembly application - September 4, 2020 - Using a web camera with fun filters in your ASP.NET Core Blazor WebAssembly application. Source code .
- Blazor Internals you need to know - September 3, 2020 - Blazor Internals you need to know.
- Microsoft offers new documentation for Blazor and gRPC in ASP.NET Core - September 3, 2020 - With .NET 5 release candidates on tap ahead of an official November GA debut, Microsoft has published new documentation for some of the hottest ASP.NET Core components, including Blazor and gRPC.
- Why Blazor Wasm is the Best Choice for API Integration - August 31, 2020 - Why Blazor Wasm is the Best Choice for API Integration.
- .NET 5 Now 'Feature Complete' with Preview 8, Go Live Release Candidates Up Next - August 26, 2020 - .NET 5 Now 'Feature Complete' with Preview 8, Go Live Release Candidates Up Next on Visual Studio Magazine.
- Showing a confirm dialog before doing an action in Blazor - August 26, 2020 - Showing a confirm dialog before doing an action in Blazor.
- ASP.NET Core updates in .NET 5 Preview 8 - August 25, 2020 - .NET 5 Preview 8 is now available and is ready for evaluation. Here’s what’s new in this release: CSS isolation for Blazor components, Lazy loading in Blazor WebAssembly, Updated Blazor WebAssembly globalization support, New InputRadio Blazor component, Set UI focus in Blazor apps, Influencing the HTML head in Blazor apps, IAsyncDisposable for Blazor components, Control Blazor component instantiation and much more.
- Announcing .NET 5.0 Preview 8 - August 25, 2020 - Today, we are releasing .NET 5.0 Preview 8. The .NET 5.0 release is now “feature complete”, meaning that very nearly all features are in their final form (with the exception of bug fixes still to come). Preview 8 is, appropriately, the last preview. We plan on releasing two go-live release candidates before the final .NET 5.0 release in November. This post describes a selection of features across the .NET 5.0 release.
- Client/Server Dynamic Scripting - August 25, 2020 - For my new Blazor Game Client I wanted a way to create scripts that could be written by the user of the platform, and automatically load them from Client, without having to pull down a new client or having to reload the client. This article will go over the project I created to show how this might be done.
- The .NET Docs Show: Open source .NET projects - August 24, 2020 - In this episode of The .NET Docs Show, Isaac Levin (@isaacrlevin) discusses several of his open source .NET projects. As part of this week's #CheckUp, we share an MS Learn module for building with Microsoft Graph as it related to the PresenceLight project. Video on YouTube.
- How to prevent the UI from freezing while executing CPU intensive work in Blazor WebAssembly - August 24, 2020 - How to prevent the UI from freezing while executing CPU intensive work in Blazor WebAssembly.
- How to Work With Client-Side Blazor - August 20, 2020 - You’ve probably heard talk of Blazor Wasm, but what is it and how can you use it to rapidly build your web applications?
- Blazor WebAssembly - Changing The Log Level At Runtime - August 20, 2020 - Blazor WebAssembly - Changing The Log Level At Runtime.
- Dynamically setting the page title in a Blazor application - August 19, 2020 - Dynamically setting the page title in a Blazor application.
- Blazor and Media events - Hard to handle? - August 14, 2020 - Blazor and Media events - Hard to handle?
- What's New in Blazor Tooling Updates - August 11, 2020 - What's New in Blazor Tooling Updates, on Visual Studio Magazine.
- Blazor vs Angular - August 10, 2020 - A comparison of Blazor and Angular when it comes to modern web development—a review of the pros and cons by Telerik.
- Online Multiplayer Word Game With Blazor and SignalR on .NetCore - August 8, 2020 - Let's build a simple online multiplayer word game with Blazor using SignalR for realtime communication between two players. All the words will keep in MongoDB and it will supports multi-platforms with .Net Core. Source code .
- Blazor Components Deep Dive - Lifecycle Is Not Always Straightforward - August 5, 2020 - When starting with new frameworks that have a lifecycle for their artifacts like components, then you may assume that the lifecycle is strictly linear. In other words, step A comes before step B comes before step C, and so on. Usually, this is the case until it is not. The lifecycle of the Blazor components is not an exception in this matter.
- Make a responsive Navbar with Blazor and Tailwind? - August 4, 2020 - Make a responsive Navbar with Blazor and Tailwind?
- Xamarin Blazor Mobile Button Event Handlers - August 3, 2020 - Using the Blazor programming model to handle button events, like OnClick, makes writing Xamarin mobile applications with form inputs a breeze.
- Introducing Plugin Framework 1.0.0 – Plugins for .NET apps including Blazor and ASP.NET Core with built-in support for Nuget - August 3, 2020 - Plugin Framework is a new MIT-licensed plugin platform for .NET Core applications. It is light-weight and easy way to add a plugin-support into your application. It supports all the major types of .NET Core applications, including ASP.NET Core, Blazor, Console Apps and WPF & WinForms.
- Creating a Progressive Web App with Blazor WebAssembly - August 3, 2020 - Not surprisingly, it's dead easy to create an app in Blazor that runs outside of the browser window and (potentially) in an offline mode. Before you get carried away, though, there are some key design decisions to make, by Visual Studio Magazine.
- Implement the "download file" feature on a Blazor WebAssembly app - August 2, 2020 - If we want to implement the "download file" feature (please imagine a picture that was posted on Facebook can be downloadable) on your Blazor WebAssembly app project, how can we implement that feature? Source code .
- Run Blazor-based .NET Web applications on AWS Serverless - July 30, 2020 - Run Blazor-based .NET Web applications on AWS Serverless.
- Authenticate Blazor WebAssembly with Azure Static Web Apps - July 28, 2020 - Azure Static Web Apps is a great place to host Blazor WebAssembly apps. Among Static Web Apps' many features, it has built-in support for authentication using social logins. In this article, we'll look at how we can take advantage of Static Web Apps Authentication in our Blazor WebAssembly apps. Source code .
- Role-based security with Blazor and Identity Server 4 - July 28, 2020 - This article covers how to add a role-based security both on the API side and in the UI of a Blazor application. Note: this article is the next part of a previous article. Source code .
- Project - EventHorizon Blazor Interop - July 28, 2020 - I have been working on a project that will generate a C# Blazor WASM abstraction from a TypeScript definition file, as part of that project I needed a way to run the equivalent functionality in JavaScript. This article will go over that WASM Interop project I created, I also package it up in an easy to use NuGet package if you want to use it as well. Source code .
- Blazor Interop Generation Tool Release - July 28, 2020 - This article is the Release post of my new Blazor Interop Generation Tool! Here I will do a quick overview of the tool and how to use it. Source code .
- Project - EventHorizon Blazor TypeScript Interop Generator - July 28, 2020 - This project’s name is a mouthful, but based on the name you should be able to get the gist of what the project does. The project generates a C# Blazor Interop abstraction from the Abstract Syntax Tree from a TypeScript definition file, giving the user a generated project that can make interfacing with JavaScript libraries easier from C#. Source code .
- Blazor WebAssembly authentication and authorization with IdentityServer4 - July 27, 2020 - This about implementing authentication on a Blazor WebAssembly app via OpenId Connect using IdentityServer4(IDS4). And also authorization on Blazor WebAssembly app. IDS4 is a certified OpenId provider library.
- Optimizing JS Interop in a Blazor WebAssembly application - July 27, 2020 - Optimizing JS Interop in a Blazor WebAssembly application.
- Blazor WebAssembly Targets .NET 5 in Latest ASP.NET Core Update - July 27, 2020 - In announcing updates to web-focused ASP.NET Core development as part of a new .NET 5 Preview 7, Microsoft noted that Blazor WebAssembly -- the client-side component of the Blazor project that allows for C#-based web development instead of JavaScript -- now targets .NET 5.
- Generating and efficiently exporting a file in a Blazor WebAssembly application - July 27, 2020 - Generating and efficiently exporting a file in a Blazor WebAssembly application.
- State Management with Blazor using Fluxor (Part 2) - July 26, 2020 - Implementing additional CRUD operations with Fluxor, a continuation of part 1. Source code .
- Blazor EditForms, an essential tool or too much magic? - July 23, 2020 - Blazor ships with something called an EditForm. But what is it, do you have to use it, and what if you don’t fancy relying on magic to make your application work?
- Hybrid Blazor apps in the Mobile Blazor Bindings July update - July 22, 2020 - Mobile Blazor Bindings July update is released, which adds support for building Hybrid Blazor apps, which contain both native and web UI. Documentation. Source code .
- bUnit for Blazor and How to Integrate it in Azure Pipeline - July 22, 2020 - bUnit for Blazor and How to Integrate it in Azure Pipeline.
- ASP.NET Core Updates in .NET 5 Preview 7 - July 21, 2020 - .NET 5 Preview 7 is now available and is ready for evaluation. Here’s what’s new in this release: Blazor WebAssembly apps now target .NET 5, updated debugging requirements for Blazor WebAssembly, Blazor accessibility improvements, Blazor performance improvements and more.
- Securing Blazor WebAssembly Apps - July 21, 2020 - Learn how to secure Blazor WebAssembly applications with Auth0. Source code .
- How to build a Blazor web app with Azure Active Directory authentication and Microsoft Graph - July 21, 2020 - How to build a Blazor web app with Azure Active Directory authentication and Microsoft Graph.
- Mobile Blazor Common App Layouts - July 20, 2020 - This tutorial explores different layouts you can use when designing native mobile apps using Blazor and some tricks for how you can customize them to get just the look and feel your customers need.
- Blazor: Zero To Hero Real Time Implementation Part III - July 20, 2020 - This is part three of the “Blazor: Zero to Hero” article series. This article has a detailed look at the Project Structure.
- SignalR without Javascript, the Promise of Blazor - July 18, 2020 - SignalR has always had one major flaw: to use it, you needed to use JavaScript. But with the dawn of Blazor, this age of compromise is over. We can manage all of the data transfers between our servers and clients straight out of CLR types! Source code .
- Blazor WebAssembly Forms, Form Validation, and @ref Directive - July 17, 2020 - Blazor WebAssembly Forms, Form Validation, and @ref Directive, by Code Maze. Source code . Documentation.
- Visual Studio Gets Experimental Razor Editor for Blazor, Other Projects - July 16, 2020 - The latest preview of Visual Studio 2019 16.7 adds an experimental Razor editor for working with Blazor, boosting web development with C#/.NET instead of JavaScript.
- New experimental Razor editor for Visual Studio - July 15, 2020 - With the release of Visual Studio 2019 16.7 Preview 4, you can now try out our new experimental Razor editor for local development with MVC, Razor Pages, and Blazor.
- Blazor and Dragons: How to consume gRPC-web from Blazor - July 14, 2020 - Blazor and Dragons: how to consume gRPC-web from Blazor.
- How to Build a CORS Proxy for Client-side Blazor - July 13, 2020 - How to Build a CORS Proxy for Client-side Blazor.
- V-Drum Explorer: Blazor and the Web MIDI API - July 12, 2020 - Blazor and the Web MIDI API, a way of accessing local MIDI devices from a browser. Source code . Documentation.
- Getting Started with Mobile Blazor Bindings - July 9, 2020 - This is the first in a tutorial series about developing native Android and iOS apps using Xamarin and Blazor. This lesson will help you set up your development environment.
- How to send an SMS with Blazor - July 8, 2020 - This article covers how to send an SMS using Blazor and the Vonage SMS API. Source code .
- Securing a Blazor WebAssembly application with Azure Active Directory - July 7, 2020 - Securing a Blazor WebAssembly application with Azure Active Directory. Source code .
- Custom validation logic on client AND server with Blazor - July 7, 2020 - Custom validation logic on client AND server with Blazor.
- Conway's Game of Life (With Emojis!) in C# and Blazor WebAssembly - July 6, 2020 - Conway's Game of Life (With Emojis!) in C# and Blazor WebAssembly. Code source .
- The .NET Stacks #6 - July 5, 2020 - A rundown on mobile Blazor bindings, EF updates, ASP.NET Core A-Z, and more.
- Understanding about Cascading Values and Cascading Parameters in Blazor - July 4, 2020 - Understanding about Cascading Values and Cascading Parameters in Blazor. Source code .
- Understanding about Cascading Values and Cascading Parameters in Blazor - July 4, 2020 - Understanding about Cascading Values and Cascading Parameters in Blazor.
- Blazor WebAssembly HttpClient – Consuming Web API - July 3, 2020 - This article from Code Maze covers the Blazor WebAssembly HttpClient and how to use it to fetch data from the ASP.NET Core Web API server.
- Go faster with your own re-usable Blazor components - June 30, 2020 - Go faster with your own re-usable Blazor components.
- Creating a Custom Validation Message Component for Blazor Forms - June 30, 2020 - Creating a Custom Validation Message Component for Blazor Forms, by Chris Sainty.
- Blazor Upload File to Azure Blob Storage - June 29, 2020 - Blazor Upload File to Azure Blob Storage, by Bradley Wells.
- Deploying a .NET Core Blazor App to Netlify using GitHub Actions - June 29, 2020 - Deploying a .NET Core Blazor App to Netlify using GitHub Actions.
- Hosting both Blazor Server and WebAssembly in single website - June 27, 2020 - Hosting both Blazor Server and WebAssembly in single website.
- State Management with Blazor using Fluxor - June 26, 2020 - Implementing the flux spec with Fluxor for Blazor applications. Source code .
- ASP.NET Core updates in .NET 5 Preview 6 - June 25, 2020 - .NET 5 Preview 6 is now available and is ready for evaluation. Here’s what’s new in this release: Blazor WebAssembly template now included, JSON extension methods for HttpRequest and HttpResponse, extension method to allow anonymous access to an endpoint, custom handling of authorization failures and SignalR Hub filters.
- Blazor WebAssembly Template Lands in .NET 5 Preview 6 - June 25, 2020 - Blazor WebAssembly Template Lands in .NET 5 Preview 6, by David Ramel on Visual Studio Magazine.
- Convert DateTime to user's time zone with server-side Blazor - June 25, 2020 - Convert DateTime to user's time zone with server-side Blazor.
- State Management and Error Recovery in Blazor WebAssembly - June 24, 2020 - Centralized state management with serialization in localStorage when application crashes or user leaves the application. Source code.
- Learn how you manage routing in Blazor for .NET Core and VS Code - June 24, 2020 - Learn how you manage routing in Blazor for .NET Core and VS Code. on Chris Noring's blog. on Dev.to.
- Telerik UI for Blazor 2.15.0 - June 24, 2020 - Telerik UI for Blazor 2.15.0 includes new ButtonGroup, ToggleButton, Grid Updates and more.
- Move Over, JSON, Here's gRPC-Web for .NET (& Blazor) - June 23, 2020 - Move Over, JSON, Here's gRPC-Web for .NET (& Blazor) by David Ramel, on Visual Studio Magazine.
- 3+1 ways to manage state in your Blazor application - June 23, 2020 - 3+1 ways to manage state in your Blazor application.
- Partial Classes, RenderFragment and Lifecycle in Blazor WebAssembly - June 22, 2020 - Partial Classes, RenderFragment and Lifecycle in Blazor WebAssembly. Source code . This article is part of the Blazor series.
- Creating a Repeater component with Blazor - June 22, 2020 - If you are familiar with the old ASP.NET, you know the asp:Repeater control, a control that iterates on a collection (may comes from any kind of DataSource) and use a template to generate the page. This article shows how to create a control like that with Blazor.
- Setting the Page Title in a Blazor App - June 22, 2020 - Let's set the page title using a Blazor component and a bit of JavaScript.
- Build an Azure AD Secured Blazor Server Line of Business App - June 20, 2020 - Build an Azure AD Secured Blazor Server Line of Business App. Source code .
- How to utilize gRPC-Web from a Blazor WebAssembly application - June 19, 2020 - How to utilize gRPC-Web from a Blazor WebAssembly application. Source code .
- 7 Things to Enjoy in MAUI - June 19, 2020 - .NET Multi-platform App UI (MAUI) is the next evolution of cross-platform UI solution for .NET developers. Just like the island, MAUI will have plenty to offer for developers. Let's explore the promise of .NET MAUI.
- Minesweeper in Blazor WebAssembly Part 2: The Blazor Component - June 18, 2020 - Let's build a Blazor Component so we can play Minesweeper with it.
- Hosting Blazor Web Assembly App on Azure Static Web App - June 17, 2020 - Hosting Blazor Web Assembly App on Azure Static Web App.
- Minesweeper in Blazor WebAssembly Part 1: C# Implementation - June 15, 2020 - Let's build the computer game Minesweeper using C# and Blazor WebAssembly. Source code .
- Build a Blazor WebAssembly line of business app part 1: Intro and data access - June 13, 2020 - Build a Blazor WebAssembly line of business app part 1: Intro and data access. Source code .
- Secure Stripe Checkout with Blazor JSInterop - June 12, 2020 - Secure Stripe Checkout with Blazor JSInterop. Source code .
- Blazor vs React - June 9, 2020 - A comparison of Blazor and React when it comes to modern web development—a review of the pros and cons.
- Blazor UI Components - An Update with New Controls & Features, and Blazor Reports! (available in v20.1) - June 9, 2020 - Blazor UI Components - An Update with New Controls & Features, and Blazor Reports! (available in v20.1).
- Avoiding AccessTokenNotAvailableException when using the Blazor WebAssembly Hosted template with individual user accounts - June 9, 2020 - Avoiding AccessTokenNotAvailableException when using the Blazor WebAssembly Hosted template with individual user accounts.
- How to detect unsupported browsers under a Blazor WebAssembly application? - June 8, 2020 - How to detect unsupported browsers under a Blazor WebAssembly application?
- Blazor vs. React / Angular / Vue.js - June 4, 2020 - Blazor is a new Microsoft technology that allows developers to write code for browsers in C#. This article compares Blazor to three other common SPA frameworks: React, Angular, and Vue.js.
- Adding React UI components to Blazor Web Assembly app - June 3, 2020 - Adding React UI components to Blazor Web Assembly app.
- Custom connection details display - June 3, 2020 - Custom connection details display.
- Blazor How-Tos: create a chat application - part 1: Introduction - June 1, 2020 - Blazor How-Tos: create a chat application - part 1: Introduction. Source code .
- Introducing Blazor WebAssembly – a client-side alternative to JavaScript - May 29, 2020 - Introducing Blazor WebAssembly – a client-side alternative to JavaScript.
- The best samples to teach yourself Blazor - May 27, 2020 - The best samples to teach yourself Blazor. Now that Microsoft’s C#-in-a-browser platform is an official release, it’s safe to dig in.
- Announcing Experimental Mobile Blazor Bindings May update - May 26, 2020 - Announcing Experimental Mobile Blazor Bindings May update.
- Blazor news from Build 2020 - May 26, 2020 - Blazor news from Build 2020.
- Azure AD Secured Serverless Cosmos DB from Blazor WebAssembly - May 25, 2020 - Azure AD Secured Serverless Cosmos DB from Blazor WebAssembly, an authentic look at static sites with dynamic attitudes.
- Using Blazor WebAssembly and C# to build Tic-Tac-Toe in .NET Core - May 25, 2020 - Let's build the classic kids' game using Blazor, C#,and .NET Core! As always, there's a sample project included.
- Realtime update with Blazor Wasm Signalr and Mediatr - May 24, 2020 - Realtime update with Blazor Wasm Signalr and Mediatr.
- How to create Blazor components with custom JavaScript and CSS in the components library and properly consume them from WebAssembly application - May 24, 2020 - How to create Blazor components with custom JavaScript and CSS in the components library and properly consume them from WebAssembly application.
- Next for Blazor: AOT for 'Massive Speed Gains' - May 23, 2020 - Next for Blazor: AOT for 'Massive Speed Gains', from Visual Studio Magazine.
- Writing Applications, Not Web Sites, in Microsoft Blazor - May 23, 2020 - Let’s examine the possibilities of creating an application with Blazor instead of a SPA based website.
- Microsoft Build 2020 – Highlights - May 21, 2020 - This Microsoft Build 2020 conference was very different from all the previous ones as a digital experience event because of the COVID-19 Coronavirus. Microsoft made it a great experience – with announcements on Microsoft Azure, .NET 5, Windows, and more.
- Chatting about Blazor UI Controls with Microsoft at the Build Post Show - May 20, 2020 - Chatting about Blazor UI Controls with Microsoft at the Build Post Show.
- ASP.NET Core Blazor with SignalR breaks when used with Cloudflare's HTML minification - May 20, 2020 - ASP.NET Core Blazor with SignalR breaks when used with Cloudflare's HTML minification.
- Hosting Blazor WebAssembly in Azure Static Web Apps (Preview) - May 19, 2020 - Hosting Blazor WebAssembly in Azure Static Web Apps (Preview).
- Blazor WebAssembly 3.2.0 now available - May 19, 2020 - Blazor WebAssembly 3.2.0 now available.
- Using three.js with ASP.NET Core Blazor Server application - May 19, 2020 - Using three.js with ASP.NET Core Blazor Server application. Source code .
- Blazor finally complete as WebAssembly joins server-side component - May 19, 2020 - Blazor finally complete as WebAssembly joins server-side component.
- EF Core and Cosmos DB with Blazor WebAssembly - May 14, 2020 - EF Core and Cosmos DB with Blazor WebAssembly.
- Blazor interview questions and answer - May 14, 2020 - Blazor interview questions and answer.
- Building a Progressive Web App with Blazor - May 13, 2020 - Building a Progressive Web App with Blazor.
- Telerik UI for Blazor: 40+ Native Components with Telerik R2 2020 Release - May 13, 2020 - Telerik UI for Blazor: 40+ Native Components with Telerik R2 2020 Release.
- Unit Testing Blazor Components with bUnit and JustMock - May 11, 2020 - Unit Testing Blazor Components with bUnit and JustMock.
- Auto saving form data in Blazor - May 5, 2020 - Auto saving form data in Blazor.
- Attach Blazor to Azure IoT Edge routing, showing live message feed - May 3, 2020 - Attach Blazor to Azure IoT Edge routing, showing live message feed.
- Blazor WebAssembly 3.2.0 Release Candidate now available - April 30, 2020 - Blazor WebAssembly 3.2.0 Release Candidate now available. The Blazor WebAssembly Release Candidate is here! This release contains all of the features and improvements that we expect to release for the upcoming Blazor WebAssembly release. There are no more breaking changes planned at this point.
- Quickly transform any mockup or design into a working Blazor prototype - April 29, 2020 - Quickly transform any mockup or design into a working Blazor prototype.
- Copy to Clipboard in Blazor - April 29, 2020 - Copy to Clipboard in Blazor.
- Stripe customer credit card payment with Blazor - April 27, 2020 - In the previous tutorial, you learned how to link a Stripe Connect account with a local user store in a Blazor application. If, instead, you need a way to collect payment information from your customers, this tutorial will help you understand the Stripe customer flow. Source code.
- Blazor WebAssembly 3.2.0 Preview 5 release now available - April 23, 2020 - Blazor WebAssembly 3.2.0 Preview 5 release now available.
- CSS is hard, Blazor and Tailwind CSS makes it easier - April 22, 2020 - CSS is hard, Blazor and Tailwind CSS makes it easier.
- Telerik UI for Blazor 2.11.0 - April 22, 2020 - Telerik UI for Blazor 2.11.0: New Grid Features, Scheduler Improvements, Wasm 3.2.0 Preview 4 and More.
- Mobile Blazor Bindings - Navigation and Xamarin Essentials - April 21, 2020 - Mobile Blazor Bindings - Navigation and Xamarin Essentials.
- Playing audio files in a Blazor application - April 20, 2020 - Playing audio files in a Blazor application.
- Stripe Connect Express and Blazor - April 20, 2020 - Stripe Connect Express and Blazor. Source code.
- Blazor WebAssembly 3.2.0 Preview 4 release now available - April 16, 2020 - Blazor WebAssembly 3.2.0 Preview 4 release now available.
- Debugging problems persist in Blazor WebAssembly 3.2 Preview 4 - April 16, 2020 - Debugging problems persist in Blazor WebAssembly 3.2 Preview 4.
- Mobile Blazor Bindings - State Management and Data - April 14, 2020 - Mobile Blazor Bindings - State Management and Data.
- Stripe.NET Create Stripe Webhooks Receiver - April 13, 2020 - Stripe.NET Create Stripe Webhooks Receiver.
- Blazor: Handling 404s with IIS - April 9, 2020 - Blazor: Handling 404s with IIS.
- Top 3 Blazor Extensions for Visual Studio Code - April 8, 2020 - Some developers prefer to create applications with Microsoft's open-source Blazor tooling from within the open-source, cross-platform Visual Studio Code editor. Here are the top tools in the VS Code Marketplace for those folk, as measured by the number of installations.
- Mobile Blazor Bindings - Layout and Styling - April 7, 2020 - Second post in the series: Mobile Blazor Bindings for Web Developers by Chris Sainty.
- Securing Blazor WebAssembly with Identity Server 4 - April 6, 2020 - Securing Blazor WebAssembly with Identity Server 4.
- Mobile Blazor Bindings - Getting Started - April 1, 2020 - Introduction by Chris Sainty to the Mobile Blazor Bindings (MBB) project, what it is, why you might be interesting in trying it, what is and isn't available and we'll finish with creating our first app.
- Routing in Blazor Apps - March 30, 2020 - In this post, App Dev Manager Billy Sun compares routing of popular web frameworks and Blazor.
- Updating JSON Validate to Blazor 3.2.0 Preview 3 - March 29, 2020 - Updating JSON Validate to Blazor 3.2.0 Preview 3.
- Blazor WebAssembly Marches On to GA: Now Debug from Visual Studio, VS Code - March 27, 2020 - Blazor WebAssembly Marches On to GA: Now Debug from Visual Studio, VS Code, on Visual Studio Magazine.
- Blazor WebAssembly 3.2.0 Preview 3 release now available - March 26, 2020 - Official post from Microsoft, by Dan Roth. Blazor WebAssembly 3.2.0 Preview 3 release now available.
- Adventures with Blazor: my first component, a busy button - March 26, 2020 - Adventures with Blazor: my first component, a busy button.
- Mocking Injected Types in Blazor - March 26, 2020 - Mocking Injected Types in Blazor.
- Working with Query Strings in Blazor - March 25, 2020 - This post covers how to deal with Query Strings in Blazor.
- Why you should use Blazor over JavaScript Frameworks - March 24, 2020 - Why you should use Blazor over JavaScript Frameworks to build your single-page application.
- Replacing AJAX calls in Razor Pages with Razor Components and Blazor - March 24, 2020 - Replacing AJAX calls in Razor Pages with Razor Components and Blazor.
- Introduction to .NET 5 for ASP.NET Developers - March 23, 2020 - Introduction to .NET 5 for ASP.NET Developers.
- How To Keep Js Object Reference In Blazor - March 21, 2020 - How to keep Javascript object reference in Blazor on .NET side?
- Using Highcharts with Blazor - March 21, 2020 - Using Highcharts with Blazor.
- CSS live reloading on Blazor - March 20, 2020 - CSS live reloading on Blazor.
- Unifying .NET 5 arrives in Preview 1 - March 17, 2020 - Microsoft released .NET 5 Preview 1, the first iteration of what will become one framework to handle all .NET development projects.
- Blazor - Reload the browser on disconnect - March 14, 2020 - Blazor - Reload the browser on disconnect.
- The Open Source Project that Wants to Reboot Silverlight - March 13, 2020 - OpenSilver uses impressive tech to run Microsoft’s stone-dead app platform, Silverlight.
- Blazor WebAssembly 3.2.0 Preview 2 release now available - March 11, 2020 - Blazor WebAssembly 3.2.0 Preview 2 release now available, by Daniel Roth from Microsoft.
- Blazor WebAssembly tackles progressive web apps - March 11, 2020 - Blazor WebAssembly tackles progressive web apps, by David Ramel for Visual Studio Magazine.
- New Blazor and CSLA .NET Book - March 11, 2020 - New Blazor and CSLA .NET Book. Link to buy it.
- Blazor Shopping Cart Sample using Local Storage to Persist State - March 10, 2020 - Blazor Shopping Cart Sample using Local Storage to Persist State, by Carl Franklin.
- Open Source Silverlight replacement powered by WebAssembly debuts - March 9, 2020 - Open Source Silverlight replacement powered by WebAssembly debuts.
- Event Aggregator for Blazor updated to 2.0.0 - March 8, 2020 - Event Aggregator for Blazor updated to 2.0.0.
- Blazor WASM Debugging Planned for Visual Studio - March 3, 2020 - Blazor WASM Debugging Planned for Visual Studio, on Visual Studio Magazine.
- Integrating Tailwind CSS with Blazor using Gulp - Part 2 - March 3, 2020 - Integrating Tailwind CSS with Blazor using Gulp - Part 2.
- What's the Difference Between Blazor vs Razor - March 2, 2020 - What is Razor? How does it relate to Blazor, and which should you be using? Learn the difference between Blazor and Razor and how to use them in your web applications.
- Re-Using Angular Components In A Blazor WebAssembly Application Using Angular Elements - March 2, 2020 - Re-Using Angular Components In A Blazor WebAssembly Application Using Angular Elements - Web Components Custom Elements.
- How to send callback method to JSInterop in Blazor? - February 29, 2020 - How to send callback method to JSInterop in Blazor?
- Yet another way to changing the page title in Blazor, and more - February 2020, 27 - Yet another way to changing the page title in Blazor, and more.
- GitHub Project Provides 300-Plus Samples of ASP.NET Core/Blazor Fundamentals - February 27, 2020 - A GitHub project providing more than 300 code samples to illustrate ASP.NET Core fundamentals has amassed more than 4,100 stars.
- Organizing and Naming Components in Blazor - February 27, 2020 - Organizing and Naming Components in Blazor.
- What’s behind the hype about Blazor? - February 26, 2020 - Blazor is a new client-side UI framework from the ASP.NET team. Its big selling point is the ability to write rich web UI experiences using HTML, CSS, and C# instead of JavaScript—something a lot of developers have been dreaming of. By Chris Sainty.
- Use Blazor and C# to host a static website in Azure Storage - February 24, 2020 - Use Blazor and C# to host a static website in Azure Storage by Michael Crump.
- From WebForms to Blazor? - February 24, 2020 - From WebForms to Blazor?.
- Blazor live reload preview - February 23, 2020 - In react we have hot module replacement this feature allows us to change code and see changes immediately in your browser. We can make a similar feature in blazor using Roslyn compiler. Compiling down razor components in runtime and serving with WebSockets on every file change using file watcher. Source code.
- TeeChart for .NET with Razor and Blazor under Net.Core 3 - February 20, 2020 - TeeChart for .NET with Razor and Blazor under Net.Core 3.
- Hundreds of practical ASP.NET Core samples to learn the fundamentals - February 19, 2020 - Hundreds of practical ASP.NET Core samples to learn the fundamentals, and there are great samples about Blazor.
- Is Blazor For Everyone? - February 18, 2020 - Is Blazor For Everyone?, by Carl Franklin.
- Hosting a Blazor App in WinUI 3 with WebView2 and call a Blazor Component Method from WinUI - February 18, 2020 - Hosting a Blazor App in WinUI 3 with WebView2 and call a Blazor Component Method from WinUI.
- Running Your ASP.NET Core Blazor WebAssembly Application As A Progressive Web App (PWA) - February 18, 2020 - Running Your ASP.NET Core Blazor WebAssembly Application As A Progressive Web App (PWA).
- Integrating Tailwind CSS with Blazor using Gulp - Part 1 - February 18, 2020 - Integrating Tailwind CSS with Blazor using Gulp - Part 1.
- Splitting a monolith reporting web app with Blazor - February 18, 2020 - Splitting a monolith reporting web app with Blazor.
- Dashboard for Blazor - How to use Web Dashboard within your Blazor Apps - February 17, 2020 - Dashboard for Blazor - How to use Web Dashboard within your Blazor Apps, by DevExpress. This post covers how to integrate the HTML JavaScript Dashboard into a Blazor applications and focus on integration details and create a sample dashboard application as well.
- Creating a multi-language translator using Blazor and Azure Cognitive Services - February 17, 2020 - Creating a multi-language translator using Blazor and Azure Cognitive Services.
- Initializing Web Components in Blazor via JS Interop - February 14, 2020 - Initializing Web Components in Blazor via JS Interop. Source code.
- Blazor WebAssembly Rest Client - February 14, 2020 - This article focuses on client-side rendering and explains how to use RestClient.Net to make calls to a RESTful API. Source code.
- Mono: From Xamarin to WebAssembly, Blazor, and .NET 5 - Q&A with Miguel de Icaza - February 13, 2020 - Mono: From Xamarin to WebAssembly, Blazor, and .NET 5 - Q&A with Miguel de Icaza.
- Profiling in Blazor - February 12, 2020 - How to profile a production Blazor client-side app?
- Microsoft Blazor Enables Native App Development in C# and .NET - February 12, 2020 - Microsoft Blazor Enables Native App Development in C# and .NET.
- Rider 2019.3.2 is available - February 12, 2020 - Rider 2019.3.2 by JetBrains is available, with improved Blazor support.
- Tinkering with client-side Blazor and the AWS SDK for .NET - February 11, 2020 - Tinkering with client-side Blazor and the AWS SDK for .NET.
- Why Blazor, via WebAssembly, is the future - February 11, 2020 - Why Blazor, via WebAssembly, is the future.
- Announcing Experimental Mobile Blazor Bindings February update - February 10, 2020 - Announcing Experimental Mobile Blazor Bindings February update.
- Experimental Mobile Blazor Bindings gets new components - February 10, 2020 - Experimental Mobile Blazor Bindings gets new components.
- Blazor by Example - A spot of refactoring - February 10, 2020 - Blazor by Example - A spot of refactoring. Source code.
- Multi-Language Translator Using Blazor And Azure Cognitive Services - February 10, 2020 - Multi-Language Translator Using Blazor And Azure Cognitive Services.
- Mobile Blazor Bindings – Getting Started + Why You Should Care - February 5, 2020 - Mobile Blazor Bindings – Getting Started + Why You Should Care.
- Fragment Routing with Blazor - February 4, 2020 - Fragment routing, or linking, is the term given when linking to a specific element on a page, say a header for example. This technique is often used in FAQ pages or technical documentation and links using this technique look like this, www.mysite.com/faq#some-header. This post covers how to do this with Blazor.
- Blazor WebAssembly, Monaco and Antlr – Building the AutoStep Editor as a Blazor App - February 3, 2020 - Blazor WebAssembly, Monaco and Antlr – Building the AutoStep Editor as a Blazor App.
- Blazor by Example - Build a simple traffic light - February 3, 2020 - Blazor by Example - Build a simple traffic light. Source code.
- Intro to Blazor and Creating a Blazor App from Scratch - February 3, 2020 - Intro to Blazor and Creating a Blazor App from Scratch. Source code.
- Reuse Blazor WASM UI in Blazor Server - February 2, 2020 - Reuse Blazor WASM UI in Blazor Server using a technique showed by Steve Sanderson at the NDC London.
- Containerizing Blazor Apps - January 31, 2020 - Containerizing Blazor Apps.
- Building experimental hybrid Blazor WebAssembly application - January 30, 2020 - Building experimental hybrid Blazor WebAssembly application, by Gunnar Peipman.
- Telerik UI for Blazor 2.7.0 - January 30, 2020 - Telerik UI for Blazor 2.7.0 - MultiSelect, New Grid Features, WebAssembly Support and More.
- Microsoft Blazor to become mainstream in 2020 - January 29, 2020 - Microsoft Blazor to become mainstream in 2020.
- What's New in Third-Party Blazor Tooling - January 29, 2020 - What's New in Third-Party Blazor Tooling.
- Exploring WebWindow examples for Blazor on desktop - January 29, 2020 - Exploring WebWindow examples for Blazor on desktop.
- Test Your Jsinterop Code With Cypress - January 29, 2020 - Test your JSInterop code with cypress.io.
- Blazor WebAssembly 3.2.0 Preview 1 release now available - January 28, 2020 - Blazor WebAssembly 3.2.0 Preview 1 release now available.
- How to implement plug-in on C# Blazor for native JavaScript application - January 28, 2020 - How to implement plug-in on C# Blazor for native JavaScript application. Open API Scheme Diagram For Draw.io.
- Blazor by Example - Build a simple markdown editor - January 27, 2020 - Blazor by Example - Build a simple markdown editor.
- Suppressing Events in Blazor and ASP.NET Core Version 3.1 - January 27, 2020 - ASP.NET Core Version 3.1 adds some new features for managing events in Blazor. You may think you'll never need them, but there may be a time when you'll be glad to know about at least one of them.
- Getting Started with Blazor Server Apps in Visual Studio for Mac - January 22, 2020 - Getting Started with Blazor Server Apps in Visual Studio for Mac.
- Blazor's Future: gRPC Is Key - January 21, 2020 - Blazor's Future: gRPC Is Key, by the Visual Studio Magazine.
- Embedding Power BI in Blazor - January 21, 2020 - You can embed Power BI reports into a Server Side Blazor Application. This method allows you to display a Power BI report without requiring the user to have a Power BI account.
- Avoiding Parking Fines with Blazor and Geolocation - January 20, 2020 - Avoiding Parking Fines with Blazor and Geolocation. Source code.
- 6 Blazor component libraries to speed up your development - January 20, 2020 - 6 Blazor component libraries to speed up your development.
- Using NSwag to Generate Blazor Server Client for an ASP.NET Core 3.1 API - January 19, 2020 - Using NSwag to Generate Blazor Server Client for an ASP.NET Core 3.1 API.
- The Future of Blazor is Native Apps - January 18, 2020 - Microsoft imagines a future where Blazor runs on desktop and mobile — without WebAssembly.
- Should I Peek Blazor? - January 16, 2020 - Should I Peek Blazor?
- Web developers: Microsoft Blazor lets you build native iOS, Android apps in C#, .NET - January 16, 2020 - Microsoft offers a new tool for building native iOS and Android apps in programming language C# and .NET.
- Using gRPC-Web with Blazor WebAssembly - January 15, 2020 - gRPC-Web is a convenient, high-performance alternative to JSON-over-HTTP for single-page applications, by Steve Sanderson.
- Announcements from .NET Conf: Focus on Blazor - January 15, 2019 - Announcements from .NET Conf: Focus on Blazor.
- Announcing Experimental Mobile Blazor Bindings - January 14, 2020 - Announcing Experimental Mobile Blazor Bindings.
- Blazor State Management - January 14, 2020 - Blazor State Management, don't forget to add memory to your Blazor apps.
- Blazor Azure AD B2C Custom URL - January 13, 2020 - Blazor Azure AD B2C Custom URL.
- OData API, EF Core, and Blazor - January 7, 2020 - Learn how to configure an OData API, integrate it with Entity Framework Core, and call the API from a server-side Blazor front-end targeting .NET Core 3.1.
- Integrating Blazor Components into Existing Asp.Net Core MVC Applications - January 7, 2020 - Integrating Blazor Components into Existing Asp.Net Core MVC Applications.
- What’s Old is New Again – Web Forms meets Blazor - January 6, 2020 - What’s Old is New Again – Web Forms meets Blazor.
- Re-Using Angular components in a Blazor WebAssembly application using Angular Elements - January 2, 2020 - Re-Using Angular components in a Blazor WebAssembly application using Angular Elements - Web Components custom elements, FTW!
- Display spinner on each API call automatically in Blazor - January 2, 2020 - Display spinner on each API call automatically in Blazor. Source code here.
- gRPC With Blazor, C# And .Net Core - January 2, 2020 - gRPC With Blazor, C# And .Net Core.
- .NET 5 with Scott Hunter - December 24, 2020 - .NET 5 is shipped! What happens now? As part of the .BLD() Tech Talks XXL event in the Netherlands, Carl and Richard streamed interviewing Scott Hunter about .NET 5. The conversation turns to how the scope of .NET 5 focused in on how to help projects move from the standard framework onto .NET 5. Scott also dives into the ever-improving performance of .NET, the latest version of Blazor, and the adoption of WinForms in .NET 5 - and what's coming for .NET 6. Duration: 53 minutes.
- Building a Flight Simulator in C# with Laura Laban - December 17, 2020 - What does it take to make a flight simulator in C#? On a smartphone? Carl and Richard talk to Laura Laban about her experiences building Infinite Flight - starting with the Windows Phone in 2011! The conversation follows the history of using C# in smartphones, from WinPhone 7 through to MonoTouch, MonoGame, and Xamarin! Laura Laban discusses the challenges of tooling getting deprecated, platforms going away, and the vagaries of app stores. Duration: 54 minutes.
- Building a TwitchBot in Blazor with Georgia Nelson - December 10, 2020 - What can you use Blazor for? Carl and Richard talk to Georgia Nelson about GifBot, a Twitch bot Georgia has built using a variety of tools and languages (including Java) and today is C# and Blazor. Georgia talks about evolving the bot from version to version, looking for ways to make it easier for Twitch streamers to use. From WinForms to WPF to Blazor, the UI has taken a few turns, but Blazor works great in the role of user interface. Duration: 55 minutes.
- bUnit: A Blazor Testing Lib - December 7, 2020 - bUnit: A Blazor Testing Lib; with Egil Hansen in The 6th Figure Developer podcast, episode 173. Duration: 41 minutes.
- Blazor in Action with Chris Sainty - November 17, 2020 - In this episode of expect(Exception) we talk with Chris Sainty, author of the book Blazor in Action. We talk about what Blazor actually is, why we like it and of course, how to test it. Blazor in Action's book.
- Merge Conflict: .NET Conf 2020 & Apple M1 Event Recap - November 16, 2020 - Episode 228 of Merge Conflict's podcast: .NET Conf 2020 & Apple M1 Event Recap. This last week was crazy! .NET Conf 2020, .NET 5, Visual Studio 16.8, XAML Hot Reload 2.0, Xbox Series S/X launch, Apple M1 Events, and so much more. Duration: 62 minutes.
- Oqtane and OSS with Shaun Walker - November 2, 2020 - Shaun Walker is the original creator of Oqtane and DotNetNuke, web application frameworks which have the earned the recognition of being among the largest, most successful, pioneering Open Source projects native to the Microsoft platform. He was recognized by Business In Vancouver in 2011 as a leading entrepreneur in their Forty Under 40 business awards, and is currently the Chair of the Project Committee for the .NET Foundation. Shaun is currently a Technical Director and Enterprise Guildmaster at Cognizant Softvision. Shaun joined The 6 Figure Developer to talk about his newest project, Oqtane, a Modular Application Framework for Blazor, as well as Open Source Software, and The .NET Foundation. Duration: 44 minutes.
- The One About Blazor - September 7, 2020 - Merge conflict, episode 218: The One About Blazor. Duration: 49 minutes.
- OpenSilver with Giovanni Albani - July 30, 2020 - OpenSilver with Giovanni Albani, on .NET Rocks. Got Silverlight apps? Carl and Richard talk to Giovanni Albani about the OpenSilver project - building an open-source version of Silverlight that runs without a plugin, using WebAssembly. Giovanni talks about companies he has communicate with that have Silverlight apps with hundreds of thousands of lines of code - not a simple thing to rewrite. The goal of OpenSilver is to let you migrate those applications.
- .NET Multi-Platform App UI with Scott Hunter - Ready to go to Maui? Carl and Richard talk to Scott Hunter about the .NET Multi-Platform App UI or MAUI for short. Scott talks about how the next versions of .NET are focused on unifying the elements that go into .NET to make One .NET. And that includes the UI stacks - including Xamarin! The evolution of Xamarin into .NET means that all UI stacks will be treated equally. And that leads to the .NET Multi-Platform App UI, letting you make a single project that covers Windows, OS/X, iOS and Android.
- Testing Blazor Apps with Egil Hansen - June 4, 2020 - Testing Blazor Apps with Egil Hansen, on .NET Rocks. How do you test your Blazor app? Carl Franklin and Richard Campbell talk to Egil Hansen about bUnit , an open-source testing framework designed to work with Blazor - both the server-side Razor components and the WebAssembly client. Egil talks about building bUnit to allow for robust testing, that is, tolerant to the normal changes that come to an application without breaking all the tests. The conversation also turns to growing the bUnit project with more contributors, a wider set of features, and perhaps being part of the .NET Foundation.
- Michael Washington on the State of Blazor - May 11, 2020 - In this episode of Azure DevOps Podcast, Jeffrey Palermo is speaking with Michael Washington about Blazor in-depth. They discuss the current state of Blazor; Oqtane, a modular application framework for Blazor; server-side Blazor apps; Radzen, a low-code, RAD solution; his books on the topic of Blazor; and his advice, tips, recommendations, and resources for Blazor as well.
- Blazor with guest Carl Franklin - March 9, 2020 - Carl Franklin is the guest to Weekly Dev Tips. Carl Franklin and Steve Smith (aka Ardalis) discuss Blazor in general and look at how to create a generic object picker control for Blazor.
- Podcast: Occam’s Blazor - January 14, 2020 - Podcast by Stack Overflow.
- Focus on Blazor - January 2020 - All the materials of the .NET Conf "Focus on Blazor". The videos are on YouTube.
- Blazor, a new framework for browser-based .NET apps - January 29, 2020 - Source code of the session by Steve Sanderson at the NDC London, "Blazor, a new framework for browser-based .NET apps".
- Blazor in more depth - January 28, 2020 - Blazor in more depth by Steve Sanderson and Ryan Nowak at the NDC London 2020. Presentation of Steve Sanderson. Presentation of Ryan Nowak.
- Authoring custom components - .NET Conf "Focus on Blazor" - January 14, 2020 - Slides and demo of the presentation by Ed Charbeneau at the .NET Conf "Focus on Blazor".
- Routing A-Z - .NET Conf "Focus on Blazor" - January 14, 2020 - Slides and demo of the presentation by Chris Sainty at the .NET Conf "Focus on Blazor" about routing.
- Blazor Dev Server with CSS Live Reloader - Alternative Blazor Dev Server to be available CSS live reloading.
- 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).