#9 — MAY 2 2022
Annotating your C# code - Migrating to nullable reference types - Part 3
.NET 7 WebAssembly Plans: Mixed-Mode AOT, Multi-Threading, Web Crypto
Videos of the week:
Tweets of the week:
One blog: Meziantou's Blog
One book: C# in Depth
One song:
namespace Codepolita;
public static class DotNetHerald {
public static void Main() {
Subscribe();
Share();
}
...