ASP.NET MVC app warm-up
I’m pretty sure you have seen application slow down just after deploying yet another release into production. Yeah, that’s a side effect of using one of the just-in-time compilation-based languages such as C# or Java. But not only JIT is guilty in a slow cold start. But also an initialization...