MVP Blog Posts - Developer (26th January - 1st February 2014)

Understanding click binding in Knockout.js

By Dhananjay Kumar published on 01-28-2014

Click Binding adds click event to element on View. You can do click binding with any function in ViewModel or you can bind to….(more)

 

How to use two different languages in a .NET Project

By Brij Mishra published on 01-29-2014

As .NET provides us the capability to use multiple languages in same project, even it allows to inherit a VB.NET class in C# Class. If you have not tried earlier….(more)

 

How a #WPDev can identify whether shutter was pressed Half or Full

By Kunal Chowdhury published on 01-29-2014

If you are a Windows Phone app developer and building a Camera application, you might want to know whether the user pressed the shutter key….(more)