Skip to content

Instantly share code, notes, and snippets.

@urza
Last active September 19, 2023 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urza/9d32255a4eeda89bbdd582e1b74970bf to your computer and use it in GitHub Desktop.
Save urza/9d32255a4eeda89bbdd582e1b74970bf to your computer and use it in GitHub Desktop.
Blazor + asp.net core resources

Blazor

Docs

MS Docs

https://learn.microsoft.com/en-us/aspnet/core/blazor/?view=aspnetcore-7.0

Blazor Univerzity

https://blazor-university.com/

Blazor School

https://blazorschool.com/ https://github.com/Blazor-School

MS Dev Blogs

https://devblogs.microsoft.com

ASP.NET Core updates in .NET 8 Release Candidate 1

https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-rc-1/#blazor


Blazor (dotnet) sample applications

https://learn.microsoft.com/en-us/samples/dotnet/blazor-samples/blazor-samples/ https://github.com/dotnet/blazor-samples

.NET Workshops and Presentations

Here you will find full workshops on multiple .NET products that you can deliver! Additionally, all presentations from .NET Conf are here too! https://github.com/dotnet-presentations

Blazor Workshop

Blazor - app building workshop In this workshop we will build a complete Blazor app and learn about the various Blazor framework features along the way. https://github.com/dotnet-presentations/blazor-workshop


Blazor devs

Daniel Roth: Product Manager at Microsoft for Blazor

https://twitter.com/danroth27 https://github.com/danroth27 https://devblogs.microsoft.com/dotnet/author/danroth27/ - dotnet release/updates

David Fowler: Distinguished Engineer 🧐 at Microsoft on the ASP.NET team, Creator of SignalR

https://twitter.com/davidfowl https://github.com/davidfowl

Steve Sanderson

https://twitter.com/stevensanderson (blazor fragments : https://twitter.com/stevensanderson/status/1696449142573113542 )

Jimmy Engström #Blazor

https://engstromjimmy.com/

BlazmExtension - A New Visual Studio Extension https://engstromjimmy.com/post/2023-05-15-BlazmExtension https://marketplace.visualstudio.com/items?itemName=EngstromJimmy.BlazmExtension

Introducing StageCoder https://engstromjimmy.com/post/2023-03-17-StageCoder https://stagecoder.com/visualstudio

Andrew Lock

Read my book ASP.NET Core in Action, Third Edition https://twitter.com/andrewlocknet https://github.com/andrewlock/ blog: https://andrewlock.net/ - Andrew Lock | .NET Escapades Series: Exploring the .NET 8 preview https://andrewlock.net/series/exploring-the-dotnet-8-preview/ code: blog-examples : https://github.com/andrewlock/blog-examples


Code examples

dotnet-architecture

https://github.com/dotnet-architecture

eShopOnBlazor

https://github.com/dotnet-architecture/eShopOnBlazor

eShopOnWeb

https://github.com/dotnet-architecture/eShopOnWeb

eShopOnContainers

https://github.com/dotnet-architecture/eShopOnContainers


Todos

https://github.com/davidfowl/Todos Various todo list backend API implementations

TodoApi

https://github.com/davidfowl/TodoApi Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication

eStoreLite

This is a simple slice of an store app that displays a list of products https://github.com/davidfowl/eStoreLite

Blazor Awesome

https://github.com/AdrienTorris/awesome-blazors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment