[Solved] how do I learn the foundations of programming [closed]


I started with visual basic years ago with the help of youtube tutorials. After that I was so interested in programming, that I attended a school with software programming as a main subject. In this school we started with Java and we learnt how object orientation works. After that I learned C and later on C++. Now I am programming in C#, Javascript and so on.

In my opinion, all you have to do is to be interested in learning programming and choose the language you like. It’s true that after you are familiar with one language, you are able to change to another one since most of the time only the synthax differs from the language you’ve learnt.

If you start with C#, please don’t start with graphical apps like WPF or WinForms. Try to start with console applications and try to learn the basics like object orientation, type casting and so on. As far as I know the Microsoft Virtual Academy provides a lot of free videos to get into programming. Just check some of them out.

Link: https://mva.microsoft.com/en-US/training-courses/programming-in-c-jump-start-14254?l=j0iuozSfB_6900115888

Good luck!

solved how do I learn the foundations of programming [closed]