Skip to content

C#.NET

Getting to know C# and the .NET framework.

.NET benchmarks
Category: C#.NET

.NET benchmarks

Have you ever wanted to test if a solution or algorithm you've written or refactored is performing faster than the previous iteration? In this post, we'll take a look at how you can use the BenchmarkDotNet library to write benchmarks for your C# code.

Bart Kessels 4 min
C# 12 updates - Collection expressions
Category: C#.NET

C# 12 updates - Collection expressions

C# 12 finally introduces some new syntactical suger that I'm eager to use in production because it improves the readability of the code.

Bart Kessels 2 min
C# 12 updates - Primary Constructor
Category: C#.NET

C# 12 updates - Primary Constructor

For those of you coming for Javascript or Kotlin, you're going to love this new feature. Set your member variables through a primary constructor.

Bart Kessels 5 min