Re: Drag and drop DAL
From: Roger (roger.wallin_at_luukku.com)
Date: 06/17/04
- Next message: Bill Sabey: "Re: AppUpdater not working"
- Previous message: shawn: "Re: Remoting Problem"
- In reply to: SA: "Re: Drag and drop DAL"
- Messages sorted by: [ date ] [ thread ]
Date: 17 Jun 2004 02:03:37 -0700
I think DAAB is OK. But you will probably lose some of the graphical
aid that you have got from Visual Studio in the previous technique.
I can't figure out why Visual Studio isn't offering a graphical
abstraction of the typical 3-tier (n-tier) architecture, with
different design "surfaces" for the presentation, business and
data-tier. Such a graphical abstraction would suite 90% of all
business-application forms being developed.
The infrastructure could offer smart presentation and handling of the
search-profiles, passing data through the tiers, generation of
suitable stored procedures etc.
I don't think that this kind of abstraction would destroy the
generality of Visual Studio (or dotnet). Neither would it prevent
people to choose their own programming practices, architecture and
performance improvements.
Perhaps MS just want to offer the platform and ...
Regards Roger.
"SA" <informatica@freemail.nl> wrote in message news:<OY8ntsXSEHA.4068@TK2MSFTNGP09.phx.gbl>...
> Hi,
>
> I have been using this technique in 3-tier applications for 2 years now. It
> works just fine, is very maintainable, and offers a good standardized
> approach.
>
> I use Typed DataSets as business objects, and of course, there are some
> concerns there from people who prefer a more pure OO based approach. I am
> not one of them ;o)
>
> However, for a much larger scale project I will be starting soon, I will be
> considering the Data Access App Block from MS, which is probably slightly
> different (I am guessing here...)
>
> HTH
>
> --
>
> Sven
>
>
> "Roger" <roger.wallin@luukku.com> wrote in message
> news:64adabd6.0405230636.501ac919@posting.google.com...
> > Some weeks ago I jumped into an article describing how to comply with
> > a good layered architecture, yet still being able to use the wizards
> > and other drag and drop methods that is usually used in the demos
> > describing the data-access directly from the form.
> > The idea was that any class that derives from Component will have a
> > design surface in Visual Studio. The article can be found at:
> > http://www.15seconds.com/Issue/030401.htm
> > I found this DAL surprisingly flexible. Does anyone have any
> > comments(advantages/disadvantages)?
> >
> > Regards Roger.
- Next message: Bill Sabey: "Re: AppUpdater not working"
- Previous message: shawn: "Re: Remoting Problem"
- In reply to: SA: "Re: Drag and drop DAL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|