Results 1 to 4 of 4

Thread: just finished my first "book" on VB.NET and..

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2008
    Posts
    30

    Question just finished my first "book" on VB.NET and..

    i just finished my first "book" on VB.NET

    http://www.homeandlearn.co.uk/NET/vbNet.html

    now i finished this, what should i go and read now?

    any online reading you guys could recommend?

  2. #2
    PowerPoster Deepak Sakpal's Avatar
    Join Date
    Mar 2002
    Location
    Mumbai, India
    Posts
    2,424

    Re: just finished my first "book" on VB.NET and..

    I think you should now start practicing what you have learned so far. Create small projects like notepad, image viewer. This may sound like a big step but i think you should give it a try at least so that you come to know how much of .NET you need to dig.

  3. #3
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: just finished my first "book" on VB.NET and..

    Yeah if you have actually read and understood everything in all of those tutorials then I would say you are certainly ready to start just trying to create some basic programs. Like Deepak said, you can try to make your own version of programs like Notepad or a calculator or whatever. Once you get started you will find out whether or not you have really understood everything you read and of course if you get really stuck you can ask on here (after checking the MSDN documentation and google of course :P )
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  4. #4
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: just finished my first "book" on VB.NET and..

    Yea, go make a card game or something. You'd be amazed what you learn trying to write an UNO game for example. It doesn't even need "graphics", just a list of cards in text-boxes. UNO is fairly ideal too since it's more simple logic than complex strategy on the AI, so programming the computer to play the other three opponents is a very simple routine. It has very defined rules as to what you can place when and when you have to draw.

    Games aren't your thing? Try a movie/game/baseball card catalog program that stores your list of data in text files. It's a springboard for database programming.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

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