User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

    WCF

    Working with .NET Framework 4.0 Tuples

    Tuple is a very useful type introduced in .NET Framework 4.0. This article offers an insight into the Tuple class, and shows you how to create a data structure and different ways of using it in a .NET program.

    Introduction to Routing Service in WCF 4.0

    Now in WCF 4.0, developers can create services that act as a Router to route messages to other client WCF services based on the requests from the clients. This feature is called WCF Routing Service. Read this article to learn more about it.

    Service Discovery Techniques Introduced in WCF 4.0

    WCF 4.0 introduces a couple of service discovery techniques that the client can use to discover services dynamically through client probing or service announcement. WCF 4.0 provides the ability of dynamic discovery, which allows the client to probe for the services or reversely the services can also announce their presence on the network. Read on to learn more.

    Creating OData Entries in WCF Data Services

    To fully exploit Open Data Protocol (OData) with WCF Data Services there are classes and interfaces a .NET app must instantiate or implement. Using a sample WCF Data Services application, this article explains how to implement data creation on an OData Endpoint.

    Navigating OData and WCF Data Services

    Understanding OData conventions are important to building an OData client and testing an OData Endpoint. Of all the OData conventions the most important convention a WCF Data Services developer must understand are the OData URI conventions. This article explains how OData URI conventions map to code living inside of WCF Data Services.

    Working with WCF RIA Services

    Learn how WCF RIA Services can be used in conjunction with Silverlight to access server objects easily using reflection.

    WCF Data Services Providers

    OData's simplicity and common underlying Web standards have made it a popular Data protocol in the Microsoft stack. WCF Data Services includes several Providers that surface OData from .NET classes.

    Creating and Consuming Windows Communication Foundation (WCF) Data Services

    Windows Communication Foundation (WCF) Data Services allow you to create and consume services using Open Data Protocol (OData). In the process WCF Data Services allow you to access your data using REpresentational State Transfer (REST). This article gives you a jump start in creating and consuming WCF data services and shows how queries can be executed in asynchronous manner.

    Passing Large Files in Windows Communication Foundation (WCF) using Streaming and TCP

    Take advantage of Streaming and TCP for transferring large amounts of data to and from using Windows Communication Foundation (WCF).

    Using the WCF Service Moniker to Communicate Between Legacy COM Apps and New .NET Framework Apps

    Companies have made huge investments in COM based applications in the past. It is not always economically feasible or technically possible to rewrite these applications in a managed programming language. Yet, it is sometimes required to integrate these applications with modern n-tier applications build using WCF. Using the WCF service moniker this integration is easily possible.

    WCF RIA Services

    Learn about Windows Communication Foundation (WCF) RIA Services and get to know how the RIA service concept is achieved using the .NET framework 4.0 Domain Service.

    Updating an Online Boggle Solver Using jQuery Templates and WCF

    This ASP.NET tutorial looks at using jQuery Templates and Windows Communication Foundation (WCF) to create an Ajax-enabled user interface for an existing ASP.NET Web Forms application.

    JQuery and WCF Working Hand-in-hand

    Learn how communication between JQuery and WCF works and why this combo is so special, as we create a sample application.

    Accessing Server-Side Data from Client Script: Using WCF Services with jQuery and the ASP.NET Ajax Library

    This ASP.NET tutorial shows how to expose server-side data using Windows Communication Foundation (WCF) Services and how to consume that data from client-side script using the ASP.NET Ajax Library and jQuery.

    Durable Services in Windows Communication Foundation (WCF)

    Read along as we explore the durable services concept in WCF and look at how to implement it by creating an example.

    [Updated] Tray Notify - Part III (WCF Service)

    Part three of a series that illustrates using WCF to communicate between a Windows service and client application.

    [Updated] Tray Notify - Part I (Getting Started)

    Part one of a series that illustrates using WCF to communicate between a Windows service and client application.

    [Updated] Tray Notify - Part II (Windows Service)

    Part two of a series that illustrates using WCF to communicate between a Windows service and client application.

    Connecting Services and Clients with the Microsoft Azure Platform AppFabric Service Bus

    Learn how to easily deploy and manage Windows Communication Foundation (WCF) services with Windows Server AppFabric. The new packaging and import/export tools make it easy to migrate and manage your service from dev to QA to production.

    Working with the .NET Framework 4.0 Windows Communication Foundation (WCF) Routing Service

    Learn how to configure the Windows Communication Foundation (WCF) Routing Service for common service scenarios.

    Creating a Duplex Service in Windows Communication Foundation (WCF)

    Explore the duplex service and see how Windows Communication Foundation (WCF) provides the support to build it and then build a sample application using what we've learned.

    New Features in Windows Communication Foundation (WCF) 4.0

    Learn about the new features and enhancements in WCF 4.0 and how to make use of them in your applications.

    Building Business Applications With Silverlight 4 and WCF RIA Services

    Microsoft Silverlight has progressed with big steps since the initial version only a few years ago. Today, Silverlight 4 is suitable for building even business applications. Read on to learn how you can use Silverlight 4 and Windows Communication Foundation (WCF) RIA Services to build compelling applications.

    Windows Communication Foundation (WCF) Data Services (not yet reviewed)

    Learn how to utilize Windows Communication Foundation (WCF) Data Services.




    Top Authors