Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some lightweight editors for C#? [closed]

Tags:

Are there any lightweight C# IDEs/compilers? Visual Studio is great but I find it annoying to create an extra project for every single file. Isn't there something like SciTE where you can simply type in the code, compile and run it in the console?

like image 535
maggg Avatar asked Nov 23 '10 14:11

maggg


People also ask

What editor should I use for C?

Atom. Atom is a modern, powerful IDE, which can be used for many computer programming languages including C . It is one of the highly configurable text editors. Atom is a desktop application built using web technologies.

What is a lightweight code editor?

Lightweight editors They are mainly used to open and edit a file instantly. The main difference between a “lightweight editor” and an “IDE” is that an IDE works on a project-level, so it loads much more data on start, analyzes the project structure if needed and so on.

What is the best C compiler for beginners?

1) Borland Turbo C Turbo C is one of the basic and popular compilers for the C programming language. This was first introduced in 1987; it was popular for its small size, compilation speed, and low price.

Is Visual Studio Code good for C?

Although a full-blown version of Visual Studio, such as Visual Studio Community Edition, can be great tool for doing C and C++ coding, there are many times when it can be overkill. With the addition of the C/C++ extension to Visual Studio Code, you might have what is needed in a small, cross-platform editor.


1 Answers

Hands down (for me) is LINQPad - it does so much more than LINQ.

http://linqpad.net/

like image 50
Robaticus Avatar answered Oct 11 '22 12:10

Robaticus