Archive for June, 2008
DevDays 2008 Presentations
0 Comments Published by Erik Burger June 23rd, 2008 in Conferences, DevDaysIt took a while, but the DevDays 2008 presentations are finally online. You can find them here: DevDays 2008 Powerpoints
Copying class properties using .NET Reflection
7 Comments Published by Erik Burger June 6th, 2008 in ProgrammingI ran into a situation a while ago that I needed to retrieve a serialized object from the database, copy its properties to another object and send that object over the wire. Why the copying? The object stored in the database were written in .NET 2.0, whereas the service I was sending the object to [...]

