Implementing Simple Discovery using WCF

By Nick Hauenstein

Imagine that you have written an application that will need to invoke a service at some point. You can hard code the service address, you could place it in configuration, you can stick it into an external registry (a la UDDI), or you could come up with some custom method for resolution (e.g., storing endpoint information in a table of a SQL database).

However, Juval Lowy reminds us that we don’t have to re-invent the wheel. He wrote an excellent article in last month’s MSDN magazine about simple discovery in WCF. In the article he provides a simple explanation of what it is, and how it works, and even provides sample classes that can jump-start your development.

You can check out the article here: Foundations – Discover a New WCF with Discovery

.NET 4 RC Documentation is Now Available

By Nick Hauenstein

Just before the long weekend, Microsoft quietly released a documentation update alongside their RC release of Visual Studio 2010. If you were dying to know how to implement Out-of-Order Message Processing in Workflow Services, click-away because you shouldn’t find any more place holder content where you’re expecting technical articles.

This should definitely lessen the learning curve a bit more.

Check out the announcement via The .NET Endpoint blog here: The .NET Endpoint: RC docs are live!