Visual Basic Blog

A group blog from members of the VB team

Community Article: Using Windows Communication Foundation with Windows Workflow Foundation – Part 1 (Beth Massi)

This week on the VB Dev Center we're featuring another community submitted article by Maurice de Beijer (VB MVP) on Using Windows Communication Foundation with Windows Workflow Foundation. Maurice has a great wiki as well that you should check out if you're doing Windows Workflow development. In this article he shows you how to use ...

New Community Article – Using Business Objects with WCF (Beth Massi)

There's a new article up on the VB Dev Center by Rob Windsor, a follow up from his first Getting Started with WCF article, called Using Custom Business Objects with Windows Communication Foundation. Rob explains how to serialize your own custom business objects using WCF DataContracts and what issues you may run into in Visual Studio 2005. ...

A Walkthrough of WCF Support in Visual Studio 2008

One feature in Visual Studio 2008 I would like to highlight is our support of Windows Communication Foundation. WCF was introduced with .NET Fx3.0 as a next generation communications API. Previously if you wanted apps to talk you needed to make a lot of up-front decisions: o How important is transmission speed?o How will apps talk? Over the...