Skip to content

Releases: AdrienTorris/awesome-blazor

Week 27 of the year 2020

29 Jun 15:16
00dfa02
Compare
Choose a tag to compare

Special event: "An accessibility audit of .NET Blazor with Chris DeMars". [July, 9]

  • Join Chris DeMars (@saltnburnem ), along with hosts Cam Soper, Scott Addie, David Pine for a captivating conversation about .NET.
  • Live here: https://dotnetdocs.dev

Added items

Samples

Libraries & Utilities

  • jsMind.Blazor - last commit A Blazor JSInterop wrapper for jsMind, a MindMapping tool.
  • Blazor.Canvas - last commit Wrapper library around the HTML canvas API written in C# (no JS dependency) (Demo).
  • Blazor Library Asset Helper - last commit A VISX extension that can list all JS and CSS assets from Nuget package razor libraries you are using in your Blazor app. It will generate all the <script> and <link> tags for your HTML page for you to copy/paste. Available on the Visual Studio Marketplace.

Videos

Articles

Courses

Week 26 of the year 2020

22 Jun 06:39
a3c1514
Compare
Choose a tag to compare

Special event: "Blazing into Summer with Ed Charbeneau". [June, 25]

Special event: "ASP.NET Community Standup: EF Core in Blazor". [June, 24]

  • Topic: Using Entity Framework Core in ASP.NET Core Blazor applications (Jeremy Likness)
  • Live/Replay here: https://live.dot.net

Special event: "ASP.NET Community Standup: Blazor Mobile Binding". [June, 23]

Added items

Samples

Tutorials

Components

  • Blazor.Diagrams - last commit Interactive diagram component (flowcharts, UML, BPMN, ...), customizable and extensible according to user needs (node types, styles). Demo.
  • Texnomic.Blazor.hCaptcha - last commit hCaptcha Component for Server-Side Blazor.
  • Z.Blazor.Diagrams - last commit A fully customizable and extensible all-purpose diagrams library for Blazor, inspired by the popular react-diagrams library, with many additions. Demo.

Videos

Articles

Read more

Week 25 of the year 2020

17 Jun 15:00
b212cea
Compare
Choose a tag to compare

Special event: "Blazor Day". [June, 18th]

Added items

Samples

Components & utilities

Tutorials

Videos

Read more

Week 24 of the year 2020

08 Jun 08:06
57932ae
Compare
Choose a tag to compare

Special event: "Blazor Day". [June 18th]

Added items

Samples

Tutorials

Components

Videos

Articles

Tooling

Release of February 2020

25 Feb 16:41
0940a8e
Compare
Choose a tag to compare

Last release the January, 1st.

A cleaning of the page was started and some obsoletes items has been moved to the 2019's archive file.

Items added:

Samples projects

Videos:

Articles

Presentation slides

Tutorials

Week 23 of year 2020

03 Jun 09:13
a002154
Compare
Choose a tag to compare

Special event: "Blazor Beyond the Web".

Added items

Samples

  • BlazorGame - last commit BlazorGame is a small proof-of-concept project to investigate the feasability of Blazor-based C# game development.

Tutorials

  • 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 stars last-commit.

Components

  • BlazorLazyLoading - GitHub stars last commit Production ready lazy loading implementation. Full lazy loading support for WASM and Server (pages, components, dlls) with abstractions to implement modularization if you wish (custom endpoints, custom manifests, etc).
  • GEmojiSharp.Blazor - GitHub stars last commit GitHub Emoji for Blazor (Demo).

Videos

  • 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 - duration 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 - duration 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 - duration May 31, 2020 - Blazor, Menus, the conclusion of May is for Macs with some !coffee.
  • Working with Pages and Components - duration May 30, 2020 - Working with Pages and Components, by Ed Charbeneau.
  • Blazor Train: A talk with Steve Sanderson and David Fowler - duration 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 - duration 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 - duration 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 - duration May 26, 2020 - Blazor Train, episode 2: Blazor Train: 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 - duration 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 - duration 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.
  • Office hours, building a full stack Blazor app - duration May 23, 2020 - Office hours, building a full stack Blazor app, by Ed Charbeneau.

Articles

Podcasts

  • [Testing...
Read more

Week 22 of year 2020

25 May 09:54
a7fded8
Compare
Choose a tag to compare

Special event: "Blazor WebAssembly 3.2 Release Party!". [Over]

  • ASP.NET Community Standup - Blazor WebAssembly 3.2 Release Party!

Added items

Samples

Tutorials

  • 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 stars last-commit.

Components

Videos

Articles

Week 21 of year 2020

18 May 15:22
f6e70f8
Compare
Choose a tag to compare

Special event: "Microsoft Build 2020".

Added items

Samples

Videos

  • 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.

Articles

Podcasts

  • 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.

Week 20 of year 2020

14 May 15:45
15057d8
Compare
Choose a tag to compare

Added items

Samples

Components

Videos

Articles

Week 19 of the year 2020

06 May 09:01
617d2ae
Compare
Choose a tag to compare

Added items

If you need to search on this list you can try this great website: Awesome Blazor Browser.
Thanks @jsakamoto for this!

Libraries & Extensions

  • Blazor-Dom-Confetti - last commit Celebrate success with dom 🎉confetti🎉 on Blazor projects. Two versions, dom-confetti wrapper and native blazor 100% JS free.

Articles