Results 1 to 7 of 7

Thread: [RESOLVED] good OOP tutorial?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Resolved [RESOLVED] good OOP tutorial?

    Hello all,

    I'm looking for some good online tutorials and books that go in depth into OOP and three tier programming.

    Thanks
    HoraShadow
    I do like the reward system. If you find that my post was useful, rate it.

  2. #2
    Hyperactive Member ..:RUDI:..'s Avatar
    Join Date
    Aug 2005
    Location
    Yorkshire, England! c0d: Da Vinci
    Posts
    344

    Re: good OOP tutorial?

    I don't know where there's a good tutorial.
    Last edited by ..:RUDI:..; Feb 16th, 2006 at 03:35 AM.



    My Personal Home | MageBB Home | Elders Online
    Yes, Noteme is my father.

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: good OOP tutorial?

    The Start VB.NET tutorial in my signature has a section on OOP. I don't know whether it will go to great depth or not as I haven't actually read it myself.
    Last edited by jmcilhinney; Feb 16th, 2006 at 03:37 AM.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4
    Hyperactive Member ..:RUDI:..'s Avatar
    Join Date
    Aug 2005
    Location
    Yorkshire, England! c0d: Da Vinci
    Posts
    344

    Re: good OOP tutorial?

    I'm stuck in the past...



    My Personal Home | MageBB Home | Elders Online
    Yes, Noteme is my father.

  5. #5
    Fanatic Member
    Join Date
    May 2001
    Posts
    837

    Re: good OOP tutorial?

    Any book on a .NET language will talk about the syntax of OOP features. I bought "Applying UML and Patterns" a while back. It basically walks through building a basic point of sale system with good OOP techniques while teaching you UML. It's a long read however.

    A couple other good books on OOP patterns are "Design Patterns" and "Patterns of Enterprise Application Architecture." You can pull good design ideas just by looking at how they solve common problems with patterns.

    I'd say a good rule is if you get stuck in a project, you're probably missing an object. You have to not be afraid to make your classes smaller and create more objects.
    The human brain cannot hold all of the knowledge that exists in this world, but it can hold pointers to that knowledge.

  6. #6
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: good OOP tutorial?

    Believe it or not, the Complete Idiots Guide to Visual Basic .NET was what really helped me to understand OOP, it did it ever so well, in only three chapters.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Re: good OOP tutorial?

    I got Design Patters from Wrox, and I'm looking for Complete Idiots Guide to VB.NET as well.

    Thanks guys!
    I do like the reward system. If you find that my post was useful, rate it.

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