Always remain updated about current software development trends

Articles having tag: WCF

RESTful Made Simple - A Generic REST Service Client Library

This article presents a generic REST client library and an example on how to use it.

Uploading large files to WCF web services

Recently, we need to allow users to upload large files to a web service. Fortunately, WCF does support this scenario (see MSDN:Large Data and Streaming). MSDN recommends:The most common scenario in which such large data content transfers occur are transfers...

What’s new in WCF 4.5? UDP transport support

This is the tenth post in the WCF 4.5 series.

MVC4 and Web Api– make an Api the way you always wanted–Part 1

ASP.NET MVC is a huge success as framework and just recently,ASP.NET MVC4 Betawas released. While there are many changes in this release, I want to specifically focus on the WebApi portion of this.In previous flavours of MVC, many people wanted to develop REST...

Calling a WCF service from a client without having the contract interface

Calling a WCF service from a client without having the contract interface

What’s new in WCF 4.5? Configuration validations

This is the fourth post in the WCF 4.5 series, and a direct addition to the previous post, since I neglected to mention something important about editing configuration files in WCF 4.5 and Visual Studio 11 \u2013 validations during editing and compilation.

What's new in WCF 4.5? BasicHttpsBinding

This is the seventh post in the WCF 4.5 series.