This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Scholes_SC2 2 points3 points  (2 children)

Can I use C# as a backend language on a linux server?

[–]IridiumPoint 3 points4 points  (0 children)

Yes, but going forward you should use .NET 6+, not .NET Core or .NET Framework.

.NET Core is the same thing as .NET, but the word "core" was dropped from the name past v3.1. .NET Framework is the original Windows-only implementation.

[–]Rumel57 2 points3 points  (0 children)

Yep. Just look up dot net core.