Featured
-
No Featured Found!
Tags
Showing Contact Details From Windows Phone 8.1 using C#
Open Visual Studio and select Windows Phone from Visual C# templates. From the available project types, select "Blank App(Windows Phone)" and click OK.
Creating a Model
Right click on project and add a new class file Pho...
Consuming Web API in a Windows Phone 8.1 application
Open Visual Studio and select Windows Phone from Visual C# templates. From the available project types, select "Blank App(Windows Phone)" and click OK. To consume a Web API in windows phone application, first we need a working API. Than...