Skip to content

Commit eb7e9a2

Browse files
authored
Update README.md
1 parent 2189b53 commit eb7e9a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
211211
## Tutorials
212212
* [Blazor workshop](https://github.com/dotnet-presentations/blazor-workshop/) - ![GitHub stars](https://img.shields.io/github/stars/dotnet-presentations/blazor-workshop?style=flat-square&cacheSeconds=604800&logo=microsoft) Blazor app building workshop by [.NET Foundation](https://www.dotnetfoundation.org/), Blazzing Pizza.
213213
* [Tetris in Blazor](https://exceptionnotfound.net/tetris-in-blazor-webassembly/) - April, 2021 - [Part 1](https://exceptionnotfound.net/tetris-in-blazor-webassembly/), [Part 2](https://exceptionnotfound.net/tetris-in-blazor-part-2-cells-the-grid-and-the-game-state/), [Part 3](https://exceptionnotfound.net/tetris-in-blazor-part-3-tetrominos/), [Part 4](https://exceptionnotfound.net/tetris-in-blazor-part-4-displaying-the-grid-and-a-falling-tetromino/), [Part 5](https://exceptionnotfound.net/tetris-in-blazor-part-5-controls-upcoming-tetrominos-and-clearing-rows/), [Part 6](https://exceptionnotfound.net/tetris-in-blazor-part-6-scoring-levels-music-and-other-features/). [Source code](https://github.com/exceptionnotfound/BlazorGames) ![stars](https://img.shields.io/github/stars/exceptionnotfound/BlazorGames?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/exceptionnotfound/BlazorGames?style=flat-square&cacheSeconds=86400).
214+
* [Using MudBlazor to Create Reach and Functional Product’s Details Page](https://code-maze.com/using-mudblazor-to-create-product-details-page/) - April 27, 2021 - Using MudBlazor to Create Reach and Functional Product’s Details Page.
215+
* [Building a Dashboard](https://www.claudiobernasconi.ch/2021/04/23/building-a-dashboard-blazor/) - April 23, 2021 - Tutorial on how to build a dashboard.
216+
* [Rendering dynamic content in Blazor Wasm using DynamicComponent](https://blog.elmah.io/rendering-dynamic-content-in-blazor-wasm-using-dynamiccomponent/) - April 20, 2021 - Rendering dynamic content in Blazor Wasm using DynamicComponent.
214217
* [Blazor Material Table – Server-Side Paging, Searching, Sorting](https://code-maze.com/blazor-material-table-paging-searching-sorting/) - April 19, 2021 - Blazor Material Table – Server-Side Paging, Searching, Sorting.
215218
* [Setting dynamic metadata for Blazor Web Assembly](https://damienbod.com/2021/03/23/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](https://github.com/damienbod/BlazorMetaData) ![stars](https://img.shields.io/github/stars/damienbod/BlazorMetaData?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/damienbod/BlazorMetaData?style=flat-square&cacheSeconds=86400).
216219
* [How to use gRPC-Web with Blazor WebAssembly on App Service](https://azure.github.io/AppService/2021/03/15/How-to-use-gRPC-Web-with-Blazor-WebAssembly-on-App-Service.html) - March 15, 2021 - How to use gRPC-Web with Blazor WebAssembly on App Service.
@@ -622,6 +625,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
622625
## Articles
623626
* [Setting Up Sass with Blazor](https://edcharbeneau.com/2021-04-24-setting-up-sass-with-blazor/) - April 24, 2021 - Setting Up Sass with Blazor, by Ed Charbeneau.
624627
* [IntersectionObserver WebApi](https://codyanhorn.tech/blog/blazor/2021/04/24/Blazor-IntersectionObserver-WebApi.html) - April 24, 2021 - This article will go over the IntersectionObserver WebApi and how to use it within the context of a Blazor application. [Source code](https://github.com/canhorn/EventHorizon.Blazor.WebApi.IntersectionObserver) ![stars](https://img.shields.io/github/stars/canhorn/EventHorizon.Blazor.WebApi.IntersectionObserver?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/canhorn/EventHorizon.Blazor.WebApi.IntersectionObserver?style=flat-square&cacheSeconds=86400). [Demo](https://proud-coast-03b6fa410.azurestaticapps.net/).
628+
* [Introducing KlipTok](https://jeffreyfritz.com/2021/04/introducing-kliptok/) - April 20, 2021 - Introducing KlipTok – Social Media fun for Twitch Clips.
625629
* [Will .NET 6 fix Blazor Prerendering?](https://jonhilton.net/blazor-prerendering-net6) - April 19, 2021 - Will .NET 6 fix Blazor Prerendering?
626630
* [An Easier Blazor Debounce](https://blog.jeremylikness.com/blog/an-easier-blazor-debounce/) - April 12, 2021 - Tick-free bouncing. [Source code](https://github.com/JeremyLikness/BlazorDebounce) ![stars](https://img.shields.io/github/stars/JeremyLikness/BlazorDebounce?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/JeremyLikness/BlazorDebounce?style=flat-square&cacheSeconds=86400).
627631
* [.NET 6 Gets Blazor WebView Controls for WPF, WinForms](https://visualstudiomagazine.com/articles/2021/04/09/blazorwebview.aspx) - April 9, 2021 - .NET 6 Gets Blazor WebView Controls for WPF, WinForms.

0 commit comments

Comments
 (0)