How to fix the camera freezing issue when switching between Apps in a windows store app?
Capturing image or video is very common requirement for any windows store app. Displaying the Camera preview in a app…
Capturing image or video is very common requirement for any windows store app. Displaying the Camera preview in a app…
This post talks about – How to create a Windows Universal app from an existing web sites ?. If you already…
In the previous post (Audio Recording using MediaRecorder using Xamarin in Visual Studio), we have seen how to record an audio.…
Visual Studio Code, a lightweight cross-platform code editor for develop and debug modern web and cloud applications. This cross-platform development…
It is not easy to debug a windows service with the help of Visual Studio. We won’t be able to…
Visual Studio Test Explorer gives us a quick access to the test methods and execute them efficiently as and when…
This question came up after one of our previous post – Understanding Code Coverage – How to determine which portion…
Xamarin is a cross platform mobile application development with C# as shared codebase, developers can create native iOS, Android, and…