It is possible to generate the entity classes all be it via a NAnt task using NHibernate.
Performance does worry me, can anyone shed any light on the performance of NHibernate [EMAIL PROTECTED]
From: Frans Bouma <[EMAIL PROTECTED]> Reply-To: "Discussion of advanced .NET topics." <[email protected]> To: [email protected] Subject: Re: [ADVANCED-DOTNET] XSD -> C# classes -> XML Date: Mon, 6 Feb 2006 09:11:11 +0100 > > I think Object Relational Mapping is the way to go. I'm > not sold on > > the code generation thing. > > +2 So, you still want to write a lot of entity classes, thousands of lines of property get/set code and oh, for example xml / remoting support by hand? Code generation can help you get things done if you use the right code generator, for example one which combines it with an O/R mapper core. FB =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
=================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
