I have xml file that I am reading in and uppdating existing records in a database.
I read the xml into a list of c# objects and iterate through them finding the corresponding record in the datbase and update it from the xml/c# values.
I then save this object - but is there any way in fluent nihibernate to add the object to a list ( could be 1000s of records) and bacth save
Bottom line it is performance I am afer - I have been using subsonic 2 and 3 and have opted for subsonic 2 as it was way faster - but I was just wonder any views on using fluent nhibernate to do this - examples etc