Archive Dec 2010

31 Dec 2010

Creating Objects Dynamically

Creating objects in .NET opens some interesting doors, of which is the point of this post. I have looked into 4 different ways of creating objects there are others! (Look at how objects are desterilised; I believe Castle Windsor also uses the same te Read more
12 Dec 2010

Upgrading Windsor, a small Gotcha

With the release of NHibernate 3.0 (using Windsor 2.5.2) I have been going through my projects updating them.;I noticed a small gotcha when upgrading from Windsor 2.1 to 2.5.2. Here is the error I gotParser Error Message:;Could not load file or assem Read more
04 Dec 2010

NHibernate 3.0 has been released

Just a quick post, in case you have not seen on twitter. Nhibernate 3.0 GA has been released :)Files are located on Source Forge HEREEnjoy all the new Linq functionality and many more new features Read more