Adding New Expression in Visual Studio DataTips
DataTips is an advanced tooltip message that can be used for inspecting the objects or variables while debugging the application…
DataTips is an advanced tooltip message that can be used for inspecting the objects or variables while debugging the application…
Recently I came across with a very interesting things – 3D DOM (document object Model) view of a web site.…
Microsoft Speech API provides the SpeechRecognitionEngine class, which works as a backbone for the speech-enabled application. With the Kinect SDK as…
Here is another tip on Kinect for Windows SDK Tips series. The color camera of Kinect device delivers the color…
As a web developer, for performing cross browser testing, we need to run our web site in multiple browser from…
While debugging the applications in visual studio, in may instances it many require to call a specific method when a…
As we wind up with year 2013, and entering into a new year, I wish you and your family a…
Sorting and Removing the unused namespaces is a general coding standard guideline. We maintained this for all the files where…