this post was submitted on 28 Oct 2021
5 points (100.0% liked)

Linux

49740 readers
756 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm about to start a new job working with C#/.NET and will try to practice before I start. How much of a pain is it to do on Linux?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 3 years ago* (last edited 3 years ago)

For simply practicing with C# and .Net you should have no trouble on Linux, but once you begin work it really depends on what version of .NET they're using at your new job. If it's modern (>= 5.0, or Core 1 through 3) you shouldn't have any trouble unless they're building Windows UI applications, but if it's .NET Framework things get dicey. Mono doesn't cover everything in .Net Framework and I would not count on it being a drop in replacement.

It's impossible for me to use a pure Linux environment for work because we maintain a lot of ASP.NET webforms projects running on .NET 4.5, but on the other hand when I want to use C# for making game projects with Godot or experiment with newer .NET stuff like Blazor there is no friction working with C#/.NET on Linux.

Like @[email protected] mentioned, Rider is a fantastic IDE that is available to you if that's your thing. I use it both on Windows and Linux, preferring it to Visual Studio. Rider is not free, however, and requires a license to use it beyond 30 days.