Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienTorris authored Oct 16, 2020
1 parent c4416eb commit fd76063
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
* [EventHorizon Blazor TypeScript Interop Generator](https://github.com/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator) - ![last commit](https://img.shields.io/github/last-commit/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator?style=flat-square&cacheSeconds=86400) This project takes in a TypeScript type definition file and creates a .NET Core project that will work with the provided Interop abstraction project.

## Videos
* [On .NET Live - Diving into Azure Static Web Apps](https://www.youtube.com/watch?v=bVSq1rKcW-o) - ![duration](https://img.shields.io/badge/Duration:%20-60%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) October 15, 2020 - Azure Static Web Apps allows you to develop modern web applications that automatically publish from changes made in GitHub. You can build your frontends in your framework of choice and back them powerful APIs based on Azure Functions. In this session, Anthony Chu joins us to talk about this new service and what it means for .NET Developers building Blazor applications.
* [Blazor WebAssembly : Twitter Authentication/Login](https://www.youtube.com/watch?v=TZSwbey58CM&feature=youtu.be) - ![duration](https://img.shields.io/badge/Duration:%20-16%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) October 12, 2020 - Blazor WebAssembly : Twitter Authentication/Login, by Curious Drive.
* [Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1](https://www.youtube.com/watch?v=YLEa2Pr79Ho) - ![duration](https://img.shields.io/badge/Duration:%20-6%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) October 12, 2020 - Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1. [Article](https://www.roundthecode.com/dotnet/setup-your-blazor-wasm-and-asp-net-core-web-api-in-azure-devops).
* [Blazor Train: Daniel Roth on .NET 5 Blazor](https://www.youtube.com/watch?v=Yp1WmfjadMw&feature=youtu.be) - October 9, 2020 - Carl welcomes back Daniel Roth to demo what's new in .NET 5 Blazor.
Expand Down Expand Up @@ -547,13 +548,16 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](

## Articles
* [ASP.NET Core updates in .NET 5 Release Candidate 2](https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-2/) - October 13, 2020 - .NET 5 Release Candidate 2 (RC2) is now available and is ready for evaluation. .NET 5 RC2 is a “go live” release, meaning it’s supported in production. This prerelease of .NET 5 is very close to what we expect to ship for the .NET 5 release. Some improvements for Blazor: [CSS isolation](https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-8/#css-isolation-for-blazor-components), [component virtualization](https://docs.microsoft.com/fr-fr/aspnet/core/blazor/components/virtualization?view=aspnetcore-5.0), [support for toggle events](https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-1/#blazor-support-for-ontoggle-event), [IAsyncDisposable support for components](https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-1/#iasyncdisposable-support-for-blazor-components) and more!
* [Blazor Debugging Boosted in .NET 5 RC 2](https://visualstudiomagazine.com/articles/2020/10/13/blazor-net5-rc2.aspx) - October 13, 2020 - Blazor Debugging Boosted in .NET 5 RC 2, on Visual Studio Magazine.
* [Quick Helper For Blazor Performance](https://blog.mistermagoo.dev/quick-helper-for-blazor-performance-ckg790tsi02fz9cs1d6zze5ug) - October 13, 2020 - Quick Helper For Blazor Performance.
* [Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1](https://www.roundthecode.com/dotnet/setup-your-blazor-wasm-and-asp-net-core-web-api-in-azure-devops) - October 12, 2020 - Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1. [Video](https://www.youtube.com/watch?v=YLEa2Pr79Ho).
* [Printing PDF’s in Blazor](https://medium.com/@benjaminvertonghen/printing-pdfs-in-blazor-8dff559101f9) - October 11, 2020 - Printing PDF’s in Blazor. [Source code](https://github.com/Append-IT/Blazor.Printing) ![stars](https://img.shields.io/github/stars/Append-IT/Blazor.Printing?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Append-IT/Blazor.Printing?style=flat-square&cacheSeconds=86400).
* [For ASP.NET Core in .NET 6, Devs want AOT Compilation](https://visualstudiomagazine.com/articles/2020/10/08/aspnet-core-net-6.aspx) - October 8, 2020 - For ASP.NET Core in .NET 6, Devs want AOT Compilation, on Visual Studio Magazine.
* [Building a simple tooltip component for Blazor in under 10 lines of code](https://chrissainty.com/building-a-simple-tooltip-component-for-blazor-in-under-10-lines-of-code/) - October 6, 2020 - Building a simple tooltip component for Blazor in under 10 lines of code. [Source code](https://github.com/chrissainty/SimpleBlazorTooltip) ![stars](https://img.shields.io/github/stars/chrissainty/SimpleBlazorTooltip?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/chrissainty/SimpleBlazorTooltip?style=flat-square&cacheSeconds=86400).
* [When does Blazor decide to render your UI?](https://jonhilton.net/when-does-blazor-render-your-ui) - October 3, 2020 - When does Blazor decide to render your UI?
* [Render diagrams on the fly in your Blazor apps](https://jonhilton.net/blazor-diagrams/) - October 1, 2020 - Render diagrams on the fly in your Blazor apps.
* [Creating Real-Time Charts with Blazor WebAssembly and SignalR](https://code-maze.com/creating-blazor-webassembly-signalr-charts/) - September 30, 2020 - Creating Real-Time Charts with Blazor WebAssembly and SignalR.
* [Blazor Guru Details Best Performance Practices](https://visualstudiomagazine.com/articles/2020/09/30/blazor-performance.aspx) - September 30, 2020 - Blazor Guru Details Best Performance Practices, on Visual Studio Magazine.
* [Blazor vs. Silverlight: Is Blazor Silverlight 2.0?](https://www.claudiobernasconi.ch/2020/09/29/blazor-vs-silverlight-is-blazor-silverlight-2/) - September 29, 2020 - Blazor vs. Silverlight: Is Blazor Silverlight 2.0?
* [Streaming an HTTP response in Blazor WebAssembly](https://www.meziantou.net/streaming-an-http-response-in-blazor-webassembly.htm) - September 28, 2020 - Streaming an HTTP response in Blazor WebAssembly.
* [How to deploy Blazor WASM & Azure Functions to Azure Static Web Apps](https://swimburger.net/blog/dotnet/how-to-deploy-aspnet-blazor-webassembly-to-azure-static-web-apps) - September 24, 2020 - How to deploy Blazor WASM & Azure Functions to Azure Static Web Apps.
Expand Down

0 comments on commit fd76063

Please sign in to comment.