Hi all,
I'm considering migrating one of projects from an in-house POCO concept to the better thought out NHibernate framework.
For me the biggest pain of using a POCO concept is the tedious repetitive work you need to do to set up all the objects. Of course this is something that everybody has experienced that's why you there are code generators.
I'm looking for a good NHibernate code generator for VB.NET. We have no intention to migrate to C# because it would not make any commercial sense.
So far I've found two generators:
http://www.mygenerationsoftware.com/
You can download a very very early beta of a VB.NET template which is loosely based on a couple of other C# templates.
I've also found the Object Mapper of the puzzle framework useful:
http://www.puzzleframework.com/wikiengine/WikiPageViewer.aspx?ID=80
But the Object Mapper is a strange animal. You can do all kinds of great stuff with it but it's actually meant for NPersist projects. There is an export tool which can generate VB.NET code for NHibernate projects.
Anyways my questions are:
Is there anybody out there that uses a code generator tool for VB.NET projects?
Thanks,
Moni