Visual NHibernate
The guys at Slyce Software have released Visual NHibernate Beta. It is still far from final, but it looks promising. You can get it from here, there are also some screenshots.
So far, I have noticed some things missing. There is a discussion going on at the nhusers mailing list about it, but here are my 50 cents, in no particular order:
- Support for additional databases, starting with Oracle
- Optional support for generating partial classes
- Inclusion of the Serializable attribute
- Support for lazy loading of relational properties
- Allow specifying non-public setters
- Configuration of id generators
- Removal of mapping table from the model, in many-to-many relationships, when there are no additional attributes in the relation
- Generating composite keys in a new class, instead of having multiple properties
More news in the next days.