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).
Take advantage of Streaming and TCP for transferring large amounts of data to and from using Windows Communication Foundation (WCF).
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.
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.
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.
Learn how communication between JQuery and WCF works and why this combo is so special, as we create a sample application.
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.
Read along as we explore the durable services concept in WCF and look at how to implement it by creating an example.
Part three of a series that illustrates using WCF to communicate between a Windows service and client application.
Part one of a series that illustrates using WCF to communicate between a Windows service and client application.
Part two of a series that illustrates using WCF to communicate between a Windows service and client application.
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.
Learn how to configure the Windows Communication Foundation (WCF) Routing Service for common service scenarios.
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.
Learn about the new features and enhancements in WCF 4.0 and how to make use of them in your applications.
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.
Learn how to utilize Windows Communication Foundation (WCF) Data Services.
This article talks about some of the smaller details of Windows Communication Foundation that will help .NET developers get started using WCF.
This article illustrates the InstanceContextMode property used in the ServiceBehaviour attribute and how it can be handy in Windows Communication Foundation (WCF), introduced by Microsoft as a part of .NET Framework 3.0 and later versions.
Learn how to define, implement, configure and host a Windows Communication Foundation (WCF) service and then consume the service in a client.
An ADO.NET Data Services Tutorial covering REST, querystring operations and expressions, HTTP verbs, Linq to Data Services, security, exceptions and tracing.
This tip looks at properly closing a WCF connection from your application - whether you're using the proxy classes or a ChannelFactory.
Look at the two methods of talking to WCF services and when to use them. Also see sample code to use the ChannelFactory in C#.
Learn how to achieve operational overloading in WCF.