Skip to main content

Posts

Showing posts from March, 2013

A basic WCF Service

The Windows Communication Foundation (WCF) service enables to manage the interoperability of the distributed applications and also supports the service oriented architecture. In this post I will illustrate the various steps required for creating, implementing and hosting of WCF. And also learn about creating the WCF client, its configuration and consuming the WCF service in an application. Let's understand the steps involved in Creating and Running a WCF service. The Microsoft Visual Studio also contains pre-built template for creating the WCF service that can be created and implemented by following few wizard steps. Here we will use a C# class to create the WCF service, then will create a client application to consume the methods exposed by the WCF service. Following are the steps that we will cover to create a working WCF service: Defining Service Contract in WCF: the first step to create a WCF service contract using a C# interface that will outline the functionality offe

Welcome Note

Hi Guest, This may seem to be just another blog but my endeavors are to make this blog useful for programmers and developers...to share the ideas...to exchange the technology enhancements...and also to solve critical issues related to SOA, WEB 2.0, Enterprise Apps Programming, Distributed Apps, Cross Platform Developments, VOiP Applications, and anything you can code on.... I hope that your visit will be useful for US :) /* HAPPY CODING */