Year: 2014
-
Video: What is Extension Method in C-sharp
In this video you will learn about Extension Method in C-sharp
-
Video: is and as operator in C-sharp
In this video you will learn about is and as operator in C-sharp
-
Computed Observable in Knockout.js
In this post we will take a look on Computed Observable in Knockout.js. Let us start with an example, you have a ViewModel Now you want a custom message to be rendered on the view, that message will depend on other observable of ViewModel. To create that custom message you need to create a Computed…
-
Video : What is Chained Syntax in Knockout.js
In this video you will learn about Chained Syntax in Knockout.js We use Chained Syntax to update more than one property of ViewModel in one line of code.
-
Why we need Observable Properties in Knockout.js
In this post we will take a look on why we need observable properties in Knockout.js Before you read further this blog post, I would recommend you to read Setting up Visual Studio for Knockoutjs Development Create your First MVVM based JavaScript App in two simple steps using Knockoutjs Inbuilt Bindings in Knockout.js: Controlling Text…
-
Inheritance in Node.js
Read other posts on Node.js here In this post we will take a look on inheritance of objects in Node.js. We will learn to use utility module to achieve inheritance in Node.js. However keep in mind that you can write plain JavaScript to achieve inheritance in Node as well. You can use Object.create() to inherit…
-
Getting started with Node.js development in Visual Studio
Setup Environment on Windows machine for Node.js Development [Set up Sublime Text] Yes you love node.js. You love event driven development and yes multi thread is old fashioned now. Your new found love is ASYNCHRONOUS. Asynchronous everything, even reading file system. As all we know Microsoft loves Developers. So in Build they decided to give…
-
Wish you Happy New Year 2014
I wish you Happy New Year 2014. I hope you had significant 2013 and I wish that you will have even better 2014. I had good 2013. I got opportunity to attend and present in many conferences all across globe. I hosted each month learning gathering for developers. Blogged on various technologies to educate…