سؤال

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 Knockoutjs JavaScript library into production with asp.net-mvc and found any major issues?

هل كانت مفيدة؟

المحلول

I use an another approach in my ASP MVC projects. I do AJAX calls passing individual elements instead of arrays every time an underlying model is modified, and Knockout updates UI.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top