Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What's the most important thing to learn in VB.NET??????
Posted
Updated 9-Feb-11 23:50pm
v2
Comments
jim lahey 10-Feb-11 5:38am    
I'm completely biased here, but in my humble opinion, the most important thing to learn concerning VB.net is C#

How to program in C# instead? :laugh:

Seriously, there is no one "most improtant thing".
There are a large number of important things to learn, but what they are will vary accodring to what kind of person you are, and what kind of person is answering you.

I would suggest, start at the beginning of a course book on VB, and read your way through the first few chapters, doing each exercise as it comes up.

If there is any "one most important thing" to learn when programming in any language, it is: Think first, then do. Think about what you are doing, why you are doing it. Think about what you are going to do with it later, and allow for that in the current work. Never leap into code without a good idea of what you expect!

Good luck!
 
Share this answer
 
Comments
#realJSOP 10-Feb-11 5:43am    
Proposed as answer. I think you could have ended the answer at the first sentence.
Pravin Patil, Mumbai 10-Feb-11 6:01am    
I agree with you John..It is perhaps the correct answer to this question.
Nuri Ismail 10-Feb-11 9:27am    
+5 For the good answer.

I wish I could give an additional 5 for the first sentence! :D
Manas Bhardwaj 10-Feb-11 9:42am    
very nicely explained :) +5
Sergey Alexandrovich Kryukov 10-Feb-11 11:37am    
Good, the less VB programmers the better, my 5.
--SA
Comments are an apostrophe
VB
'


and not double forwardslash or slash star
C#
//

or

/*
some comment
will go here
*/


Seriously, what a daft question, the basic syntax and programming functions surely has to be the most important, without understanding those, you cannot progress to more advanced topics.
 
Share this answer
 
v2
"Avoiding pointless questions" would be a good starting point, for VB.NET, as well as for other programming languages.

Well, the question is pointless, it isn't my fault...
:)
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 10-Feb-11 12:09pm    
I just wanted to up-vote by 5: this is second answer of my choice.
I would add: "it isn't my fault" (in this case, of course) is really bad attitude! Would you agree?
--SA
CPallini 10-Feb-11 13:11pm    
Well, it ins't my fault if you don't like: "it isn't my fault" :-)
Sergey Alexandrovich Kryukov 10-Feb-11 13:29pm    
Was that OP's "it isn's my fault" or yours? If it was yours, I apologize: the fault is not yours, indeed, no way!
--SA
CPallini 10-Feb-11 13:49pm    
:-D
VB Basics[^]learn it first then start your programming by practicing.
 
Share this answer
 
Depends on what your background is (you have not mentioned that).

Depends on whether you are coming from an object oriented background or not.
If no, then learning OOPS concepts may be more important.
If yes, then (moving to the next level), learning basic .Net concepts like the CLR, memory management etc might be more important that picking up the language.

Once you understand these basic concepts, you can concentrate on the syntax.
 
Share this answer
 
Comments
somil030 10-Feb-11 11:13am    
thanx Abhinav

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900