You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: community.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Below is a list of projects and resources from the Blazor community (links in ea
34
34
*[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.
35
35
*[Blazor.Extensions.OfficeUIFabric](https://github.com/BlazorExtensions/Blazor.Extensions.OfficeUIFabric)– Microsoft Office Fabric UI port for Blazor.
36
36
*[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.
37
38
*[Blazor.Polyfill](https://github.com/Daddoon/Blazor.Polyfill)– A Blazor compatibility library for Internet Explorer 11 and other browsers.
38
39
*[Blazor.Xamarin](https://github.com/Daddoon/Blazor.Xamarin)– Host Blazor apps as standalone hybrid mobile apps with Xamarin.
39
40
*[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
67
68
*[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.
68
69
*[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/).
69
70
*[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.
70
73
*[Blazor Password Pattern](https://github.com/Lupusa87/BlazorPasswordPattern) ([Demo](https://lupusassblazordemos.azurewebsites.net)) – Password pattern based on SVG.
71
74
*[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.
72
75
*[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
92
95
*[Awesome Blazor](https://github.com/AdrienTorris/awesome-blazor)– A collection of useful Blazor resources.
93
96
*[Blazor Bites](https://codedaze.io/tag/blazor-bites/)– Posts on ASP.NET Core and Blazor subjects.
94
97
*[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).
95
99
*[WebAssemblyMan](https://www.webassemblyman.com/)– Man page for Blazor and WebAssembly.
96
100
97
101
## Books
102
+
98
103
*[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.
0 commit comments