WCF 4 comes with a bunch of new features where I find the service announcement and service discovery really cool. In this article I will implement a couple of services using these new features.
A couple of key words and classes for the scenario are SeviceDiscoveryBehavior, UdpAnnouncemenEndpoint, AnnouncementService. I will describe those classes along the way, but on MSDN you can find more information here: WCF Discovery Overview.
In my previous article I linked to a great article written by Aaron Skonnard, don’t miss it: A Developer’s Introduction to Windows Communication Foundation 4. It covers most of the new features in WCF 4, the simplified configuration, Workflow Services and a bunch of other stuff.
I will describe the scenario below along with a couple of code snippets.
In a previous article,
Last week I had the pleasure of listening to a presentation from
Lately I’ve been developing standalone WPF applications using Visual Basic. To make a WPF application somewhat easy to maintain and extend it is extremely important to use some design pattern. The most popular design pattern around when developing WPF applications is the MVVM pattern (Model-View-ViewModel).
The last couple of days I’ve been reading about cloud computing, mostly Windows Azure. Microsoft says that the Windows Azure Platform it is the following:
As some of you may have noticed the activity around here has been slightly modest lately. A lot of things have been going on leaving the writing of articles behind and now freddes.se will move to a web hosting service instead.
The last week I’ve been busy, or shall I say lost in the world of RESTful Services. I have been reading white papers, watching screencasts, trying out the WCF REST Starter Kit on