CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Thread: Design pattern

  1. #1
    Join Date
    Mar 2004
    Posts
    114

    Design pattern

    Design patterns have come up as a great obstacle in my career as a c# programmer, the more I read about them, i become more confused.Please can anyone suggest me any site or any book where common design patterns are explained with easy to understand examples in a easy language.It would be best if the examples are in either c# of vb.net.I really need to this help to save my job and career.

  2. #2
    Join Date
    Aug 2007
    Location
    Minneapolis
    Posts
    155

    Cool Re: Design pattern

    Here are some sites that I find useful:

    http://dofactory.com/Patterns/Patterns.aspx
    http://wiki.cs.uiuc.edu/PatternStories/DesignPatterns
    http://martinfowler.com/articles/ent...ePatterns.html

    If you have specific questions about specific design patterns, we could give you more ideas. . .

  3. #3
    Join Date
    Dec 2006
    Posts
    203

    Re: Design pattern

    DoFactory is from Java which is a lot like C#, and generally the tutorials there are really great.
    Sincerely,

    Martin Svendsen

  4. #4
    Join Date
    Sep 2007
    Posts
    82

    Re: Design pattern

    Hi Everyone,

    I am completely new to this forum.

    Shuvo,

    In my experience. The best way to understand patterns for me was too understand them one at a time. Maybe start with an easy pattern: Singleton. Google some examples and possibly try to find some code examples.

    There is a guy named Jean Paul Boodhoo who has done some videocasts on dnr.com (www.dotnetrocks.com). He explains patterns fairly well. You can also find his downloadable code on www.codebetter.com.

    Another good way to understand patterns is to ask online in a forum like this one. I am sure people can explain and post some examples.

    Let me know if this helps

    -zd

  5. #5
    Join Date
    Mar 2004
    Posts
    114

    Re: Design pattern

    Thanks for replying,everyone. zdavis, i could not find any videocast regarding patterns,maybe the names are not descriptive,cau you specify any url for videos?
    Last edited by shuvo; September 11th, 2007 at 11:08 PM.

  6. #6
    Join Date
    Sep 2007
    Posts
    82

    Re: Design pattern

    I am sorry that I didn't include any urls. Please see below

    http://www.dnrtv.com/default.aspx?showID=63

    This is his blog: http://codebetter.com/blogs/jean-pau...e/2007/05.aspx

    it has parts about his patterns series as well as the source code...

  7. #7
    Join Date
    Dec 2006
    Posts
    203

    Re: Design pattern

    Quote Originally Posted by Homogenn
    DoFactory is from Java which is a lot like C#, and generally the tutorials there are really great.
    I stand corrected. I was on DoFactory earlier today and found out that it actually uses C# examples.
    Sincerely,

    Martin Svendsen

  8. #8
    Join Date
    Mar 2004
    Posts
    114

    Re: Design pattern

    Thank you very much zdavis.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured