KnockoutJS -Pradeep Shet 31st August 2014.

Slides:



Advertisements
Similar presentations
SharePoint and Knockout for the REST of Us
Advertisements

Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
Silverlight is dead! Long live MVVM!
Creating Knockout User Experiences in SharePoint with JavaScript Making awesome with Knockout, jQuery and SharePoint REST.
John Culviner johnculviner.com DEMO CODE:
Developing HTML5 Application using MVVM pattern Pekka Ylenius.
Alpha Anywhere Product Roadmap and Overview
What’s New in ASP.NET 4.5 Ori Calvo, 2012 John Bryce Hi-Tech College
Knockoutjs and JQuery The One-Two Punch for Richer MVC 4 Applications Connecticut.NET Developers Group November 13, 2012.
MVVM/MVC in Client-side SPA var subTitle = { value: ‘Single page application approaches and usage’, speaker1: ‘Stanimir Todorov, Product Developer Infragistics’,
Client Side Dev. Toolkit HTML5 JavaScript CSS (and Less, but not today) Bootstrap Knockout.js Require.js (moving to Browserify) Toastr Visual Studio and.
Multiple Tiers in Action
SharePoint Saturday Sponsors Gold Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
USING ANGULARJS WITH SITEFINITY
User Group 2015 Version 5 Features & Infrastructure Enhancements.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
Using jQuery Templates with ASP.NET Stephen Walther Superexpert.com
Rich Internet Applications 7. Single-page application architecture.
NextGen Technology upgrade – Synerizip - Sandeep Kamble.
AJAX in ASP.NET James Crowley Developer Fusion
Angelo Chan Kamran Bilgrami. Agenda ● WinJS - What and Why ● Modern Apps ● WinRT Architecture ● Demos o Controls o Data Bindings o Program LifeCycle Management.
RUSS FUSTINO HEAD OF DEVELOPER JavaScript for the ASP.NET Developer Chris Bannon.
ASP.NET + jQuery + Odata = Goodness Stephen Walther Superexpert.com
Spicing Up Web Parts Randy Williams SharePoint Hawaii User Group May 11, 2011.
AJAX and Atlas in ASP.NET 2.0 William J. Steele MSDN Developer Evangelist Microsoft Corporation
Lecture 19 Web Application Frameworks Boriana Koleva Room: C54
Sponsors Gold Silver Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
ASP.NET 2.0 : Future Directions Developing Rich Web Applications with “Atlas” 7 & 8 March 2006 ICC Gent Contact me :
SDC 2013 SPA Made Breezy Tiberiu Covaci Ward Bell, v.p. of technology, IdeaBlade.
SharePoint Saturday Sponsors Gold Bronze Creating Knockout User Experiences in SharePoint with JavaScript Making awesome with Knockout, jQuery and SharePoint.
Tuukka Haapaniemi XForms – What’s the need? HTML forms Very outdated Hard to develop and to maintain Requires lot of work To create basic.
Developing ASP.NET AJAX Controls with Silverlight Barry Gervin Microsoft Regional Director John Bristowe Developer Advisor, Microsoft.
ASP NET MVC Soup-to-Nuts Peter
The Web Developer’s Toolbox Steve Fabian e:
JAVASCRIPT WITH A VIEW Jordan Knight Solution Architect Xamling SESSION CODE: WEB305 (c) 2011 Microsoft. All rights reserved.
Building Excellent Internet & Intranet Solutions Dave Remmer Architect Advisor Microsoft Canada
Canopy walk through Single-Page Apps (SPAs) Benjamin Howarth Freelancer, Code Gecko Umbraco UK Festival, Fri 30 th Oct 2015 CODE GECKO.
Chapter 15 Introducing jQuery Part 1. What is JavaScript? A programming language to add dynamic features to a web page. Client side.
Installing Sage 300 c Alexi Yannoulatos 1/7/2016.
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Data lifecycle (CRUD+) Operation logic, query, databinding, change tracking, unit of work Validation User: authn/authz/profile.
Agenda 1)Modern web standards overview 2)JavaScript library overview 3)Building a Single Page Application SPA.
Modern Development Technologies in SharePoint SHAREPOINT SATURDAY OMAHA APRIL, 2016.
The New Face of ASP.NET ASP.NET MVC, Razor, and jQuery Ido Flatow | Senior Architect | Sela | This session is.
Vineel Vutukuri. What is SPA? Why SPA? Pros & Cons When to use SPA?
MVC 4.0, Knockout.js, Bootstrap and EF6.0 FAST, FLEXIBLE AND RESPONSIVE QUICK TO MARKET WEBSITES.
Kendo UI ASP.NET MVC Wrappers
Jim Fawcett CSE686 – Internet Programming Spring 2014
JQuery Fundamentals Introduction Tutorial Videos
Web Technologies Computing Science Thompson Rivers University
Visual Studio 2017 By Michael Washington
Clientside MVC: A Journey
Jim Fawcett CSE686 – Internet Programming Spring 2012
Client Side Dev.
Customizing SharePoint with TypeScript and Knockout
Kendo UI ASP.NET MVC Wrappers
Lecture 11. Web Standards Continued
It’s a Knockout! MVVM Style Web Development
KnockoutJs online Training at GoLogica in Pune
© 2016, Mike Murach & Associates, Inc.
By Gary Mandela December 26, 2006
JQuery with ASP.NET.
A Quick Overview of ASP.NET Core 1.0
Rich single page applications with SharePoint
Unit 6 part 3 Test Javascript Test.
Secure Web Programming
Creating Lightning Fast Apps Using AngularJS
Choosing between Silverlight and AJAX
05 | An Introduction to AngularJS
Erik Porter Program Manager ASP.NET Microsoft Corporation
Presentation transcript:

KnockoutJS -Pradeep Shet 31st August 2014

Agenda Journey from javascript to jquery to knockout Overview of knockoutJS Observables Bindings Knockout with MVC 31st August 2014

Overview Founded by Steve Sanderson Open source library Uses MV-VM pattern 31st August 2014

(JSON / JavaScript Object) MV- VM Pattern Model (JSON / JavaScript Object) ViewModel (Mediator) View (Html UI)

Steps to start knockout Download knockout.js Add script reference Create a javascript object Bind the DOM element Trigger knockout engine 31st August 2014

Advantages Dependency tracking Declarative two way binding Compatible with all of the latest browsers. Easy way of designing client server architecture with minimum lines of codes. No problem of postbacks. Creating templates Work hand in hand with any other web technology like Asp.Net, WCF, REST services, WebService, WebAPI etc. Single Page Application (SPA) 31st August 2014

For any queries or feedback contact me at pradeepsh824@gmail For any queries or feedback contact me at pradeepsh824@gmail.com or leave a comment on mumbaitechiegroup.wordpress.com Thank You 31st August 2014