Codeless two-way data binding to a WPF DataGrid

WPF 4.0 will finally contain a DataGrid. If you can't wait for that one, then all you have to do is download the current release of the WPF Toolkit. The DataGrid control in this toolkit is considered as stable, so why not give it a test drive? Let's create a list  of Formula 1 Drivers and two-w... [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!

IErrorHandler: A generic Fault Converter (2/2)

My previous post IErrorHandler: A generic Fault Converter (1/2) describes how to build an ErrorHandler for WCF. The challenge is now to write a generic ErrorHander which can be configured to automatically convert exceptions into faults based upon a pre-defined list of converter methods. Converting a... [More]

IErrorHandler: A generic Fault Converter (2/2)

My previous post IErrorHandler: A generic Fault Converter (1/2) describes how to build an ErrorHandler for WCF. The challenge is now to write a generic ErrorHander which can be configured to automatically convert exceptions into faults based upon a pre-defined list of converter methods. Converting a... [More]

MSDN event: Firestarter

For those who wants to be ahead of the game, but do not have time to see events, msdn firestarter is the solution to your problem. This site offers you free webcasts talking about Microsoft technologies such as:   ASP.NET MVC   Silverlight   Windows 7   … So w... [More]

MSDN event: Firestarter

For those who wants to be ahead of the game, but do not have time to see events, msdn firestarter is the solution to your problem. This site offers you free webcasts talking about Microsoft technologies such as:   ASP.NET MVC   Silverlight   Windows 7   … So w... [More]