Skip to content

Commit 5930a7d

Browse files
authored
Update README.md
1 parent 60f6ca4 commit 5930a7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
9898
* [Atlas](https://github.com/lucabriguglia/atlas) - ![stars](https://img.shields.io/github/stars/lucabriguglia/atlas?style=flat-square&cacheSeconds=604800) ![Last commit](https://img.shields.io/github/last-commit/lucabriguglia/atlas?style=flat-square&cacheSeconds=86400) A forum software built with ASP.NET Core Blazor WebAssembly.
9999
* [Gitter](https://github.com/Blazored/Gitter) - ![GitHub stars](https://img.shields.io/github/stars/Blazored/Gitter?style=flat-square&cacheSeconds=604800) ![GitHub stars](https://img.shields.io/github/last-commit/Blazored/Gitter?style=flat-square&cacheSeconds=86400) A Blazor Gitter client.
100100
* [AcBlog](https://github.com/acblog/acblog) - ![stars](https://img.shields.io/github/stars/acblog/acblog?style=flat-square&cacheSeconds=604800) ![Last commit](https://img.shields.io/github/last-commit/acblog/acblog?style=flat-square&cacheSeconds=86400) A blogging PWA that can be hosted as a full static website or as a server-prerender dynamic website. [GitHub Pages Demo](https://acblog.github.io).
101+
* [BlazingOrchard](https://github.com/BlazingOrchard/Blazing-Orchard) - ![stars](https://img.shields.io/github/stars/BlazingOrchard/Blazing-Orchard?style=flat-square&cacheSeconds=604800) ![Last commit](https://img.shields.io/github/last-commit/BlazingOrchard/Blazing-Orchard?style=flat-square&cacheSeconds=86400) Blazing Orchard is a modular application framework that turns your Blazor project into a CMS-powered Blazor application by leveraging Orchard Core as a decoupled backend/CMS server using its REST & GraphQL APIs.
101102
* [BlazorGhost](https://github.com/KageKirin/BlazorGhost) - ![Last commit](https://img.shields.io/github/last-commit/KageKirin/BlazorGhost?style=flat-square&cacheSeconds=86400) A Blazor frontend for Ghost blogs.
102-
* [BlazingOrchard](https://github.com/BlazingOrchard/Blazing-Orchard) - ![Last commit](https://img.shields.io/github/last-commit/BlazingOrchard/Blazing-Orchard?style=flat-square&cacheSeconds=86400) Blazing Orchard is a modular application framework that turns your Blazor project into a CMS-powered Blazor application by leveraging Orchard Core as a decoupled backend/CMS server using its REST & GraphQL APIs.
103+
* [BlazorWPBlog](https://github.com/mizrael/BlazorWPBlog) - ![last commit](https://img.shields.io/github/last-commit/mizrael/BlazorWPBlog?style=flat-square&cacheSeconds=86400) Wordpress blog with Blazor.
103104
### Games
104105
* [AsteroidsWasm](https://github.com/aesalazar/AsteroidsWasm) - ![stars](https://img.shields.io/github/stars/aesalazar/AsteroidsWasm?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/aesalazar/AsteroidsWasm?style=flat-square&cacheSeconds=86400) Collection of .NET 5 C# applications consuming a single .NET Standard project running in: Blazor Client (WebAssembly), Blazor Server, Electron (via Blazor Server), WPF, WinForms, Xamarin. [Demo](https://aesalazar.github.io/AsteroidsWasm/).
105106
* [Trains.NET](https://github.com/davidwengier/Trains.NET) - ![stars](https://img.shields.io/github/stars/davidwengier/Trains.NET?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/davidwengier/Trains.NET?style=flat-square&cacheSeconds=86400) 2D game built with .NET and C#.
@@ -520,6 +521,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
520521
## Articles
521522
* [Library Interop Generator 1.0 Release](https://codyanhorn.tech/blog/blazor/2020/11/19/Blazor-Library-Interop-Generator.html) - November 19, 2020 - The [Library Interop Generator](https://github.com/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator) ![stars](https://img.shields.io/github/stars/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator?style=flat-square&cacheSeconds=86400) is quite simple to grasp, you give it a TypeScript definition file and it will create a C# interop library for easier usage with ASP.NET Core Blazor. You can see a working site at [Pirate Fort](https://wonderful-pond-05f7b3b10.azurestaticapps.net/pirate-fort), it includes click action callbacks, animations, pixel system running, and sounds, all triggered from C#.
522523
* [Step Into .NET 5 with Telerik UI for ASP.NET Core Components](https://www.telerik.com/blogs/step-into-dotnet-5-telerik-ui-for-asp-dotnet-core-components) - November 18, 2020 - .NET 5 is here, and Telerik UI for ASP.NET Core is fully compatible. Check out what's new in .NET 5 and how you can take advantage today.
524+
* [Write a WordPress blog with Blazor](https://www.davideguida.com/write-a-wordpress-blog-with-blazor/) - November 18, 2020 - Write a WordPress blog with Blazor. [Source code](https://github.com/mizrael/BlazorWPBlog) ![stars](https://img.shields.io/github/stars/mizrael/BlazorWPBlog?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/mizrael/BlazorWPBlog?style=flat-square&cacheSeconds=86400).
523525
* [Blazor and ASP.NET Core Get Faster in .NET 5](https://visualstudiomagazine.com/articles/2020/11/12/blazor-speed.aspx) - November 12, 2020 - Blazor and ASP.NET Core Get Faster in .NET 5.
524526
* [Announcing ASP.NET Core in .NET 5](https://devblogs.microsoft.com/aspnet/announcing-asp-net-core-in-net-5/) - November 10, 2020 - .NET 5 is now released! .NET 5 is the next version of .NET Core and the future of the .NET platform. With .NET 5 you have everything you need to build rich, interactive front end web UI and powerful backend services. For a full list of everything that’s new in ASP.NET Core in this release, check out the [ASP.NET Core in .NET 5 release notes](https://docs.microsoft.com/fr-fr/aspnet/core/release-notes/aspnetcore-5.0?view=aspnetcore-5.0). See also the [.NET 5 release notes](https://docs.microsoft.com/fr-fr/aspnet/core/release-notes/aspnetcore-5.0?view=aspnetcore-5.0) for additional details and known issues.
525527
* [Announcing .NET 5.0](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) - November 10, 2020 - Announcing .NET 5.0, by Microsoft.

0 commit comments

Comments
 (0)