MVVM’s command binding has probably been the same for more than a decade. Hence you should take what you read with a grain of salt. The Problem Patterns – WPF Apps With The Model-View-ViewModel Design Pattern | Microsoft Docs has a detailed account of the pattern. It also explains the code it suggests to a […]
Add config sections and values in Azure Function Configuration
Most developers are familiar with defining configuration sections in appsettings.json or a json file, and then read it through IConfiguration. However, Azure Functions uses environment variables. Though there are ways you can use a json file in azure functions, it will hamper the flexibility of configuring azure functions. Environment variables are stored as a key-value […]
DIY Home Security Using Kinect, Azure, Windows Phone and Windows 8
Most the people who were in the TechEd 2012 India would have witnessed the cool demo by me and Abhijit Jana made on the opening Keynotes of the event. And now we would like to share how this solution was developed so that you can also build your own. Background Before we could pitch […]