Friday, 30 January 2015

Shopify API Integration from .NET

To Integrate Shopify first You need Key and Password So to generate an API key and password, go to http://store.myshopify.com/admin/apps, and click "Create a private API key" at the bottom.It will generate password and key for you. Then copy and paste this code ....   public string GetCustomers()  ...

Tuesday, 27 January 2015

Deploy PHP website from Visual Studio 2013 to Microsoft Azure Websites

Uf after 3 hours of struggle i found the solution for php deployment in Azure. So First we have to download PHP Tools for Visual Studio 2013. I have given the URL from that you can download Or you have another option means you can download from Nuget package manager https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5 OR Click...