|
-
Sep 19th, 2015, 11:07 PM
#5
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....
Last edited by i00; Sep 20th, 2015 at 08:55 PM.
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
|