Skip to content

Commit

Permalink
Merge pull request #1 from AdrienTorris/master
Browse files Browse the repository at this point in the history
chore(PR): Update fork
  • Loading branch information
JoeyMckenzie authored Jul 1, 2020
2 parents 493a8a4 + 68ed66b commit 231ac6a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
* [Memory Game Wasm/PWA](https://github.com/HillPhelmuth/MemoryEtcWasm) - ![last commit](https://img.shields.io/github/last-commit/HillPhelmuth/MemoryEtcWasm?style=flat-square&cacheSeconds=86400) Simple Memory game with PWA support. [Demo](https://memoryetcwasmserver20200329202745.azurewebsites.net/).
* [BlazorGame](https://github.com/jackpotdk/BlazorGame) - ![last commit](https://img.shields.io/github/last-commit/jackpotdk/BlazorGame?style=flat-square&cacheSeconds=86400) BlazorGame is a small proof-of-concept project to investigate the feasability of Blazor-based C# game development.
* [Lights out Blazor](https://github.com/bjorndaniel/lightsoutpuzzle) - ![last commit](https://img.shields.io/github/last-commit/bjorndaniel/lightsoutpuzzle?style=flat-square&cacheSeconds=86400) Clone based on the 1995 game [Lights Out](https://en.wikipedia.org/wiki/Lights_Out_(game)) by Tiger Electronics [Demo](https://lights-out-puzzle.bjorndaniel.se/).
* [Minesweeper](https://github.com/exceptionnotfound/BlazorGames) - ![last commit](https://img.shields.io/github/last-commit/exceptionnotfound/BlazorGames?style=flat-square&cacheSeconds=86400) Minesweeper using C# and Blazor WebAssembly.
### Hybrid
* [Blazor + Electron](https://aka.ms/blazorelectron) - Host Razor Components inside an Electron shell. This allows for modern, high-performance cross-platform desktop apps built with .NET and web technologies.
* [Blazor + WebWindow](https://aka.ms/webwindow) - [WebWindow](https://www.nuget.org/packages/WebWindow) is like Electron, but without bundling Node.js or Chromium, and without most of the APIs. [WebWindow source code](https://github.com/SteveSandersonMS/WebWindow). [Blazor + WebWindow sample here](https://github.com/SteveSandersonMS/WebWindow/tree/master/samples/BlazorDesktopApp).
Expand Down Expand Up @@ -447,21 +448,27 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
* [Archives](https://github.com/AdrienTorris/awesome-blazor/tree/master/Archives) - [2019](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2019.md#videos), [2018](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2018.md#videos), [2017](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2017.md#videos).

## Articles
* [Go faster with your own re-usable Blazor components](https://jonhilton.net/build-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](https://chrissainty.com/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](https://wellsb.com/csharp/aspnet/blazor-upload-file-azure-blob-storage/) - June 29, 2020 - Blazor Upload File to Azure Blob Storage, by Bradley Wells.
* [Hosting both Blazor Server and WebAssembly in single website](http://www.duracellko.net/posts/2020/06/hosting-both-blazor-server-and-webassembly) - June 27, 2020 - Hosting both Blazor Server and WebAssembly in single website.
* [State Management with Blazor using Fluxor](https://betweentwobrackets.dev/posts/2020/06/state-management-with-blazor-using-fluxor-part-1/) - June 26, 2020 - Implementing the flux spec with Fluxor for Blazor applications. [Source code](https://github.com/joey32793/StateManagementWithFluxor/tree/feature/todos-part-1) ![stars](https://img.shields.io/github/stars/joey32793/StateManagementWithFluxor?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/joey32793/StateManagementWithFluxor?style=flat-square&cacheSeconds=86400).
* [ASP.NET Core updates in .NET 5 Preview 6](https://devblogs.microsoft.com/aspnet/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](https://visualstudiomagazine.com/articles/2020/06/25/net-5-blazor-template.aspx) - 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](https://www.meziantou.net/convert-datetime-to-user-s-time-zone-with-server-side-blazor.htm) - June 25, 2020 - Convert DateTime to user's time zone with server-side Blazor.
* [State Management and Error Recovery in Blazor WebAssembly](http://www.dotnet-programming.com/post/2020/06/24/State-Management-and-Error-Recovery-in-Blazor-WebAssembly-part-2.aspx) - June 24, 2020 - Centralized state management with serialization in localStorage when application crashes or user leaves the application. [Source code](https://github.com/frankabbruzzese/StateManagement).
* [Learn how you manage routing in Blazor for .NET Core and VS Code](https://softchris.github.io/pages/dotnet-blazor-routing.html) - June 24, 2020 - Learn how you manage routing in Blazor for .NET Core and VS Code. [on Chris Noring's blog](https://softchris.github.io/pages/dotnet-blazor-routing.html). [on Dev.to](https://dev.to/dotnet/learn-how-you-manage-routing-in-blazor-for-net-core-and-vs-code-4m2e).
* [Telerik UI for Blazor 2.15.0](https://www.telerik.com/blogs/telerik-ui-for-blazor-2-15-0-new-buttongroup-togglebutton-grid-updates-more) - 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)](https://visualstudiomagazine.com/articles/2020/06/23/grpc-web-for-net.aspx) - 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](https://jonhilton.net/blazor-state-management/) - June 23, 2020 - 3+1 ways to manage state in your Blazor application.
* [Partial Classes, RenderFragment and Lifecycle in Blazor WebAssembly](https://code-maze.com/partial-classes-renderfragment-lifecycle-blazor-wasm/) - June 22, 2020 - Partial Classes, RenderFragment and Lifecycle in Blazor WebAssembly. [Source code](https://github.com/CodeMazeBlog/blazor-series/tree/Branch_blazor-webassembly-partial-classes-renderfragment-lifecycle) ![stars](https://img.shields.io/github/stars/CodeMazeBlog/blazor-series?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/CodeMazeBlog/blazor-series?style=flat-square&cacheSeconds=86400). This article is part of the [Blazor series](https://code-maze.com/blazor-webassembly-series/).
* [Creating a Repeater component with Blazor](https://www.meziantou.net/creating-a-repeater-component-with-blazor.htm) - 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.
* [Build an Azure AD Secured Blazor Server Line of Business App](https://blog.jeremylikness.com/blog/build-a-blazor-server-azure-ad-secured-lob-app) - June 20, 2020 - Build an Azure AD Secured Blazor Server Line of Business App. [Source code](https://github.com/JeremyLikness/BlazorServerEFCoreExample) ![stars](https://img.shields.io/github/stars/JeremyLikness/BlazorServerEFCoreExample?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/JeremyLikness/BlazorServerEFCoreExample?style=flat-square&cacheSeconds=86400).
* [How to utilize gRPC-Web from a Blazor WebAssembly application](https://medium.com/@waelkdouh/how-to-utilize-grpc-web-from-a-blazor-webassembly-application-e8313444f75b) - June 19, 2020 - How to utilize gRPC-Web from a Blazor WebAssembly application. [Source code](https://github.com/waelkdouh/gRPC-Web) ![stars](https://img.shields.io/github/stars/waelkdouh/gRPC-Web?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/waelkdouh/gRPC-Web?style=flat-square&cacheSeconds=86400).
* [7 Things to Enjoy in MAUI](https://www.telerik.com/blogs/7-things-to-enjoy-maui-and-dotnet-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.
* [Hosting Blazor Web Assembly App on Azure Static Web App](https://devkimchi.com/2020/06/17/hosting-blazor-web-assembly-app-on-azure-static-webapp/) - June 17, 2020 - Hosting Blazor Web Assembly App on Azure Static Web App.
* [Build a Blazor WebAssembly line of business app part 1: Intro and data access](https://blog.jeremylikness.com/blog/build-a-blazor-webassembly-line-of-business-app/) - June 13, 2020 - Build a Blazor WebAssembly line of business app part 1: Intro and data access. [Source code](https://github.com/JeremyLikness/BlazorWasmEFCoreExample) ![stars](https://img.shields.io/github/stars/JeremyLikness/BlazorWasmEFCoreExample?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/JeremyLikness/BlazorWasmEFCoreExample?style=flat-square&cacheSeconds=86400) .
* [Minesweeper in Blazor WebAssembly Part 1: C# Implementation](https://exceptionnotfound.net/minesweeper-in-blazor-webassembly-part-1-csharp-implementation) - June 15, 2020 - Let's build the computer game Minesweeper using C# and Blazor WebAssembly. [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).
* [Build a Blazor WebAssembly line of business app part 1: Intro and data access](https://blog.jeremylikness.com/blog/build-a-blazor-webassembly-line-of-business-app/) - June 13, 2020 - Build a Blazor WebAssembly line of business app part 1: Intro and data access. [Source code](https://github.com/JeremyLikness/BlazorWasmEFCoreExample) ![stars](https://img.shields.io/github/stars/JeremyLikness/BlazorWasmEFCoreExample?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/JeremyLikness/BlazorWasmEFCoreExample?style=flat-square&cacheSeconds=86400).
* [Blazor vs React](https://www.telerik.com/blogs/blazor-vs-react-web-developers) - 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)](https://community.devexpress.com/blogs/aspnet/archive/2020/06/09/blazor-ui-components-official-release-with-new-controls-amp-features-and-blazor-reports-available-in-v20-1.aspx) - 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](https://chrissainty.com/avoiding-accesstokennotavailableexception-when-using-blazor-webassembly-hosted-template-with-individual-user-accounts/) - June 9, 2020 - Avoiding AccessTokenNotAvailableException when using the Blazor WebAssembly Hosted template with individual user accounts.
Expand Down

0 comments on commit 231ac6a

Please sign in to comment.