Setting the default namespace just once for your (data) contracts in WCF 20 August 2009 Peter-Himschoot Setting the default namespace just once for your (data) contracts in WCF [More]
Serializing Cyclic Graphs of objects with WCF 18 August 2009 Peter-Himschoot Serializing Cyclic Graphs of objects with WCF [More]
Changing the generated code namespace when adding a Service Reference 15 August 2009 Peter-Himschoot Changing the generated code namespace when adding a Service Reference [More]
Customizing the Visual Studio 2010 Start screen 11 August 2009 Peter-Himschoot Customizing the Visual Studio 2010 Start screen [More]
Best Practices at the SQL Server Day 30 July 2009 Nico-Jacobs Often its more appealing to avoid problems than to solve problems after they occurred. One type of prevention is by working with best practices: rules of thumb that worldwide or just within your company have been tried, tested and refined. The problem often is: how can we inspect that our systems, u... [More]
String.Trim() fixed in .NET 4.0 16 July 2009 Kris-Vandermotten .NET A long time ago, I wrote a blog post about the problems with String.Trim(). I’m happy to see that all three issues have been addressed in the .NET Framework 4.0. To start with, Trim() will now be consistent with Char.IsWhiteSpace(). Theoretically, this is a breaking change, but I don’t expect many ... [More]