Week 44 of the year 2020
AdrienTorris
released this
26 Oct 12:22
·
847 commits
to master
since this release
Event: "Blazor & Comet ☄️ for Native Mobile Apps" (October 26, 2020).
- The .NET Docs Show - Blazor & Comet ☄️ for Native Mobile Apps with Sam Basu. Sam Basu from Telerik joins the panel to show us how to use Blazor and Comet in native mobile apps!
- Live / Replay links: YouTube, .NET Live.
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.
Added items
Tutorials
- Building a Blazor farm animal soundboard - October 2020 - Building a Blazor farm animal soundboard, by JetBrains. Source code .
Components & utilities
- FlatpickrBlazor - Flatpickr Blazor interop.Demo.
Videos
- Blazor & Comet for Native Mobile Apps - October 26, 2020 - Sam Basu from Telerik joins the panel to show us how to use Blazor and Comet in native mobile apps.
- Blazor Train: MVVM Part 2 - October 26, 2020 - Carl shows more advanced MVVM patterns in Blazor.
- ASP.NET Core Series: PWA's with Blazor - October 15, 2020 - Progressive Web Applications (PWA) use modern browser APIs and capabilities to behave like a desktop app. Since Blazor WebAssembly is a standards-based client-side web app platform, developers have the ability to leverage these browser APIs and create PWAs using .NET. In this episode, Jeremy is joined by Dan Roth to discuss the built in support for building PWAs with Blazor and show us a few demos of how get started.
Articles
- Is Blazor Safe for Your Enterprise to Bet On? - October 22, 2020 - As with any technology, you’d be foolish not to be concerned about moving your organization to Blazor. Let’s clarify what’s worth worrying about. Also: Why you shouldn’t worry.
- How to Add gRPC to Your Blazor App - October 14, 2020 - This post reivews how to get started with gRPC within your Blazor apps. We'll start with a basic Blazor WebAssembly app being hosted from an ASP.NET Core server, then modify it to use gRPC.
- Pushing UI changes from Blazor Server to browser on server raised events - October 12, 2020 - Pushing UI changes from Blazor Server to browser on server raised events. Source code .
- EditForm - forms and validation in Blazor - September 24, 2020 - ASP.Net Core Blazor ships some great components to get building web forms quickly and easily. The EditForm component allows us to manage forms, validations, and form submission events.
- 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.