Best C# IDE/Compiler for Linux?
PhilipTheBucket @ PhilipTheBucket @piefed.social Posts 42Comments 125Joined 7 days ago
PhilipTheBucket @ PhilipTheBucket @piefed.social
Posts
42
Comments
125
Joined
7 days ago
Trump's Rambling Kennedy Center Announcement and Threat to Send Troops to More Cities
Jeanine Pirro, sounding drunk as always, is charging the sandwich throwing guy with a felony
More than 400 people suspected to have died from extreme heat in Arizona county
Someone who cared about the source material would actually be able to rescue "The Rings of Power" and turn it into a faithful adaptation, with this one simple trick
ShinyHunters Unveils That BreachForums Taken by Law Enforcement Agencies, Now It Is a Honeypot
'Not about crime': Maddow cracks open Trump's real motives in deploying the National Guard to D.C.
I really would not recommend specializing in C# at this point in computing history. You can do what you want obviously, but Python is much more likely to be what you want. C++ or Java might be okay if you want a job and are okay with a little bit dated / not ideal languages, or you could learn one of the proliferation of niche backend Linuxy languages, but C# has most of the drawbacks of C++ and Java without having even their relative level of popularity.
IDK what issue you're having with VSCode, but I think installing the .NET SDK and then using
dotnet
by hand from the command line, to test the install, might be a good precursor to getting it working in VSCode. But IDK why you would endeavor to do this in the first place.