What is the NUnit constraint model? I recently discovered the constraint model in NUnit. It's been there for years, hiding in plain sight! What is it? Is it worth using? Let's check it out.
Adding deconstructors to C# types We can deconstruct tuples in C#, but does it work with other types? And assuming it does (spoiler - it does), is it worth bothering with?
Generic Math Support in C# 11 What is Generic Math support in C# 11, and how do we take advantage of it? Let's dig in and find out! (part 3 of 3)
Overloading arithmetic, equality, and comparison operators in C# What's it mean to overload operators in C#? And what's that have to do with Generic Math in C# 11? Let's find out! (part 2 of 3)
What is a static abstract interface method in C#? What are static abstract members (new in C# 11), what can we do with them, and how are they related to Generic Math? (part 1 of 3)
What is the point of points? Points aren't hours, but they sorta represent hours. Or do they? 🤔 If you're as perplexed as I used to be, here's a few thoughts about points.
Why doesn't VS 2022 show my WinForms UI at design time? Someone at work asked about whether we'd be able to use VS 2022 to work on our main WinForms app. It works just fine in VS 2019, so it should work in VS 2022, right? Except it doesn't. What we get is white screens of brokenness whenever we try to open a Form in the designer. But why?