I think opening the can of worms by telling other developers that they can
generate their classes/mappings is extremely dangerous. We had all kinds of
issues, both with performance and with things just plain not working, and it
is completely attributable to building our mappings and classes with a
generator.

Now, after having advanced up the learning curve a lot more (i.e. we know
enough to be dangerous now), we keep seeing things we greatly regret and end
up having to fix, often at the cost of making breaking changes across the
whole app, which definitely pisses people off, and wouldn't even be sanely
possible without Resharper.

Just 2c from someone who's touched the hot stove a few times...
-e

On Thu, Nov 20, 2008 at 8:10 AM, Stefan Sedich <[EMAIL PROTECTED]>wrote:

>
> Or you can use Linq to EF *shudders*
>
> On Thu, Nov 20, 2008 at 10:09 PM, Fabio Maulo <[EMAIL PROTECTED]>
> wrote:
> > 2008/11/20 Humberto Marchezi <[EMAIL PROTECTED]>
> >>
> >> You all are definetely right. You have been using NHibernate only by
> >> manually implementing the POCO and XML mappings.
> >>
> >> The reason I am asking this is that I want to present NHibernate as an
> >> alternative to Linq-to-SQL to a group of developers here. The
> >> auto-generating capability of Linq-to-SQL doesn´t seem to be very useful
> in
> >> the long term since it requires the developers to work in a
> >> table-oriented-way however this feature is also very powerful and
> appealing
> >> to new developers.
> >
> > Personally I don't like to deal with that choose..... each project can
> > choose how "he want die".
> >
> http://codebetter.com/blogs/david.hayden/archive/2008/10/31/linq-to-sql-is-dead-read-between-the-lines.aspx
> >
> http://ayende.com/Blog/archive/2008/10/31/microsoft-kills-linq-to-sql.aspx
> > --
> > Fabio Maulo
> >
> > >
> >
>
>
>
> --
> Stefan Sedich
> Software Developer
> http://weblogs.asp.net/stefansedich
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to