Week 46 of the year 2020
AdrienTorris
released this
09 Nov 09:35
·
827 commits
to master
since this release
Event: "Unit Testing Blazor with bUnit" (November 17, 2020).
- Unit Testing Blazor with bUnit, with Egil Hansen and Safia Abdalla.
- Watch on YouTube.
Event: ".NET Conf" .NET 5 launch (November 10-12, 2020).
- .NET Conf is a free, three-day, virtual developer event co-organized by the .NET community and Microsoft. This year .NET 5.0 will launch at .NET Conf 2020! Come celebrate and learn about the new release. We're also celebrating our 10th anniversary and we're working on a few more surprises. You won't want to miss this one.
- Agenda.
- Replay on YouTube.
Added items
Libraries & Utilities
- MudBlazor - MudBlazor is an ambitious Material Design component framework for Blazor with an emphasis on ease of use and clear structure. It is perfect for .NET developers who want to rapidly build web applications without having to struggle with CSS and Javascript. MudBlazor, being written entirely in C#, empowers them to adapt, fix or extend the framework and the multitude of examples in the documentation makes learning MudBlazor very easy. Documentation. Demo.
- BlazorAnimation - A Blazor component based on animate.css to easly animate your content. Demo.
Videos
- .NET Conf 2020: Days 2 and 3, full video - November 11-12, 2020 - Full video of the two last days of the .NET Conf 2020.
- .NET Conf 2020: Day 1, full video - November 10, 2020 - Full video of the first day of the .NET Conf 2020.
- Run EF Core queries on SQL Server from Blazor WebAssembly - October 26, 2020 - Session of the Atlanta .Net User Group by Jeremy Likness, "Run Entity Framework Core queries on SQL Server from Blazor WebAssembly".
Articles
- 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. See also the .NET 5 release notes for additional details and known issues.
- Announcing .NET 5.0 - November 10, 2020 - Announcing .NET 5.0, by Microsoft.
- Blazor Stability Testing Tools for Bulletproof Applications - November 9, 2020 - Blazor testing may just be the biggest potential upside of the framework. Learn about the core concepts of Blazor testing that will help you make bulletproof apps.
- Run Blazor Apps Within Electron Shell - November 5, 2020 - This post covers how to embed Blazor into an Electron app to ship Blazor on the desktop, and how to debug our Electron application using Rider.
- Communicating between .NET and JavaScript in Blazor with in-browser samples - November 5, 2020 - The success of Blazor relies heavily upon how well it can integrate with the existing rich JavaScript ecosystem. The way Blazor allows you to integrate, is by enabling you to call JavaScript functions from Blazor and .NET functions from JavaScript. This is also referred to as 'JavaScript interoperability'.
- Sending IoT Hub telemetry to a Blazor Web App - November 4, 2020 - Integrate Azure Functions and Blazor Web App using an API Controller. Use it together with IoT Hub routing.