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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -438,6 +438,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
438
438
*[Generators.Blazor](https://github.com/excubo-ag/Generators.Blazor) -  Generators.Blazor is a source generator for improving performance in Blazor. The project also contains analyzers to detect common issues in Blazor apps.
439
439
440
440
## Videos
441
+
*[Upgrading to .NET 6](https://www.youtube.com/watch?v=5FN4Dzkj-M0) -  April 21, 2021 - This video shows you how to upgrade your existing .NET 5 Blazor application to .NET 6 Preview 3. It also shows how to upgrade your tests to use the latest release of bunit version 1.0.19 and demos the new hot reload feature in .NET 6 - which is a huge improvement to the engineering experience. [Source code](https://github.com/hassanhabib/OtripleS.Portal).
441
442
*[ASP.NET Community Standup - ASP.NET Core updates in .NET 6](https://www.youtube.com/watch?v=Mot8qAWEnj8) -  April 20, 2021 - There are a lot of exciting new features for ASP.NET Core developers in .NET 6! Come hear all about it from Daniel Roth, and ask your questions live in the chat. [Community links](https://www.theurlist.com/aspnet-standup-2021-04-20).
442
443
*[WebAPI vs gRPC in Blazor Train](https://www.youtube.com/watch?v=0fAjA6BVVFI) -  April 16, 2021 - Carl Franklin shows you how to use gRPC in your Blazor apps as an alternative to a more common API layer. You can download all files at[blazortrain.com](https://blazortrain.com/).
443
444
*[ASP.NET Community Standup - Exploring Oqtane with Shaun Walker](https://www.youtube.com/watch?v=livNmRqDnMI&list=PLdo4fOcmZ0oX-DBuRG4u58ZTAJgBAeQ-t&index=3) -  April 13, 2021 - In this edition of the Blazor community standup, we sit down with Shaun Walker to discuss all things Oqtane. [Community links](https://www.theurlist.com/april-community-links).
@@ -619,6 +620,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
619
620
620
621
## Articles
621
622
*[Will .NET 6 fix Blazor Prerendering?](https://jonhilton.net/blazor-prerendering-net6) - April 19, 2021 - Will .NET 6 fix Blazor Prerendering?
623
+
*[.NET 6 Gets Blazor WebView Controls for WPF, WinForms](https://visualstudiomagazine.com/articles/2021/04/09/blazorwebview.aspx) - April 9, 2021 - .NET 6 Gets Blazor WebView Controls for WPF, WinForms.
622
624
*[ASP.NET Core updates in .NET 6 Preview 3](https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-3/) - April 8, 2021 - .NET 6 Preview 3 is now available and includes many great new improvements to ASP.NET Core.
623
625
*[Excluding Files from PWA Asset Cache](https://codyanhorn.tech/blog/blazor/2021/03/24/Blazor-Excluding-Files-from-PWA-Asset-Cache.html) - March 24, 2021 - This article shows how to exclude a files from the Progressive Web Application asset cache.
624
626
*[AWS Previews Deployment Tool for .NET Web Apps, Blazor WebAssembly](https://visualstudiomagazine.com/articles/2021/03/19/aws-net-deploy.aspx) - March 19, 2021 - Amazon Web Services (AWS) announced a developer preview to ease the process of deploying .NET web apps on the cloud platform, which has become more complex with the advent of tech like Docker and serverless joining the ever-growing .NET ecosystem.
0 commit comments