Detecting App Pool Recycling and Mitigating Its Effects

If you wrote any web apps using ASP.NET and IIS, you are familiar with the concept of app pools in IIS.  If you also used Entity Framework or any other library that requires some amount of work to warm-up, you have seen the effects of app pool recycling.  At that time application domain for your …

Continue reading ‘Detecting App Pool Recycling and Mitigating Its Effects’ »