CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : Andy

WCF – Develop our first WCF Service Application

We have discussed WCF in our previous Article “WCF – Introduction“. Now through this article, we will discuss creating a WCF Service Application and testing it with WCF Test Client. Lets’ start creating our first WCF Service Application. Create WCF Service Application Step 1. Open Visual Studio. Click on File menu -> select New menu-item -> […]

WCF – Introduction

WCF – Windows Communication Foundation is a framework used to develop distributed Applications. There are different approaches we use to develop Distributed Applications. We use, .Net Remoting, Message Queing (MSMQ), COM+/Enterprise Services and Web Services for building service-oriented Applications. What do you mean by Service-Oriented Applications? Service-Oriented Applications means, the Applications behaves like Services to […]

Scroll to top