The easiest programming language is VB.NET. Surely you can certainly learn this without having to graduate from college even you do not need school you can. Well, why I say that easy programming language is vb.net?
Because it is only according to my own experience. From start, I learned c ++ programming, go to vb.net, then to web programming. Apparently, I think the easiest remains vb.net. But I mean do not pay attention to platform yes. Anyway, the easiest to learn.
1. Already able to directly drag & drop windows components

2. There is a very helpful autocomplete

3. If there is any error like less end if, it will automatically be fixed. This is certainly very easy for us if we are still in the learning stage of programming

4. Direct exe file

5. And many more
Msgbox ("Hello World!")
- Javascript
Alert ('Hello, world!');
- C ++
#include
Int main ()
{
Std :: cout << "Hello, world!";
Return 0;
}
If a = b and b = c thenend if
- Javascript and C ++
If (a == b && b == c) {
}
Detailed and easy bug analysis and real time background compiler
- Javascript and C ++
There may be but not as good as VB.NET
And much more that you can try yourself and feel for yourself.
But in addition to the advantages, there are still shortcomings possessed by this language.
- The process is slower when compared to C ++
- There must be .netframework to run its exe.
- VB.NET takes up considerable memory
- VB.NET does not have its own database
Because it is only according to my own experience. From start, I learned c ++ programming, go to vb.net, then to web programming. Apparently, I think the easiest remains vb.net. But I mean do not pay attention to platform yes. Anyway, the easiest to learn.
Ease of using vb.net
1. Already able to directly drag & drop windows components

2. There is a very helpful autocomplete

3. If there is any error like less end if, it will automatically be fixed. This is certainly very easy for us if we are still in the learning stage of programming

4. Direct exe file

5. And many more
Comparison of VB.NET with other programming languages
Writing hello world
- VB.NETMsgbox ("Hello World!")
- Javascript
Alert ('Hello, world!');
- C ++
#include
Int main ()
{
Std :: cout << "Hello, world!";
Return 0;
}
Operator And, not, or
- VB.NETIf a = b and b = c thenend if
- Javascript and C ++
If (a == b && b == c) {
}
Error handling
- VB.NETDetailed and easy bug analysis and real time background compiler
- Javascript and C ++
There may be but not as good as VB.NET
And much more that you can try yourself and feel for yourself.
But in addition to the advantages, there are still shortcomings possessed by this language.
Lack of VB.NET
- The process is slower when compared to C ++
- There must be .netframework to run its exe.
- VB.NET takes up considerable memory
- VB.NET does not have its own database
ConversionConversion EmoticonEmoticon