#7 — APRIL 18 2022
Open-source .NET MAUI Workshop - Multi-platform apps with C#
Nullable reference types in C# - Migrating to nullable reference types - Part 1
.NET MAUI Release Candidate – Ready for cross-platform app development
What's new with the latest release of .NET Community Toolkit
Videos of the week:
Tweets of the week:

We merged a preview C# 11 feature into VS 17.3: unsigned right shift (part of the numerics theme).
The `>>>` operator exists on built-in types and can be user-defined. It can be used with `>>>` and `>>>=`.
Spec:

One blog: The .NET Tools Blog
One book: Expert .NET 2.0 IL Assembler
One song:
namespace Codepolita;
public static class DotNetHerald {
public static void Main() {
Subscribe();
Share();
}
...