in my experience, you can be very productive with dotnet if you stay on the well-traveled path. I would not use it for private projects, but i like the opinionated defaults in a small team org setting. If your org is…
I would definitely not call serving HTML from Azure Functions next-gen. You are increasing the response time by 20-30ms just by using HTTP-Functions instead of plain ASP.NET (lots of abstractions and grpc channel to…
What do you think about the author's opinion on focusing on integration tests? I am a relatively young developer and face a lot of backlash at my workplace when I prefer writing integration tests to unit tests. Our…
in my experience, you can be very productive with dotnet if you stay on the well-traveled path. I would not use it for private projects, but i like the opinionated defaults in a small team org setting. If your org is…
I would definitely not call serving HTML from Azure Functions next-gen. You are increasing the response time by 20-30ms just by using HTTP-Functions instead of plain ASP.NET (lots of abstractions and grpc channel to…
What do you think about the author's opinion on focusing on integration tests? I am a relatively young developer and face a lot of backlash at my workplace when I prefer writing integration tests to unit tests. Our…