EF Core: IEnumerable to separated list of string
2023-09-16

How to use entity framework core value conversions to store value types that are not supported natively by the database engine…

Using Dependency Injection and IOptions in Azure Functions
2023-07-31
So, I created this Azure Function and because I have a lot of parameters that I would like to be able to use in dependency injection I did not want to go with the familiar way like this: ...
Benchmarking .NET Performance
2021-03-26
Nerds do it better When we, nerds, are looking for the best solution to a programming problem we sometimes get distracted. We are asked to find a way to get from A to B and while we are ...