Click here to Skip to main content
15,881,424 members
Articles / Mobile Apps / Windows Mobile

RESTful proxy-less WCF clients for .NET, .NET Compact Framework, and Silverlight

Rate me:
Please Sign up or sign in to vote.
4.89/5 (8 votes)
7 Feb 2010CPOL6 min read 51.3K   925   46  
Sample WCF clients for three different platforms with no code duplication and no generated proxies.
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
             x:Class="SilverlightClient.App"
             >
    <Application.Resources>
        
    </Application.Resources>
</Application>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I've been a software developer since 1996 and have enjoyed C# since 2003. I have a Bachelor's degree in Computer Science and for some reason, a Master's degree in Business Administration. I currently do software development contracting/consulting.

Comments and Discussions