Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienTorris authored Sep 24, 2020
1 parent ffe9a02 commit 75374d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,15 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
* [Blazor WebAssembly on Azure Static Web Apps](https://www.hanselman.com/blog/BlazorWebAssemblyonAzureStaticWebApps.aspx) - September 23, 2020 - Blazor WebAssembly on Azure Static Web Apps, by Scott Hanselman.
* [How to call isolated JavaScript code in .NET 5.0 Blazor projects with JSObjectReference](https://romansimuta.com/posts/how-to-call-isolated-javascript-code-in-net-5-0-blazor-projects-with-jsobjectreference/) - September 23, 2020 - How to call isolated JavaScript code in .NET 5.0 Blazor projects with JSObjectReference. [Source code](https://github.com/simutaroman/BlazorNet5JsInterOp) ![stars](https://img.shields.io/github/stars/simutaroman/BlazorNet5JsInterOp?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/simutaroman/BlazorNet5JsInterOp?style=flat-square&cacheSeconds=86400).
* [Azure Static Web Apps with .NET and Blazor](https://devblogs.microsoft.com/aspnet/azure-static-web-apps-with-blazor/) - September 22, 2020 - Azure Static Web Apps with .NET and Blazor, on the ASP.NET blog.
* [Deploy your Blazor app in minutes with Azure Static Web apps](https://dev.to/azure/deploy-your-blazor-app-in-minutes-with-azure-static-web-apps-40bh) - September 22, 2020 - Deploy your Blazor app in minutes with Azure Static Web apps.
* [Run EF Core Queries on SQL Server From Blazor WebAssembly](https://blog.jeremylikness.com/blog/run-efcore-queries-against-sql-from-blazor-webassembly/) - September 20, 2020 - Run EF Core Queries on SQL Server From Blazor WebAssembly. What if I could write a LINQ query on a client the same way I would on a server, and execute it remotely with minimal configuration, setup, ritual and ceremony?
* [Calling public methods on Blazor component from another component](https://www.meziantou.net/calling-public-methods-on-blazor-component-from-another-component.htm) - September 18, 2020 - Calling public methods on Blazor component from another component.
* [CSS isolation in Blazor](https://www.meziantou.net/css-isolation-in-blazor.htm) - September 16, 2020 - CSS isolation in Blazor.
* [Making Scott Hanselman's Powerpoint Greenscreen trick work with RevealJS via Blazor Server](https://jonhilton.net/obs-revealjs-greenscreen) - September 15, 2020 - Making Scott Hanselman's Powerpoint Greenscreen trick work with RevealJS via Blazor Server. [Source code](https://github.com/jonhilt/RevealJSToOBSSceneSwitcher) ![stars](https://img.shields.io/github/stars/jonhilt/RevealJSToOBSSceneSwitcher?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/jonhilt/RevealJSToOBSSceneSwitcher?style=flat-square&cacheSeconds=86400).
* [The First Blazor Dock Manager](https://brianlagunas.com/the-first-blazor-dock-manager/) - September 15, 2020 - This article shows how to use the brand-new Dock Manager component in the [Ignite UI for Web Components product](https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/dock-manager.html). [Source code](https://github.com/brianlagunas/BlazorDockManagerWC) ![stars](https://img.shields.io/github/stars/brianlagunas/BlazorDockManagerWC?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/brianlagunas/BlazorDockManagerWC?style=flat-square&cacheSeconds=86400).
* [Architecture of a C# game rendered with Blazor, Xamarin, UWP, WPF, and Winforms](https://blog.ndepend.com/architecture-of-a-c-game-rendered-with-blazor-xamarin-uwp-wpf-and-winforms/) - September 15, 2020 - Architecture of a C# game rendered with Blazor, Xamarin, UWP, WPF, and Winforms.
* [.NET 5 Hits 'Go Live' Status in RC1, Ready for Production](https://visualstudiomagazine.com/articles/2020/09/15/net-5-rc-1.aspx) - September 15, 2020 - .NET 5 Hits 'Go Live' Status in RC1, Ready for Production.
* [Blazor Gets Faster (Even Without AOT)](https://visualstudiomagazine.com/articles/2020/09/14/aspnet-5-rc1.aspx) - September 14, 2020 - Blazor Gets Faster (Even Without AOT).
* [ASP.NET Core updates in .NET 5 Release Candidate 1](https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-1/) - September 14, 2020 - ASP.NET Core updates in .NET 5 Release Candidate 1.
* [Lazy load assemblies in a Blazor WebAssembly application](https://www.meziantou.net/lazy-load-assemblies-in-a-blazor-webassembly-application.htm) - September 14, 2020 - Lazy load assemblies in a Blazor WebAssembly application.
* [.NET Blazor for Rails Developers](https://yagudaev.com/posts/dot-net-blazor-for-rails-developers) - September 12, 2020 - .NET Blazor for Rails Developers.
Expand Down

0 comments on commit 75374d4

Please sign in to comment.