Week 14 of the year 2021
Tutorials
- Tetris in Blazor - March, 2021 - Part 1, Part 2, Part 3. Source code .
Videos
- Blazor WebAssembly : Cookie Expiration & API Authorization - April 7, 2021 - This video shows how you can set authentication properties for cookie authentication. You can set it's IsPersistent to keep the cookie alive even after the browser is closed. You can also set it's ExpiredUtc property to set expiry date for your cookies.
Articles
- 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.