Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
WaterTree said:Between VB.NET , C++, C# and Java I would say Java is best because it has best platform independence. You can write the code once, then run it on Windows, Linux, whatever. Learning the language is pretty clear and conceptual- you don't have to waste time memorize lots of little quirks.
-Many people don't like .net because for the program to run, the end user has to install the Microsoft dotnet framework, which permanently modifies your operating system and can cause subtle conflicts with other programs. Also, the programs tend to be very big and slow, and use alot of memory. The positive side is that it is very easy to make an interface. The negative side is that it is easy to get caught up in the interface, and forget that the program code is what does the work, not the interface.
-C# is supposed to hold great promise but most schools still teach mostly C, C++, Java and Visual Basic. That means when you are learning, there are more people out there who can help you, compared to C#.
-C++ is convenient, but there are too many versions of the language and the compilers. If you try to switch compilers you waste alot of time learning the differences. The positive side is that there are several free compilers you can download. Same thing of course for C.