
How to Identify the Kinect Sensor Capabilities ?
When you are developing a Kinect application, you must ensure that the Kinect device attached with your application supports all…
When you are developing a Kinect application, you must ensure that the Kinect device attached with your application supports all…
I was asked this question during my “Language Preview Session in Microsoft Reboot Camp”, last week. Sharing the same answer…
One of the small UI Improvement of Visual Studio 2015 IDE was main ‘Title Case’ Menu Bar Style instead of…
Sort and Remove the unused namespaces is a standard coding practices. In the Visual Studio IDE, you can achieve it…
.NET framework supports all kinds of exception types which are sufficient for most of the code bases, in some cases…
Here are the 10 most popular tips of the year at Daily .NET Tips, based on the number of times…
Visual Studio 2015 introduced a nice feature, which let us customize the overall IDE experience and reuse it further. This…
Initialization of Dictionary is not a new thing. You can easily initialize a Dictionary Object using a Collection Initializer, which…