Best way to for a beginner to learn programming with Linux? NET C#

Discussion in 'Linux Beginners' started by Gellis98, Sep 22, 2020.

  1. Gellis98

    Gellis98 New Member

    I have Linux Mint up and running on a virtual machine and I want to get started practicing and learning to use it for programming, I am not sure where to start, so I am asking for tips and ideas to get me started with the basics. I was thinking .NET , using C# . Much appreciated.
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  3. till

    till Super Moderator Staff Member ISPConfig Developer

    .NET langauges are mainly targeted to Windows Systems. there is a .NET Core that you can use on Linux but it makes not much sense to use .NET or C# when you want to develop for Linux. Have a look at C, C++ or Python. For some use cases, java is also a choice. And for website development, PHP or server-side JS (Node JS).
     

Share This Page