Week 14 of the year 2020
AdrienTorris
released this
30 Mar 13:21
·
1505 commits
to master
since this release
Special event: "Blazor Update". [OVER]
- Don't miss the next .NET Community Standup about Blazor updates with Dan Roth and Steve Sanderson!
Added items
Samples
- Memory Game Wasm/PWA - Simple Memory game with PWA support. Demo.
Logging.Samples - Samples for .NET Core and ASP.NET Core logging using various logger frameworks.
Libraries & Components
- Blazor.SignaturePad - A Blazor component library that utilizes Szymon Nowak's javascript library Signature Pad to implement smooth signature drawing on a HTML5 canvas.
- Blazor-Sparkline - Sparkline Charts for Blazor using Fonts.
Videos
- Carl Franklin's Blazor Desk Show with Dan Roth - March 26, 2020 - Video of Carl Franklin (from .NET Rocks!) about architecture best practices, how to make and consume generic components, how to call JavaScript to enhance your apps, and how to implement authentication and authorization. This video also covers how to monitor the traffic going back and forth between the browser and the server, measure your app's memory footprint, and how to optimize it. It also introduces some exciting Blazor controls including a data grid and appointment scheduling component.
Articles
- Mobile Blazor Bindings - Getting Started - April 1, 2020 - Introduction by Chris Sainty to the Mobile Blazor Bindings (MBB) project, what it is, why you might be interesting in trying it, what is and isn't available and we'll finish with creating our first app.
- Routing in Blazor Apps - March 30, 2020 - In this post, App Dev Manager Billy Sun compares routing of popular web frameworks and Blazor.
- Blazor WebAssembly Marches On to GA: Now Debug from Visual Studio, VS Code - March 27, 2020 - Blazor WebAssembly Marches On to GA: Now Debug from Visual Studio, VS Code, on Visual Studio Magazine.
- Updating JSON Validate to Blazor 3.2.0 Preview 3 - March 29, 2020 - Updating JSON Validate to Blazor 3.2.0 Preview 3.
- Mocking Injected Types in Blazor - March 26, 2020 - Mocking Injected Types in Blazor.
- How To Keep Js Object Reference In Blazor - March 21, 2020 - How to keep Javascript object reference in Blazor on .NET side?