Override vs New Polymorphism In C# .NET
I was recently asked by another developer on the difference between making a method virtual/override, and simply hiding the method …
I was recently asked by another developer on the difference between making a method virtual/override, and simply hiding the method …
Here’s another one from the vault of “Huh, I guess I never thought I needed that until now” Recently I …
Such is life on Twitter, I’ve been watching from afar .NET developers argue about a particular upcoming C# 11 feature, …
This is a 4 part series on working with Protobuf in C# .NET. While you can start anywhere in the …
This is a 4 part series on working with Protobuf in C# .NET. While you can start anywhere in the …
This is a 4 part series on working with Protobuf in C# .NET. While you can start anywhere in the …
This is a 4 part series on working with Protobuf in C# .NET. While you can start anywhere in the …
On the 29th of June 2021, Github Copilot was released to much fanfare. In the many gifs/videos/screenshots from developers across …
Over the past few months, I’ve been publishing posts around new features inside .NET 6 and C# 10. I put …
Let me just start off by saying that YAML itself is not that popular in either C# or .NET. For …