Op het LAC2010 heb ik een sessie verzorgd over een 8-tal best practices om Project Start Architecturen (PSAs) compact en to the point te houden. De genoemde best practices zijn de volgende: Een PSA is niet te kopiëren (DRY) PSA … Continue reading
Supporting attributes in WCF REST Data Contracts
Some colleagues of mine wanted to supported REST services that also include attributes, and not only elements. However, WCF data contracts by default do not support serializing attributes. However, there is an attribute that enables the "old fashioned" XmlSerializer support … Continue reading
DevDays 09 Session on LINQ Providers this Friday
Be sure to stop by my session when you’re attending the DevDays in the Netherlands. If you are interested in recuding the amount of tedious LINQ code you have to write when coding mappings, this is the session for you! … Continue reading
Host clipboard not working when running Virtual PC?
Sometimes, pasting stuff from your clipboard suddenly stops working when running Virtual PC. I found a tip on a blog and it "solved" the problem (actually it is a workaround ) http://wpfwonderland.wordpress.com/2007/05/29/fix-virtual-pc-clipboard-stops-working-on-host-pc/
Adding sets of items to arbitrary collections using extensions methods
Don't you just hate the fact that only some collection classes provide a possibility too add more than one item at once (such as List<T> does offer via AddRange). This means that often I'm writing this kind of code: var … Continue reading
