Monthly Archives: September 2010

Authentication on WCF Data Service or OData: Windows Authentication Part#1

In this article, I am going to show how to enable windows authentication on WCF Data Service. Follow the below steps Step 1 Create WCF Data Service. Read below how to create WCF Data Service and introduction to OData. http://dhananjaykumar.net/2010/06/13/introduction-to-wcf-data-service-and-odata/

Posted in WCF Data Service

IgnoreDataMember attribute in WCF POCO Serialization

POCO stands for PLAIN OLD CLR OBJECT. If  in WCF we are using 1. Complex Data type for example custom class 2. And not attributing this custom class as DataContract and properties of the class as DataMember 3. If we

Posted in WCF

Create a SQL Login user in SQL Server 2008

This article will give a walkthrough on creating a SQL Login user. Step 1 Login to SQL Server 2008 instance using windows authentication Step 2 Right click on server instance name and select properties. Step 3 Property window will be

Posted in SQL Server

Inserting element in sorted Generic list (List) using binary search in C#

I got a mail asking, “How we could insert an item in sorted generic list such that after insertion list would be remaining sorted?” Answer of this is using Binary Search As we know Binary search works on Divide and

Posted in CSharp, Miscellaneous

Sorting a Generic List in C#

Objective This article will give code snippet on how to sort a generic list in C# I have a class called Product Product.cs class Product     {         public string ProductName { get; set; }         public int

Posted in CSharp, Miscellaneous

Download PDF of Walkthrough on WCF 4.0 Service in Silver Light 4.0

Walkthrough of Consuming WCF 4.0 in SilverLight 4.0

Posted in Download, Silververlight, WCF

Removing .SVC from WCF REST Service

I got a mail asking question, “How could we remove .SVC from a WCF REST Service? “ For example, instead of We need to remove, .svc extension from address of the WCF service. Let us say, you have a WCF

Posted in REST Services

Consuming WCF REST Service in ASP.Net Web Site

Objective This article will give a quick walkthrough on how to consume a WCF REST Service in ASP.Net Web site. 1. Create a WCF REST Service. 2. Consume the Service in ASP.Net Web Site Create a WCF REST Service Step

Posted in REST Services

WCF 4.0 service consumed in Silverlight 4.0 avoiding cross domain problem

Objective This article will explain how to call WCF 4.0 service hosted in IIS 7.5 in a Silverlight application. This article will explain the way to avoid cross domain problem also. Expected Output When user will click on + button

Posted in Silververlight, WCF

Walkthrough on creating WCF 4.0 Service and Hosting in IIS 7.5

Objective This article will give step by step walkthrough 1. How to create a basic WCF 4.0 Service? 2. How to host WCF Service in IIS 7.5? 3. Hot to test service in a client. Create WCF Service Create WCF

Posted in WCF

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Categories
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my current or previous employer's view in anyway. © Copyright 2013
Follow

Get every new post delivered to your Inbox.

Join 2,132 other followers