1
vote
NHibernate and Multiple Database backends - Architecture question
The data types NHibernate uses depends on the Dialect used in your configuration file. When it processes the xml it looks up the proper data type dependent on this dialect for each field. You would …
7
votes
NHibernate SchemaExport does not create tables when “script” is false
The SchemaExport is part of the Hbm2Ddl utility which is really separate from NHibernate functionality. It does not use "show_sql" which is used while NHibernate is running only.
To get a …
5
votes
What’s Your Biggest Visual Studio 2008 Annoyance?
The biggest annoyance is when you open a project that was built in another version of VS it has to convert. It should be able to open any project in read-only mode for browsing.
I also do …
0
votes
Controller/Static State Class in WinForms Application - Where to put?
I don't know if this is a better way, but I am having Structuremap create my controller and database instance.
The main form has no real code in it - it just loads the first set of controls an …
