Objective In this article, I will explain 1. How to work with collection in WCF? 2. How to work with concrete collection List<T> ? 3. How to work with interface IEnumerable<T> ? 4. How to convert Array at client side to collection Collection at service side and client side Since, COLLECTION is very much specificContinueContinue reading “Collection in WCF”
Author Archives: Dhananjay Kumar
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 themContinueContinue reading “Three way to form URI for REST Services”
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 reachedContinueContinue reading “Report on Community Tech days event Ahmadabad on 24th July 2010”
Download PPT on Introduction to ODATA and WCF Data Service From my session at community tech days Ahmadabad
WCFDataServiceAmbd
Download PDF on WCF Data Service in Windows 7 Mobile Application
creatingodatanconsuminginw7
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 latestContinueContinue reading “Speaking at Community TechDays, Ahmedabad – July 24, 2010”
Download PDF for Walkthrough on CRUD operation on Windows Azure table
AzureTableCRUD
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 goContinueContinue reading “Step by Step walkthrough on CRUD Operation on Azure table part # 2: Setting UP storage account for Azure and modifying connection string”