In this post we will take a look on Knockout.js. We will start with basic theoretical introduction and then to some basic demo on Knockout.js Knockout.js helps us to create dynamic JavaScript UI using the MVVM pattern. It simplifies the task of linking Data Model to the dynamic JavaScript UI. Knockout.js is a JavaScript libraryContinueContinue reading “Working with Knockout.js Part 1: Getting started with Knockoutjs”
Monthly Archives: January 2013
What is JSON?
For some of you this question might be the easiest to answer. But for many developers concept of JSON is not well understood. In my seminars when I use JSON data for demo, I find many developers do not have understanding of JSON. In this post I am trying to address this problem. In simpleContinueContinue reading “What is JSON?”
How to do Unit Test using NUnit : Part 1
Unit Testing is essential part of any production code. We can see rise of Test Driven Development (TDD) approach in many development projects. There are certain pros and cons of TDD but certainly we cannot ignore TDD way of software development. I read many blogs and tweets about TDD and got inspired to do someContinueContinue reading “How to do Unit Test using NUnit : Part 1”
How to work with Navigation App Template in Windows Store App with JavaScript
Recently I was attending a user group event and one young developer came to me with question, could you help me in finding out how to work with Navigation App Template in Windows Store App? So in this post I am trying to explain step by step working with Navigation App Template. Very first startContinueContinue reading “How to work with Navigation App Template in Windows Store App with JavaScript”