.NET news » Search results

Search results for query "wcf" (35):

Handling Large Data Sets in Silverlight using WCF and Customized DataGrids

Display, edit and save large data sets in Silverlight using WCF based services and customized DataGrids

SharePoint Applied: SharePoint 2007 with WCF and Silverlight

Innovative solutions sometimes require multiple ingredients. Find out how to mix it up with SharePoint, WCF, and Silverlight.

WCF WPF Chat Application

This application is built on the WCF .NET Framework 3.0. It uses duplex communication and TCP binding (for some reasons that are discussed later in this article). It concentrates on handling and controlling a WCF service that has to make reliable sessions with many clients and keep those connections alive as long as possible.
2008-04-15 11:24:00   Source: WCF WPF Chat Application   Tags: Internet Examples

Building WCF Services for Deployment in Transiently Connected Networks

Distributed applications are now prolific in the enterprise and more and more users are relying on network connectivity both on site and on the go so they can remain productive anywhere and at any time. Since network connectivity cannot always be guaranteed, what happens when the network goes down or a network connection is simply unavailable? How can you provide your users with the best connected experience regardless of the state of the network?
2007-12-27 18:00:00   Source: Building WCF Services for Deployment...   Tags: Other

Online Article: Fundamentals of WCF Security

Windows Communication Foundation (WCF) is a secure, reliable, and scalable messaging platform for the .NET Framework 3.0.With WCF, SOAP messages can be transmitted over a variety of supported protocols including IPC (named pipes), TCP, HTTP and MSMQ. Like any distributed messaging platform, you must establish security policies for protecting messages and for authenticating and authorizing calls. This article will discuss how WCF accomplishes this.

2006-10-19 19:00:00   Source: Online Article: Fundamentals of WCF...   Tags: Security