Search code examples
vb.netoopvb6blogs

What are some good resources for introducing a team of VB6 developers to the Object Oriented paradigm?


The team is familiar with ASP.NET and has been working in VB.NET for several years, but they just haven't made the transition in thinking in terms of objects. In fact, they may be a little intimidated by OOP from brief glimpses they've seen of C++ and unmanaged environments. Work has kept them busy enough that they haven't had time to properly absorb the benefits that .NET and OOP provides.

I'm looking for some lightweight resources (i.e.: blog posts, articles) that I can share with both developers and/or managers which would help to introduce the object oriented paradigm in a nicely presented fashon. The language could be in either C# or VB.NET, though VB.NET would be preferred.

Thanks!


Solution

  • Head First Object-Oriented Programming from O'Reilly & Associates by McLaughlin, et al.

    Here's a link for more: Head First OOAD

    Great book. Great series. Easy to read and easy to grasp the concepts of OO, which is what you're after with your team.

    Head First OOAD Book Cover
    (source: coverbrowser.com)