Bite-Size C# 10 - Null Parameter Checking
We can use the ! operator to check if a method parameter is null.
We can use the ! operator to check if a method parameter is null.
Projects vs. products; FSF doesn't like Copilot; .NET and Open Source; generic Bubble Sort; and competing StringBuilder deep dives.
Let's reduce clutter using file-level namespaces, a feature of C# 10.
A Source Generator for JSON, Clean Code vs. Performance, an F# conf, and excellent debugging.
Let's create a class that can generate parameterized SQL for INSERT and UPDATE statements using Dapper!