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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,9 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
98
98
*[Atlas](https://github.com/lucabriguglia/atlas) -  A forum software built with ASP.NET Core Blazor WebAssembly.
99
99
*[Gitter](https://github.com/Blazored/Gitter) -  A Blazor Gitter client.
100
100
*[AcBlog](https://github.com/acblog/acblog) -  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) -  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.
101
102
*[BlazorGhost](https://github.com/KageKirin/BlazorGhost) -  A Blazor frontend for Ghost blogs.
102
-
*[BlazingOrchard](https://github.com/BlazingOrchard/Blazing-Orchard) - 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) - Wordpress blog with Blazor.
103
104
### Games
104
105
*[AsteroidsWasm](https://github.com/aesalazar/AsteroidsWasm) -  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/).
105
106
*[Trains.NET](https://github.com/davidwengier/Trains.NET) -  2D game built with .NET and C#.
@@ -520,6 +521,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
520
521
## Articles
521
522
*[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) 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#.
522
523
*[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).
523
525
*[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.
524
526
*[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.
525
527
*[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