I find it very interesting and have a prototype working based on Steve's mvc sample and another small sample from this thread. Using json.net to deserialize within the post action as I couldn't figure how to downgrade his FromJsonAttribute from .net 4 to .net 3.5, which I'm running in this case.
Wanted to know if anyone had put the Kno...
After looking at the available options, I'm looking at making a plugin for jQuery (and coincidentally, a library for ASP.NET MVC) that will provide some simple methods for dynamically adding objects to a collection of a ViewModel.
I speak of things like this ( http://www.highoncoding.com/Articles/640_Adding_Multiple_Nested_Data_in_ASP_...
I am attempting to use Knockout.js with ASP.NET MVC 3.0 (Title gave it away, didn't it?!)
http://knockout.js.com
I am running into some problems (more related to the new jQuery Tmpl Engine than ASP.NET MVC 3.0).
I am using Steve Sanderson's Example Program in my test, and have mostly replicated his results with the new Razor View Engi...