Month: July 2010
-
Three way to form URI for REST Services
Objective In this article, I will show how we could construct URI in three ways. Method # 1: Creating URI from string I am passing string in constructor of URI class, to create new URI. Output Method #2 New URI from Component Instance I am here taking host and path individually and then combining them […]
-
Report on Community Tech days event Ahmadabad on 24th July 2010
Very first I would thank PINAL DAVE sir and his family for his great support . How beautifully and kindly his family supported and welcome me. Thanks is a small word for that. It was a rainy morning and some political problem in Gujarat, so I thought there won’t be many audiences. When, I reached […]
-
Speaking at Community TechDays, Ahmedabad – July 24, 2010
What is Microsoft Community Tech Days? This is unique program from Microsoft and local user group to enable developers and IT pro to get information about latest technologies from Microsoft. As of Community tech days official site, Dive deep into the world of Microsoft technologies at the Community TechDays and get trained on the latest […]
-
Download PDF on hosting WCF in azure and consuming in window 7 phone
WCF hosted in Azure and consumed in windows 7 phone
-
Step by Step walkthrough on CRUD Operation on Azure table part # 2: Setting UP storage account for Azure and modifying connection string
Objective This article is going to explain , how we can use AZURE table. This article will explain how to create a stroage account and then modify the connection string in exsiting azure application using local development storage. Note : This article is part 2 of series of article , so I recoomend please go […]
-
Step by Step walkthrough on CRUD operation on Azure Table Part #1
Objective In this article, I will show you how we can perform CRUD operation on AZURE table. This article is divided into two parts. In part 1, I am using local development fabric and storage. In next part, I will show you how can use AZURE table from Microsoft data center. Step 1: Create the […]