How to refactor and make static class code testable?
We commonly come across a problem where we need to write a unit test case of an existing application and…
We commonly come across a problem where we need to write a unit test case of an existing application and…
Visual Studio 2015 introduced a nice feature, which let us customize the overall IDE experience and reuse it further. This…
Microsoft Word, the famous word processor also comes with the capability to write and publish blogs. It is a great…
While building Apps using XAML, in many instances you may encounter this problem where you need to get an access…
“Peek Definition” improves the overall developer productivity by displaying the code definition with in the same code window as an…
Peek Help feature enables the Visual Studio 2013 users to view the code help ( MSDN documentation ) with in…
Well, as I have already dealt with CameraCaptureTask or PhotoChooserTask before for simple scenarios, it is time to go a…
Working with Camera in Windows Phone environment is a common requirement. Almost 25% of the apps in the store uses…