KnockOut.js With Asp.net mvc [closed]
Asked Answered
M

1

18

Just started learning the new asp.net mvc4 SPA template , noticed that knockout is being used , so give me reference to any book / Video which describes asp.net mvc with knockout.js from scratch .

Molehill answered 30/5, 2013 at 9:34 Comment(0)
B
36

A really good start is to work through the tutorials step by step on the knockoutjs.com site, the tutorials are brilliantly put together and there are live examples which help to demonstrate "real world" scenarios.

Once you are comfortable with the knockout constructs this article gives a basic but good illustration of integrating pure knockout with MVC controllers, models and views.

An alternative approach is to use knockoutMVC although it is important to point out that this is an extension of knockout.js and is definitely not required to get knockout working really well in an MVC project (I don't use this but thought I would include for completeness).

Finally if you want to get more advanced, this SPA guide is a very useful 4-part tutorial on creating a Single Page Application with Knockout and MVC.

Bedivere answered 30/5, 2013 at 9:35 Comment(8)
But is there any tutrial in which they told about mvc and knockout ?Molehill
Hmm , gud . Lets see if anyone else have some thing much betterMolehill
@user2413182 updated with a SPA specific linkBedivere
its not 3-part , its actually 4-part . Anyway thank for another good share :-)Molehill
Awesome link (SPA) . Many Many thanks , almost contains every thing need for a great web . Thanks again . you've got +1 .Molehill
it is probably advisable to read #11618542 before deciding on knockoutmvc. Its misleading when you say try this site for details on integrating knockout with MVC controllers, models and views: <-- as youre implying knockoutjs requires knockoutmvc to work with MVC which it doesnt and in fact knockoutmvc may be a bad way to combine the two.Flabbergast
@wal, I completely agree with you, that part of the answer is misleading. I will revise later on when I have time to update properlyBedivere
@Flabbergast updated to be more transparent regarding knockoutmvc, thanks for your comments.Bedivere

© 2022 - 2024 — McMap. All rights reserved.