Renaming a Workflow foundation 4 service

Workflow Foundation allows you to create a workflow as a service using WCF. You can do this by choosing a “Declarative Sequential Service Library” project from the WCF tab: This will (as usual) create a new project with the service declared in Service1.xamlx. Opening this file will open the work... [More]

Using T4 to automatically generate your entities

*** This is a repost of a previous post because of moving to a new blog engine in which some formatting was lost *** Today I discovered something very interesting, namely how to automatically generate my entity classes (classes that also implement the INotifyPropertyChanged and IDataErrorInfo inter... [More]

Serializing Cyclic Graphs of objects with WCF

*** This is a repost of a previous post because of moving to a new blog engine in which some formatting was lost *** Abstract In this blog post I will be discussing how the serialize cyclic graphs of objects using WCF, including data contracts and POCO’s ( Plain Old CLR Objects). Introduction WC... [More]

Welcome to our new blog engine!!

Look at this great new blog engine built by my good colleagues Lieven Iliano and Kevin DeRudder. Even more reason to keep up blogging! Great work! Now let’s hope Lieven will start bloggin’ too!