.NET development in Kubuntu
Hello Ubuntu community
I am a student at collegue, and I want to use Kubuntu as my main OS. Because I am programming .NET (.net 5 is ok), I need .net framework, developer pack, and Visual Studio (the ide of choice for my school). I've heard that .NET 5 has native Linux support, but I can't find Visual Studio on Microsoft's website (for linux then). Is there a not too hard way to edit my files and compile (and debug) my programs?
Thanks
Irsu85
.NET as a framework is cross-platform from Core releases. But if you're talking about IDEs then Visual Studio is not supported on Linux so far (although there is an open issue in github on that). Nevertheless, if you want to develop using .NET on Linux, you can use Rider IDE, Visual Studio Code and some other text editors/IDEs.