#5 — APRIL 4 2022
#5 — APRIL 4 2022
What is pub/sub and how to apply it in C# .NET to build a chat app
Open-source .NET MAUI Workshop - Multi-platform apps with C#
Videos of the week:
Tweets of the week:

Just learned about this from @MadsTorgersen. Pattern matching in C# allows matching on things that implement ITuple. It even works when the compiler can't statically determine if the type implements ITuple 🤯🤯🤯🤯. Thanks @gafter! #dotnet #csharp

One blog: Andrew Lock | .NET Escapades
One book: Concurrency in C# Cookbook
One song:
namespace Codepolita;
public static class DotNetHerald {
public static void Main() {
Subscribe();
Share();
}
...