Friday, December 30, 2005 - Posts

DopplerMobile beta 3 available

Erwin just released beta 3 of DopplerMobile! He lists the changes and some bugfixes on his blog. Start testing this build and provide Erwin with some feedback, just like Stefano did.

Download DopplerMobile on http://www.dopplerradio.net/dopplermobile-beta.

with 0 Comments

WCF Architecture Overview

Yasser Shohoud points to his WCF Architecture Overview. The article covers the fundamentals (endpoints, behaviors, service and channel descriptions and the WCF Runtime) and the code examples sections provides us with a few short code examples that illustrate these concepts covered in WCF Fundamentals.

This article is a must read for every Indigo/WCF developer! For those amongst us still not familar with WCF, Windows Communication Foundation is the official name for what was formerly code-named "Indigo".

Windows Communication Foundation (formerly code-named "Indigo") is a set of .NET technologies for building and running connected systems. It is a new breed of communications infrastructure built around the Web services architecture. Advanced Web services support in Windows Communication Foundation provides secure, reliable, and transacted messaging along with interoperability. The service-oriented programming model of Windows Communication Foundation is built on the Microsoft .NET Framework and simplifies development of connected systems. Windows Communication Foundation unifies a broad array of distributed systems capabilities in a composable and extensible architecture, spanning transports, security systems, messaging patterns, encodings, network topologies, and hosting models. Windows Communication Foundation will be available for Windows Vista™ (formerly code-named "Longhorn") as well as for Windows XP and Windows Server 2003.

with 0 Comments