문제

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