.NET Your .NET application is not responding, now what? If your .NET application is no longer responding on production you might want to urgently restart the process. However, if you do that you will lose valuable information into why it got unresponsive.
.NET Debug commands in the Package Manager Console When you are using Entity Framework migrations you will probably use the Package Manager Console to execute commands like update-database.Now the question arises: how can I debug my code if I am
.NET DateTime is nondeterministic - make DateTime testable How do you make DateTime testable in .NET? Once you use DateTime.UtcNow in the body of a method and you did not pass it as a parameter you no longer have control