Benchmark custom code workarounds against each new version of .NET as the framework gets faster all the time

Always revisit and benchmark your custom code workarounds with each version of .NET. The .NET framework and the JIT compiler gets faster … Continue reading Benchmark custom code workarounds against each new version of .NET as the framework gets faster all the time

.NET ChatGPT example – API controller using injected repository and DTO mapped to model using explicit operator

I love ChatGPT and previously posted an example of some ChatGPT generated code to create a controller, with DTO and … Continue reading .NET ChatGPT example – API controller using injected repository and DTO mapped to model using explicit operator

Poll Results : In a microservices architecture do you prefer monorepo or polyrepo source control setup?

I ran a LinkedIn poll recently to see if devs preferred a mono or poly repo setup when using microservices … Continue reading Poll Results : In a microservices architecture do you prefer monorepo or polyrepo source control setup?