Results 1 to 3 of 3

Thread: Best book to learn VB.net

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Location
    Tacoma, WA
    Posts
    13

    Best book to learn VB.net

    I have an easy question. What is the best book to purchase if I'm trying to understand classes in visual basic .net?

    I'm a retard at creating classes and would appreciate suggestions that are less technical in nature.
    Thanks!

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: Best book to learn VB.net

    Originally posted by mccullom
    I have an easy question. What is the best book to purchase if I'm trying to understand classes in visual basic .net?

    I'm a retard at creating classes and would appreciate suggestions that are less technical in nature.
    Thanks!
    this is good as a reference, dont think would be the best choice if you're learning everything from scratch: Programming Microsoft Visual Basic .NET (Core Reference)

    I liked this, read it a few years ago, there might have been a lot of other good books out though: Visual Basic .NET and the .NET Platform: An Advanced Guide ( http://www.amazon.com/exec/obidos/tg...glance&s=books )
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  3. #3
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    Hi,

    The ISDN of Programming Microsoft Visual Basaic.Net (Core Reference) by Francis Balena is 0-7356-1375-3. This contains two CD's, one with a temporary copy of Visual Studio.Net and the other the full text of the book AND the full text of the author's previous book on VB6.

    Please note that this book was written for VB.Net 2002.

    It is very good and complete, but you have to have patience with the author's desire to educate you completely in the theoretical reasons for needing .Net!!

    I found that the better way of learning about classes is to print out the Microsoft Help files on the subject - a bit repetitive but very clear and complete.

    Remember that classes is one of the main differences between VB6 and .Net and it is necessary to be very clear about them. Coming from VB6 it is confusing but remember that when you create a form, for example, in VB6 you are creating the actual form you will use, whereas in .Net you are creating a class (or rather a sub class) from which your application will create (instantiate) the form you will actually use at run time.

    Regards,
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

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