Category Archives: Uncategorized

New Features in WCF 4.5 – Part 1

Windows Communication Foundation v 4.5 released with lots of new features and we have already highlighted those features in previous WCF Tutorial. Now, we wanted to dive deeper and explore each new feature in more detail. Here in this WCF Tutorial – Part 1, we are going to discuss the following two new features in… Read More »

What’s new in WCF 4.5

In part-1 of this WCF Tutorial series, we have gone through new features introduced in Windows Communication Foundation v3.5 and v4.0. In this part, we will highlight new features of WCF 4.5. New Features in WCF v4.5 Simplified Generated Configuration files, generated configuration file on client will only have non-default binding configuration. more… Validating WCF… Read More »

WCF 3.5 Vs WCF 4.0 Vs WCF 4.5

In this WCF tutorial, we will see the new and important features introduced in different versions of Windows Communication Foundation starting fromWCF 3.5, 4.0 toWCF 4.5. What’s New in WCF v3.5 WCF support for REST Style Services by introducing Web programming model using rich features of HTTP instead of just a transport. In order to… Read More »

Practical guide to WCF RESTful service

REST (Representational State Transfer) is an architectural style that dictates to think in terms of resources and their representation instead of just thinking about methods within a system. REST architecture focuses almost on the same set of constraints like Uniform interface, separation of concerns, caching, statelessness etc. as other distributed architecture follow. Using REST, we get… Read More »