Skip to content

Commit 105b7ad

Browse files
authored
Update README.md
1 parent 8356f41 commit 105b7ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
570570
* [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).
571571
* [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.
572572
* [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.
573+
* [Leaving Silverlight: Converting to the Web](https://www.telerik.com/blogs/leaving-silverlight-converting-to-the-web) - September 22, 2020 - If you’re migrating from Silverlight, the latest crop of technologies means that going to the web might be your best choice.
573574
* [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?
574575
* [Creating Real-Time Charts with Blazor WebAssembly and SignalR](https://code-maze.com/creating-blazor-webassembly-signalr-charts/) - September 20, 2020 - Creating Real-Time Charts with Blazor WebAssembly and SignalR.
575576
* [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.

0 commit comments

Comments
 (0)