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.
I use neither .NET nor C#, so i suggest using Internet Search Engines with Code: .NET , using C# programming on linux and Code: programming on linux There is also this: https://www.howtoforge.com/communit...or-a-first-time-linux-user.83782/#post-399369
.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).