Introduction: In this article,i am going to explain about how to configure a security in wcf service. Main: The binding and behaviors in WCF represent the main entry point for the configuration subsystem and the policies that affect the services at runtime. This rich and configurable environment enables you to create security policies and enforce [...]
Category Archives: WCF
Creating Developing Generating WCF Service Without Using Visual Studio SDK Asp.Net C#
Posted by on October 5, 2010
0 comments
Introduction: In this article,i am going to explain about how to create a wcf service without using visual studio sdk. Main: Step 1: 1.Open Notepad and add namespace System and System.ServiceModel. We need ServiceModel to specify a WCF service 2.For WCF service we need to create an interface which will act as a proxy to [...]