Comment on ASP.NET MVC 3 Release CandidateparentComments−brunomlopes15yJust to offer a different road, you could do something like that with the previous version of MVC + Fluent NHibernate with automapping and schema_update, if I'm not mistaken :)−dan_b15yYep, this is how I work, although I don't mind tapping out the ClassMaps myself as it's not much effort.−brunomlopes15yMeh, ClassMaps for 90% of the stuff are all the same, so I love the automap ideia mostly to spare me the bother :)
Comments
Just to offer a different road, you could do something like that with the previous version of MVC + Fluent NHibernate with automapping and schema_update, if I'm not mistaken :)
Yep, this is how I work, although I don't mind tapping out the ClassMaps myself as it's not much effort.
Meh, ClassMaps for 90% of the stuff are all the same, so I love the automap ideia mostly to spare me the bother :)