Skip to content
This repository was archived by the owner on Apr 20, 2019. It is now read-only.

Commit 7f7f202

Browse files
ADefWebserverguardrex
authored andcommitted
Update community.md (#311)
1 parent 83c6ad3 commit 7f7f202

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

community.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Below is a list of projects and resources from the Blazor community (links in ea
3434
* [Blazor Time Zone Kit](https://github.com/jsakamoto/Toolbelt.Blazor.TimeZoneKit) – A library to provide system time zones and local time zone initialization in Blazor apps.
3535
* [Blazor.Extensions.OfficeUIFabric](https://github.com/BlazorExtensions/Blazor.Extensions.OfficeUIFabric) – Microsoft Office Fabric UI port for Blazor.
3636
* [Blazor.FlexGrid](https://github.com/Mewriick/Blazor.FlexGrid) – GridView component for Blazor.
37+
* [Blazor.Payments](https://github.com/philipblaquiere/Blazor.Payments) – A library that replicates the [W3C Payment Request API](https://w3c.github.io/payment-request/) contracts in Blazor apps.
3738
* [Blazor.Polyfill](https://github.com/Daddoon/Blazor.Polyfill) – A Blazor compatibility library for Internet Explorer 11 and other browsers.
3839
* [Blazor.Xamarin](https://github.com/Daddoon/Blazor.Xamarin) – Host Blazor apps as standalone hybrid mobile apps with Xamarin.
3940
* [Blazor-State](https://timewarpengineering.github.io/blazor-state/) – Blazor-State is a client side pipeline architecture utilizing MediatR with plugin behaviors.
@@ -67,6 +68,8 @@ Below is a list of projects and resources from the Blazor community (links in ea
6768
* [Blazor Game Snake](https://github.com/Lupusa87/BlazorGameSnake) ([Demo](https://lupusassblazordemos.azurewebsites.net)) – 2D game snake with customizations, path finding algorithm, and sound effects using SVG.
6869
* [Blazor Graph API example](https://github.com/jburman/BlazorGraphExample) ([Demo](https://blazorgraph.z20.web.core.windows.net/)) – A self-contained Blazor app that connects to [Microsoft's Graph API](https://docs.microsoft.com/azure/active-directory/develop/active-directory-graph-api), queries the user's information, and allows the user to browse through their [OneDrive](https://onedrive.live.com/about/).
6970
* [Blazor Hacker News Clone](https://github.com/lohithgn/blazor-hackernews-clone) – A Hacker News clone built in Blazor.
71+
* [Blazor Loan Calculator](https://github.com/Lupusa87/BlazorLoanCalculator) ([Demo](https://lupblazordemos.z13.web.core.windows.net/LoanCalculatorPage)) – A loan payments calculator developed with Blazor.
72+
* [Blazor Paint](https://github.com/Lupusa87/BlazorPaint) ([Demo](https://lupblazordemos.z13.web.core.windows.net/PaintPage)) – Drawing app written in Blazor.
7073
* [Blazor Password Pattern](https://github.com/Lupusa87/BlazorPasswordPattern) ([Demo](https://lupusassblazordemos.azurewebsites.net)) – Password pattern based on SVG.
7174
* [Blazor RealWorld example app](https://github.com/torhovland/blazor-realworld-example-app) – A full-stack app built with Blazor that includes CRUD operations, authentication, routing, and pagination.
7275
* [Blazor To-Do App](https://github.com/BorowskiKamil/blazor-tasks) – A Blazor app that allows you to create and edit tasks and manage categories of tasks.
@@ -92,9 +95,11 @@ Below is a list of projects and resources from the Blazor community (links in ea
9295
* [Awesome Blazor](https://github.com/AdrienTorris/awesome-blazor) – A collection of useful Blazor resources.
9396
* [Blazor Bites](https://codedaze.io/tag/blazor-bites/) – Posts on ASP.NET Core and Blazor subjects.
9497
* [Learn Blazor](https://learn-blazor.com/) – Community documentation on Blazor.
98+
* [LightSwitch Help Website](https://lightswitchhelpwebsite.com/Blog/tabid/61/tagid/66/Blazor.aspx/) – Blogs and code samples primarily covering server-side Blazor (Razor Components).
9599
* [WebAssemblyMan](https://www.webassemblyman.com/) – Man page for Blazor and WebAssembly.
96100

97101
## Books
102+
98103
* [Blazor Quick Start Guide: Build web applications using Blazor, EF Core, and SQL Server (2018)](https://amzn.to/2OToEji) – An introduction to Blazor core concepts and how to apply concepts to real-world web apps with the help of Entity Framework Core and SQL Server.
99104

100105
## Courses

0 commit comments

Comments
 (0)