Results 1 to 33 of 33

Thread: When it comes to Visual Basic, what are the most important topics to know?

Threaded View

  1. #5
    PowerPoster i00's Avatar
    Join Date
    Mar 2002
    Location
    1/2 way accross the galaxy.. and then some
    Posts
    2,390

    Re: When it comes to Visual Basic, what are the most important topics to know?

    Way to many to list
    ... but I think that one of the most important things in ANY language is the coding structure, i.e. making sure that there are rigidly defined layers of abstraction.

    ... more specific to VB ...
    • LINQ is def a must
    • Option infer (I normally take this for granted ... but it is VITAL to good code standards)
    • Threading
    • Generics
    • Lambda functions / subs
    • I think that $"Hello{1000+2:c}" is great in VS2015 ... but don't know what it is called :P
    • and for long nights in the office I think pizza is good too ... mmmmm ... pizza....

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