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 moreI have an aspnetcore web site that only serve static content but I want to restrict access to the HTML pages.
How should I do?
Read moreLet's talk about rolling file providers implementations...
Read moreThere are a lot of extension methods on the IServiceCollection, whether they are operationals or configurationals, and yet, some that would make our use of the dependency injection easier, are missing.
Read moreThere are so many ways to declare a view component that the question is how not to declare one.
Read more