Values are not records
In the dotnet world, when people talk about primitive obsession, they often replace the type of the value by a record of one property. But is it the best we can do?
Read moreIn the dotnet world, when people talk about primitive obsession, they often replace the type of the value by a record of one property. But is it the best we can do?
Read moreLet's talk about rolling file providers implementations...
Read moreIn his latest video, Nick Chapsas is reviewing various C# advises. The one we will be talking is about Keep it simple stupid, and starts but comparing two implementation of the same function.
Read moreref struct have been introduced with C# 7.2 to give us some optimizations opportunities. So let's try to implement a ref struct Stack and see how it goes.
There is no better way to (re)start a blog about coding than with hello, world.
Read more