A DateTimeService which implement NextUtcNow which will generate unique DateTime values.
How to launch your fully functional dotnet web application from your integration test.
We have added an End to End testing project using TestCafe as an option to existing Selenium test project.
I'm recording my progress working through the csharp track of Ecercism.io
Here is a handy class that you can use in Blazor to determine if you are executing client-side or server-side. Its included in Blazor-State
Refactoring a large function using the Single Responsibility Principle.
I am not fan of the "premature optimization" phrase. The phrase is subjective, and begs the question; "what is premature?
Improve the working relationships between the people that write software and the people that want the software.
When using MediatR and a single controller per endpoint the controller is beyond thin, it is micro. With a base controller that looks like
Wouldn't it be nice to have both fast first page load and allow for more scalability by running on the client?