On 26 nov, 15:10, Kyle Baley <
k...@baley.org> wrote:
> Yeah, I pretty much do the same thing. I think NHibernate also has a way of
> updating the schema (SchemaUpdate) for subsequent iterations. If I'm feeling
> ambitious, I will put it in a build script but usually, I just add an
> [Ignore] attribute. If you use ReSharper, you can position the cursor on
> this test, press Alt-R-U-R and it will run this specific test for you,
> regardless of whether it's ignored or not.
>
> Also, this creates only the tables, no stored procedures. If you're using
> NHibernate (which I assume you do since this is a Sharp forum), they are
> largely unnecessary except possibly for reporting.
>
>
> > please bear with me on this, i'm still a newbie!
>
> >> in my traditional 3-tier apps, i was accustomed to running a code
> >> generator against an existing database and getting everything (all my
> >> entities etc) from that as a starting point from the one click...sql
> >> for stored procs, dal, bll and ui. therefore, i had to manually create
> >> the d/base first and work up from there. this is/was no great deal
> >> since sql server has a great interface for creating tables,
> >> relationships etc.
>
> >> with ddd, however, and using the t4 templates, i seem to need to first
> >> create the entities, manually, one by one, by tweaking the template(s)
> >> and after that, create the tables manually, one by one, then create
> >> the stored procedures, etc. is this the case? seems like (relatively)
> >> a lot of work. or is there something i'm missing?
>
> >> please excuse if this is a silly question.
>
> >> --
>
> >> You received this message because you are subscribed to the Google Groups
> >> "S#arp Architecture" group.
> >> To post to this group, send email to
sharp-arc...@googlegroups.com.
> >> To unsubscribe from this group, send email to