Exforsys
+ Reply to Thread
Results 1 to 3 of 3

GoF patterns in C#

This is a discussion on GoF patterns in C# within the Software Patterns forums, part of the Testing category; Hi there, I was wondering from where i can get the source code of patterns implemented in either C# or ...

  1. #1
    myhotline@gmail.com Guest

    GoF patterns in C#

    Hi there,

    I was wondering from where i can get the source code of patterns
    implemented in either C# or Vb.NET.
    Any help or advice will be highly appreciated. Thanks in advance.
    Regards,
    -ANaive




  2. #2
    Joerg Simon Guest

    Re: GoF patterns in C#

    myhotline@gmail.com schrieb:
    > Hi there,
    >
    > I was wondering from where i can get the source code of patterns
    > implemented in either C# or Vb.NET.
    > Any help or advice will be highly appreciated. Thanks in advance.
    > Regards,
    > -ANaive
    >


    Hi:

    I first apologize that I haven't tested all sources, but my patterns
    expirience in .NET was for a little project beside University done in
    VB.NET and this is a while ago. I also didn't read any groundwork, sinze
    there was a patterns course at the University and I am a proud owner of
    the GoF .

    However:
    Singelton, Abstract Factory and Observer is implemented in a Tech
    article at the MSDN. These articles are quite good, although very basic
    (but you don't need more, I think). There is also a series of MSDN
    Webcastss about patterns, although I haven't watched them, so it would
    be nice to provide some feedback if you watch them.


    There is a website, http://www.dofactory.com/ which is too concerned
    about patterns too, and it's code is implemented in .NET. You finde the
    side under http://www.dofactory.com/Patterns/Patterns.aspx (or
    http://www.dofactory.com/ -> Developer Ressourced -> Design Pattern Code
    Library)

    There is also a couple of books for patterns in VB and C# .NET, I too
    haven't read them, but you might search amazon for Patterns .NET and
    read the feedback!


    Jörg



  3. #3
    Nick Malik [Microsoft] Guest

    Re: GoF patterns in C#

    Start with www.dofactory.com and also look in the book "Design Patterns in
    C#" by Cooper. It has a CD in the back with code.

    These are useful places for your study of DP.

    --
    --- Nick Malik [Microsoft]
    MCSD, CFPS, Certified Scrummaster
    http://blogs.msdn.com/nickmalik

    Disclaimer: Opinions expressed in this forum are my own, and not
    representative of my employer.
    I do not answer questions on behalf of my employer. I'm just a
    programmer helping programmers.
    --
    <myhotline@gmail.com> wrote in message
    news:1127464012.040691.150040@g14g2000cwa.googlegroups.com...
    > Hi there,
    >
    > I was wondering from where i can get the source code of patterns
    > implemented in either C# or Vb.NET.
    > Any help or advice will be highly appreciated. Thanks in advance.
    > Regards,
    > -ANaive
    >






    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...