Posted on July 19, 2022 in
dotnet
IAsyncDisposable combined with the "await using" pattern can produce nice and simple code, but also has pitfalls.
Posted on June 10, 2022 in
dotnet
Where we learn that nullable value types and null references are not exactly the same.
Proposing a Roslyn Analyzer to help manage FIXME comments and keep technical debt under control.
Posted on November 21, 2020 in
dotnet
Wondering how efficient the null-coalescing (??) C# operator is.
Posted on June 10, 2020 in
dotnet
Value Types can be a great way to optimize your code... to a point.
( newer posts | page 2 | older posts )