Questions tagged [c#]

C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.

C# (pronounced see sharp) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within its .NET initiative and later approved as a standard by Ecma (ECMA-334) and ISO (ISO/IEC 23270:2006). C# is one of the programming languages designed for the Common Language Infrastructure.

C# is intended to be a simple, modern, general-purpose, object-oriented programming language. Its development team is led by Anders Hejlsberg. The most recent version is C# 4.0, which was released on April 12, 2010.

33 questions
-1
votes
1 answer

How do I set up a dev environment for c# on BodHi Linux (Ubuntu type system)

I'm very confused about my move to Linux on my laptop. I want to set up a .netCORE dev enciroment and believe I have everything installed correctly, but none of the IDEs I have tried (Atom and VSCode) work as I expect from using VisualStudio. For…
aJynks
  • 99