What\'s the best approach for testing multiple db\'s in a s#arparch project? The current SetUp() code in MappingIntegrationTests tries to test each assembly against the first database.
So I\'m a couple of weeks into NHibernate so pleae bear with me. I am working on a legacy database with lots of weird issues.
I am facing an issue while trying to delete a many-to-many relationship using Fluent Nhibernate. I have following domain classes:
Because there is so little information about VB.Net and (Fluent) NHibernate to be found, I decided to write this question to all other developers finding themselves looking for more information.
My Class Client : public class Client : Entity { public Client() { ListClientObjectX = new List<ClientObjectX>();
I have started to use NHibernate 3.0 and PostgreSQL for a small project, so far the ride has been a little rough due to the NHibernate site being down and I\'m sure this answer is on their website som
Hi I am bringing about 100000 records into memory cleaning the data and inserting into a new table. After inserting around 2000 records I get the following exception.
i have just looked into hooking my application into nhibernate (fluent nhibernate) but i am having a few difficulties...
This question was asked before but the answers all show how to export the hbm files from fluentnhibernate. We are using S#arpArchitecture which wraps fluent.I am able to export the schema but what I r
There is a table of Products and Categories. Many products have one category. So, in Product mapping, how can I write the correct code to map with its category?