Multiple threads executing the application code simultaneously is called Concurrency. Single Concurrency Mode: The default concurrency mode is Single in WCF. This means only a single thread can access the […]
Top Posts & Pages
Like us in Facebook
Navigation
Subscribe via Email
Top 10 Popular & Tricky C# Puzzles in 2015 (Worth Trying !!!)
Welcome to 2016 !! Wish you a very happy and promising new year 2016. Let’s review all our best featured C# puzzles in year 2015. We read many articles in 2015 and […]
Share this:
Service Oriented Architecture (SOA)
In this article, we will learn: Reference books, you may like: Programming WCF Services: Design and Build Maintainable Service-Oriented Systems WCF Multi-Layer Services Development with Entity Framework, 4th Edition […]
Share this:
WCF 3.5 Vs WCF 4.0 Vs WCF 4.5
In this article, we will have a look into new and important features in major versions of Windows Communication Foundation starting from WCF 3.5 to WCF 4.5. Reference books, you […]
Share this:
WCF Architecture
In this article, we will discuss on WCF architecture. WCF has a layered architecture. It has application layer,Contracts, messaging and activation and hosting layer. Contracts and Descriptions: Reference books, […]
Share this:
WCF Vs ASMX Web Services
Simple and basic difference is that ASMX web service is designed to send and receive messages using SOAP over HTTP only. While WCF service can exchange messages using any format […]