Questions tagged [c#]

C# is a multi-paradigm programming language

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.

77 questions
57
votes
5 answers

Is knowledge of C# of any use in a Linux system?

I know C# and I like to switch between systems and use Linux. Can I use C# to build applications that will natively work on Linux? What should I do to make use of my knowledge of C# in a Linux system? Note that I'm specialized in Unity3D, but I…
Jacob
  • 1,120
45
votes
4 answers

Can I write programs in C# on Ubuntu?

I am forced to learn and practice C#, is there any applications that support and can be used to write programs in C#?
AmirRazoR
  • 3,417
16
votes
2 answers

VB.NET programming in Ubuntu

I have just started at sixth form college, and I'm going to take a Computing A-level. I have been informed all the programming in the first year is in VB.NET on Windows (I believe you are allowed more freedom in the second year...) I do have a…
8128
  • 28,868
12
votes
4 answers

How can I compile, run and decompile C# code in Ubuntu terminal?

I have a C# code which I need to compile, execute and decompile using the terminal. How can I do so?
Sonevol
  • 696
6
votes
2 answers

is there an IDE and compiler for c# in ubuntu?

Possible Duplicate: Visual Studio style tool? I'm looking for an IDE and compiler for C# in linux like visual studio or... to design forms an run programs. I'm moved to linux newly.
Hamed
  • 514
5
votes
3 answers

WPF programming in ubuntu

I want to work c# WPF. i search the net and find MonoDevelop , I want to know that is there any IDE for WPF in Ubuntu. and is that powerful as Visual studio in windows.
Hojat Sajadinia
  • 51
  • 1
  • 1
  • 3
5
votes
3 answers

Could not obtain c# compiler error when using monodevelop

I dont know whether this is considered a programming question or not, so correct me if im wrong. How can i get mono develop to compile my c# projects? At present it wont build, and i get an error saying 'could not obtain c# compiler, c# compiler not…
richzilla
  • 12,185
5
votes
2 answers

Is it possible to run ASP.NET MVC3?

I've seen somewhere that MonoDev is allowing that, but when I installed Ubuntu and MonoDev I did find only MVC1 as an option for project to create. So maybe someone does know if it really is supporting ASP.NET MVC3 (C#) and if it is then how to set…
sed
  • 541
5
votes
0 answers

Is it possible for an application (written in Mono C#) to run a console command?

I am wondering if a Mono C# application running in Ubuntu can somehow run a terminal command. For example, could the user give the program his or her password and then have the application run sudo apt-get install application-name (console requests…
Razick
  • 672
4
votes
1 answer

After installing .NET Core, where is the nuget binary?

I followed these steps to install the .NET Core SDK. After I installed it, I can only find the ~/.nuget directory that was created, but I cannot find the executable nuget. But in the Microsoft docs, it says that nuget can be install in Linux. On…
4
votes
1 answer

c# - Opening the terminal process and pass commands?

Is there a way I can start a terminal process in C# with commands executed after it starts?
4
votes
3 answers

Any IDE's in Ubuntu for Windows Development with C Sharp?

I'm wondering if you folks could steer me toward some Window's Dev IDE tools for ASP.Net and or C Sharp? Is there a good site for finding IDE's for Ubuntu? I've not totally installed yet, just looked at it and have been impressed running of DVD in…
Tim
  • 51
4
votes
4 answers

C# on Ubuntu 12.04

Is C# a good choice for Ubuntu programming? For example, Unity, or applications that will run on Ubuntu? Am I doing good wanting to learn C# when I'm determined to stick with Ubuntu and develop on it or for it? If not, can you give me reasons why?…
Not Amused
  • 888
  • 7
  • 20
  • 38
3
votes
1 answer

Ubuntu terminal not waiting for Console.ReadKey() input

I'm using MonoDevelop to write C# (.NET) codes, on Ubuntu Desktop 14.0.5 LTS. While testing a simple Hello World code, I encountered a problem - earlier on windows, I used the Console.ReadKey() statement to make sure that the console doesn't…
progyammer
  • 167
  • 12
3
votes
1 answer

Is it still possible to develop C# software for Ubuntu?

I know that in the 2000s a number of popular pieces of software were written in C# for Linux. To list a few: Begal Banshee F-spot Moonlight Moonshine There was also a IDE called Monodevelop. Is it still possible to develop C#, GUI software for…
1
2 3 4 5 6