This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
Home
AndreyAkinshin edited this page Feb 14, 2013
·
5 revisions
- [Hello world] (http://knockoutmvc.com/HelloWorld)
- [Click counter] (http://knockoutmvc.com/ClickCounter)
- [Simple list] (http://knockoutmvc.com/SimpleList)
- [Better list] (http://knockoutmvc.com/BetterList)
- [Control types] (http://knockoutmvc.com/ControlTypes)
- [Working with collections] (http://knockoutmvc.com/Collections)
- [Contact editor] (http://knockoutmvc.com/ContactsEditor)
- [Cart editor] (http://knockoutmvc.com/CartEditor)
- [Gift list] (http://knockoutmvc.com/GiftList)
- [Region (if, foreach, with)] (http://knockoutmvc.com/Region)
- [Complex bindings] (http://knockoutmvc.com/ComplexBinding)
- [Parameters to server] (http://knockoutmvc.com/ParametersToServer)
- [Combine context] (http://knockoutmvc.com/CombineContext)
- [Inner computed properties] (http://knockoutmvc.com/InnerComputed)
- [Big data (with lazy loading)] (http://knockoutmvc.com/BigData)
- [Knockout.js] (http://knockoutjs.com/) — official site
- [Knock Me Out] (http://www.knockmeout.net/) — Ryan Niemeyer’s excellent blog containing ideas, thoughts, and discussion about KnockoutJS and related technologies
- [PluralSight Knockout.js training course] (http://www.pluralsight-training.net/microsoft/Courses/TableOfContents?courseName=knockout-mvvm) — Online videos - John Papa provides almost 5 hours of in-depth content (more info)
- [Editing a variable-length list, Knockout-style] (http://blog.stevensanderson.com/2010/07/12/editing-a-variable-length-list-knockout-style/) — Steve Sanderson shows the advantages of using Knockout with ASP.NET MVC
- [Knockout+WebSockets] (http://github.com/carlhoerberg/knockout-websocket-example) — Carl Hörberg combines Knockout, Sinatra, SQLite, and WebSockets to implement realtime forms collaboration
- [Log4Play: Log4j Live Streaming with Play Framework, Knockout.js and WebSockets] (http://geeks.aretotally.in/log4play-log4j-ui-mashed-up-with-play-framework-knockout-js-and-websockets) — Felipe Oliveira creates a realtime server log with KO and WebSockets
- [Wiki - Recipes] (https://github.com/SteveSanderson/knockout/wiki/Recipes) — User contributed recipes and examples
- [Wiki - Plugins] (https://github.com/SteveSanderson/knockout/wiki/Plugins) — User contributed list of plugins
- [ASP.NET MVC3] (http://www.asp.net/mvc/mvc3) — official site
- [Razor view engine] (http://www.asp.net/mvc/mvc3#BM_TheRazorViewEngine)