Chris van de Steeg

What's practical is logical


Blog archive for the ‘.net’ Category


Dec
19

15


I've created an example project that uses the jQuery library to create an ajax enabled ASP.NET MVC website. Generally what this project does: Load views through ajax (with back-button support) Do ajax-style ...Read More »
Dec
14

2


All the buzz these days goes to asp.net mvc and as many others, I'm loving it! Messing around with it, and looking at samples of others, I see the controllers tend to get quite messy. Where normally the codebehinds got messy, ...Read More »
Jun
15

AppDomain recycle different from real restart

Posted in .net by Chris van de Steeg

2


In iis6 there is this feature to recycle your appdomain at certain tresholds, great. But I recently ran into strange problems when my appdomain was recycled. When my application starts, it loops through all the assemblies it gets from System.AppDomain.CurrentDomain.GetAssemblies(). This ...Read More »