Chris van de Steeg

What's practical is logical


Blog archive for the ‘c#’ Category


Jul
21

6


Working on jQuery4mvc preview 4, one of the first things I ofcourse wanted to do was to replace the ASP.NET Ajax library that's used by the AjaxHelper. Unfortunately the AjaxHelper itself is sealed, so atm we can't (easily) change how ...Read More »
Jun
13

jQuery for Asp.net MVC preview 3

Posted in .net, Ajax, asp.net mvc, c# by Chris van de Steeg

11


So, I finally got a chance to sit down and finish up the jQuery for Asp.net Mvc preview 3. If you haven't already read Scott's post about preview 3,  you should definitely do so before reading this one. So, ...Read More »
Mar
26

jQuery for ASP.NET MVC preview 2

Posted in .net, Ajax, asp.net mvc, c# by Chris van de Steeg

10


I updated the jQueryMvc project so that it works with ASP.NET MVC preview 2. I also switched the IoC container from Objectbuilder to Unity. I submitted the Unity container to the MvcContrib project but it has not yet been accepted ...Read More »