Feb
16
Dec
19
Dec
14
16
jQuery for ASP.NET Mvc – part 2
Posted in .net, Ajax, asp.net mvc, c#, Uncategorized by Chris van de Steeg
[go to downloads] A view days after I created my sample project that added some jQuery magic to the ASP.NET Mvc Framework, Aaron Lerch wrote an interesting article. He used a ViewFactory to do the json-serialization and added ...Read More »
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 »
