Awesome Blazor Versions Save

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.

v2021.17

2 years ago

Added items

Tutorials

Articles

v2021.16

2 years ago

ASP.NET Core Community Standup: "ASP.NET Core updates in .NET 6" (April 20, 2021).

  • There are a lot of exciting new features for ASP.NET Core developers in .NET 6! Come hear all about it from Daniel Roth, and ask your questions live in the chat.
  • Featuring: Daniel Roth.
  • live.dot.net.

Added items

Videos

Articles

v2021.14

3 years ago

Tutorials

Videos

  • Blazor WebAssembly : Cookie Expiration & API Authorization - duration April 7, 2021 - This video shows how you can set authentication properties for cookie authentication. You can set it's IsPersistent to keep the cookie alive even after the browser is closed. You can also set it's ExpiredUtc property to set expiry date for your cookies.

Articles

v2021.13

3 years ago

Survey: "The state of .NET" (until March 31, 2021).

  • Please help us improve the #dotnet ecosystem by sharing your thoughts and ideas with us. Please share with your followers!
  • Survey.

Tutorials

Videos

  • Deploying Blazor WebAssembly to GitHub Pages - duration March 30, 2021 - The .NET Docs Show - Deploying Blazor WebAssembly to GitHub Pages. What's better than Blazor? How about Blazor and a free place to host your Blazor app? In this episode, community member Niels Swimberghe shows the panel how to deploy Blazor apps to GitHub Pages.

v2021.12

3 years ago

Tutorials

  • Setting dynamic metadata for Blazor Web Assembly - March 23, 2021 - This post shows how HTML header meta data can be dynamically updated or changed for a Blazor Web assembly application routes hosted in ASP.NET Core. This can be usually for changing how URL link previews are displayed when sharing links. Source code stars last commit.

Videos

Articles

Podcasts

v2021.11

3 years ago

Samples

  • CleanArchitecture - stars last commit Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
  • Unofficial eShopOnContainers - last commit Unofficial Blazor WebAssembly client for eShopOnContainers.
  • desktoploveblazorweb - stars last-commit desktoploveblazorweb is a cross platform desktop application template(mobile support in the future) by pure Blazor Server Side, which work by use in process asp.net server + in process OS WebView component, which is better that mobilebinding for desktop as it's just use asp.net core api which will not has any comptiable problem(asp.net always works and webview always works, no trick).

Tutorials

Videos

Articles

v2021.10

3 years ago

Event: "How to contribute to Blazor" (March 9, 2021).

  • "How to contribute to Blazor"'s ASP.NET Community Standup.
  • In this edition of the Blazor community standup, join Blazor devs Safia and Pranav as they guide you through contributing to the Blazor codebase. From building the codebase to navigating our repo structure, we'll cover everything you need to know to make a code contribution to Blazor.
  • Tuesday | Mar 9, 10:00 AM Pacific | 18:00 UTC
  • Live & Replay: live.dot.net, YouTube.

Added items

Samples

  • TypinExamples - last commit A sample project that demonstrates the usage of Typin framework with a Blazor SPA application (Xterm.js and custom web workers implementation in C# to emulate terminal experience in browser). Live demo.

Components & Utilities

Articles

Podcasts

  • .NET 6 with Daniel Roth - March 11, 2021 - What's next for .NET? Carl and Richard chat with Dan Roth about all the good things coming this November for .NET. The conversation starts out with some discussion around Blazor, which is no longer an experimental project, but now a key part of .NET. Dan talks about the role of MAUI bringing together UI elements for smartphones, tablets, PCs, and more. There's a lot to look forward to by the end of 2021. Duration: 58 minutes.
  • Blazor Keeps Getting Better with Daniel Roth - March 9, 2021 - .NET 059: Blazor Keeps Getting Better with Daniel Roth. Blazor has come a long way since 2018. Blazor WebAssembly was released in 2020 and Blazor was integrated as a full-fledged member of .NET 5. Daniel Roth joins us to discuss the progress and improvements the Blazor team has made over the last year. We also discuss a number of updates coming in 2021 like the new Razor editor. The future of Blazor is bright, indeed. Duration: 61 minutes.

v2021.09

3 years ago

Event: ".NET Conf 2021 - Focus on Windows" (February 25, 2021).

  • .NET Conf 2021 - Focus on Windows.
  • Join us for a day of live stream sessions as we focus on Windows: upgrading WPF & Windows Forms apps, leveraging cloud services from client apps,the future of native device dev in .NET 6 and more.
  • Live: dotnetconf.net.
  • Replay: YouTube.

Added items

Tutorials

  • Overriding components in Blazor - February 27, 2021 - If you use a component library in your project, you might want to override a component somewhere deep down in the component hierarchy without having to override the whole hierarchy.

Videos

Articles

v2021.08

3 years ago

Event: ".NET Conf 2021 - Focus on Windows" (February 25, 2021).

  • .NET Conf 2021 - Focus on Windows.
  • Join us for a day of live stream sessions as we focus on Windows: upgrading WPF & Windows Forms apps, leveraging cloud services from client apps,the future of native device dev in .NET 6 and more.
  • Live: dotnetconf.net.
  • Replay: YouTube.

Added items

Libraries & Extensions

  • BlazorDownloadFile - stars last commit Blazor download files to the browser from c# without any JavaScript library or dependency.
  • BlazorXTabs - last commit An extended tabs component library providing various tab features for Blazor.
  • BlazorSliders - last commit Create multiple panels separated by sliding splitters.

Videos

  • .NET Conf 2021 - Focus on Windows: Building .NET Hybrid Apps with Blazor - February 25, 2021 - .NET Conf: Focus on Windows, session "Building .NET Hybrid Apps with Blazor", by Daniel Roth.
  • .NET Conf 2021 - Focus on Windows: Real-Time Desktop Apps with Azure SignalR Service - February 25, 2021 - .NET Conf: Focus on Windows, session "Real-Time Desktop Apps with Azure SignalR Service".
  • .NET Conf 2021 - Focus on Windows - duration February 25, 2021 - .NET Conf: Focus on Windows is a free, one-day livestream event that features speakers from the community and Microsoft teams working on Windows desktop apps and making them fantastic on the latest .NET 5. Learn why and how to upgrade WPF and Windows Forms apps to .NET 5, see Visual Studio tooling improvements, learn how to leverage cloud services from your client apps, and a whole lot more. You'll also see what the future of native device development with .NET will look like in .NET 6. Full schedule: dotnetconf.net.
  • Blazor WebAssembly : Virtualize Component - duration February 22, 2021 - Blazor WebAssembly : Virtualize Component, by Curious Drive. This video shows how you can use Virtualize component and load thousands of records in efficient way. We will first check how it actually works then we will map to a web API which gets records which are visible to the users.
  • Blazor Train: Options for Mobile Apps - duration February 19, 2021 - Carl Franklin welcomes back Microsoft’s Dan Roth to discuss options for building mobile apps with Blazor.

Articles

v2021.07

3 years ago

Event: "A conversation with Chris Sainty" (February 9, 2021).

  • ASP.NET Community Standup: A conversation with Chris Sainty.
  • In this standup, we chat with Blazor aficionado and open source community member Chris Sainty about Blazor, his open source work, and more.
  • 10:00 AM Pacific | 18:00 UTC
  • Live: live.dot.net, YouTube.

Added items

General

Tutorials

Articles