That sounds awesome Fabio. Looking forward to seeing how that will work. Will be great for getting started with existing data stores.
Chris On Mon, Aug 10, 2009 at 12:02 PM, Fabio Maulo <[email protected]> wrote: > There will be one soon for VS2010 if somebody want help a good point where > start is studying T4 (Text Template Transformation Toolkit): > http://msdn.microsoft.com/en-us/library/bb126445.aspx > > The new integration is produced by Microsoft: > http://fabiomaulo.blogspot.com/2009/05/entity-framework-and-t4.html > > ;) > <http://msdn.microsoft.com/en-us/library/bb126445.aspx> > > 2009/8/10 Chris Nicola <[email protected]> > >> I don't believe there are any up-to-date visual tools for nHibernate >> mapping right now. I think it would be cool to have one if it could >> generate clean HBMs that could then be edited, but I still doubt I would use >> one anymore. >> >> If you are working with an existing database you can use a code generation >> tool like MyGeneration to generate your HBM files quickly and save a lot of >> time (particularly if you need to work with a lot of fields and tables). If >> your not and this is a new database you should try to create your entities >> first and then you can use SchemaExport to create DDL scripts that generate >> the database directly from your mappings. FluentNH also has a Schema >> export. >> >> Honestly, I felt the same way about visual tools once, thinking they made >> life easier. However, once you get used to working without them you will >> never want to go back. Visual tools tend to be slow, unwieldly and are >> typically full of bugs (strongly typed dataset designer is a perfect example >> of this). >> >> Chris >> >> >> >> >> On Mon, Aug 10, 2009 at 10:49 AM, mathmax <[email protected]>wrote: >> >>> >>> Hello, >>> >>> I would like to know if there is an update of this plugin for Visual >>> Studio 2008: >>> http://sourceforge.net/projects/nhibernateaddin/ >>> or any similar product for Visual Studio 2008. >>> >>> Regards, >>> >>> mathmax >>> >>> >> >> >> > > > -- > Fabio Maulo > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
