Jay
Mon Jul 26 08:41:25 CDT 2004
Derrick,
In addition to Daniel's comments on patterns:
James W. Cooper's "Visual Basic Design Patterns - VB 6.0 and VB.NET" is a
good companion book to the GOF book. For VB developer I would recommend
having both. The GOF book for the specifics the Cooper book for the VB slant
on it.
Martin Fowler's book "Patterns of Enterprise Application Architecture"
covers a number or architecture patterns not found in the GOF book, such as
Plug-In.
http://www.martinfowler.com/eaaCatalog/plugin.html
Both of these books are also from Addison Wesley.
Hope this helps
Jay
"Derrick [MCSD]" <Derrick[underscore]Repep[at]toxicall[dot]com> wrote in
message news:uHjhCawcEHA.3928@TK2MSFTNGP09.phx.gbl...
> Nick,
>
> I've not read the GoF book (seen a lot of references to it, though!), so
> I'll take a look at it and see if it works in my scenario. Patterns by
> themselves will give me part of the solution (from my understanding of
> them); I'll check to see if there's more that I'm missing there.
>
> Thanks for the tips!
>
> Derrick
>
>
> "Nick Malik" <nickmalik@hotmail.nospam.com> wrote in message
> news:C25Mc.148521$IQ4.41267@attbi_s02...
> > Take a good look at the Factory Method and Abstract Factory patterns
from
> > the Gang of Four book [GoF].
> > One of my favorite design patterns links:
> >
http://home.earthlink.net/~huston2/dp/patterns.html
> >
> > If design patterns are a new idea to you, this may help:
> >
http://biztalkbum.blogspot.com/2004/07/how-to-learn-object-oriented.html
> >
> > HTH,
> > --- Nick
> >
> > "Derrick [MCSD]" <Derrick[underscore]Repep[at]toxicall[dot]com> wrote in
> > message news:eKENK8$bEHA.3904@TK2MSFTNGP12.phx.gbl...
> > > Hi,
> > >
> > > My company is building a suite of applications in VB.NET. Ideally, we
> > would
> > > like to build a base application framework (like the Windows MMC) that
> can
> > > accept these applications as "snap-ins". This would allow us to then
> > deploy
> > > applications as they are developed, and permit the user to add this
new
> > > functionality without requiring a new build and the headaches
associated
> > > with an updated application rollout.
> > >
> > > If anyone has any experience with this kind of application framework,
> I'd
> > > love to hear your thoughts. Links are also welcome, as I am compiling
a
> > > notebook of ideas and approaches. Please also let me know if you need
> > more
> > > information.
> > >
> > > TIA,
> > > Derrick
> > >
> > >
> >
> >
>
>