

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to compile and execute C# programs on Linux?
To compile and execute C# programs on Linux, firstly you need to IDE. On Linux, one of the best IDEs is Monodevelop.
It is an open source IDE that allows you to run C# on multiple platforms i.e. Windows, Linux and MacOS. Monodevelop is also known as Xamarin Studio. It has a C# compiler to run C# programs.
Monodevelop has the following features −
Multi-platform IDE − Supports Linux, Windows and macOS.
Supports multiple languages − MonoDevelop supports multiple languages such as C#, F#, Visual Basic .NET, etc.
Integrated Debugger − It comes with an integrated debugger for debugging Mono and native applications.
Code Completion − Code completion support for C#, code templates, code folding.
- Related Questions & Answers
- How to compile and execute C# programs on Windows?
- How to compile and execute C# programs on Mac OS?
- How to Edit, Compile, and Execute a C++ Program?
- How to execute a python cgi-script under Linux?
- How to Search and Remove Directories Recursively on Linux?
- How to Install and Configure NFS Server on Linux
- How To Configure and Install Redis on Ubuntu Linux
- How to simulate delayed and dropped packets on Linux?
- How to Create a Cron Job and Execute at a Given Time in Linux
- How to Install Git on Linux
- How to activate virtualenv on Linux?
- How to Install and Configure Squid Proxy Server on Linux
- How we can execute linux command with Python CGI script?
- How to compile 32-bit program on 64- bit gcc in C and C++
- How to Install and Configure an NTP Client and Server on Linux?
Advertisements