Castle Windsor enabling XML configuration files in Silverlight

When a version of Castle Windsor able to run in Silverlight was released I started to play with it, basically because I have a lot of code that use it inside my line of business infrastructure framework. I’m working on a WPF/Silverlight solutio...


NHibernate/SqlServer: persist a generic ‘serializable’ object to an XML field

Recently we had the problem of persisting some sort of extended data attached to a business object with the schema and the data of these extended information that can vary over time (usually with an additive strategy). Since we do not need to d...