Image and video hosting by TinyPic

The Most Easy Programming Language

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.


Ease of using vb.net


1. Already able to directly drag & drop windows components
Bahasa Pemrograman Paling Mudah
2. There is a very helpful autocomplete
Bahasa Pemrograman Paling Mudah
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
Bahasa Pemrograman Paling Mudah
4. Direct exe file
Bahasa Pemrograman Paling Mudah

5. And many more

Comparison of VB.NET with other programming languages


Writing hello world

- VB.NET
Msgbox ("Hello World!")
- Javascript
Alert ('Hello, world!');
- C ++
#include
Int main ()
{
Std :: cout << "Hello, world!";
Return 0;
}

Operator And, not, or

- VB.NET
If a = b and b = c thenend if
- Javascript and C ++
If (a == b && b == c) {
}

Error handling

- VB.NET
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.

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


Conclusion

According to computer2151, if you as a beginner in the world of programming do not directly learn vb.net. Because it is too easy so it will be difficult for yourself to learn other programming languages. If you are familiar with easy logic, then when you study in high logic then you will be difficult. Then use vb.net if you want to create light programs such as bots or other programs that are not complex at all.
Oldest