|
-
Feb 15th, 2006, 08:01 PM
#1
Thread Starter
Fanatic Member
[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.
-
Feb 16th, 2006, 03:20 AM
#2
Hyperactive Member
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.
-
Feb 16th, 2006, 03:31 AM
#3
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.
-
Feb 16th, 2006, 03:37 AM
#4
Hyperactive Member
Re: good OOP tutorial?
I'm stuck in the past...
-
Feb 16th, 2006, 03:42 AM
#5
Fanatic Member
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.
-
Feb 16th, 2006, 04:48 AM
#6
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)
-
Feb 16th, 2006, 01:21 PM
#7
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|