Dec
19
Dec
14
Jun
15
19
Ajax and json for ASP.NET MVC with jQuery
Posted in .net, asp.net mvc, c#, javascript by Chris van de Steeg
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 »
14
asp.net mvc -> the rise of the messy controllers
Posted in .net, asp.net mvc, c# by Chris van de Steeg
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 »
15
AppDomain recycle different from real restart
Posted in .net by Chris van de Steeg
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 »
