Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


A good IDE for C#? filter_list
Author
Message
A good IDE for C#? #1
Hi everybody, I need a good IDE to compile and run some projects in C#, but I can't find something light and easy to install (my actual pc is pretty old, so I need something that doesn't stress it).
Everything I post here is fictional and only a fool would believe it.

[+] 2 users Like dals's post
Reply

RE: A good IDE for C#? #2
I mainly visual studio, back when I had 2gb ram I'd run it with no other programs running since it was draining the entire RAM already. couldn't stand working like that so I got an 8gb, RAM is not that expensive and as far as I know its usually enough for your computer not to crash.

Reply

RE: A good IDE for C#? #3
if you're running on a not-so powerfull machine, i'd recommend visual studio 2010, it runs perfectly under these kind of low specs, if you have a good-enough computer, you might want to try newer versions of visual studio.

you can also use VSCode but it isn't the best for c# apps.

my computer is also quite old, visual studio 2010 runs perfectly however visual studio 2017 can sometime lag a lot, but is normally running okay-ish
(This post was last modified: 12-14-2020, 11:49 PM by miso.)

Reply

RE: A good IDE for C#? #4
I haven't really used it on windows, but I think MonoDevelop should be quite lightweight compared to VS while still having a lot of features and user friendly.

Reply

RE: A good IDE for C#? #5
4 Ram, Visual studio works well

Reply

RE: A good IDE for C#? #6
I usually use Geany, simple and lightweight or even better than that is why aren't you creating your own version. Why not create on your own?
It would take up even less space in hard disk, not contain al lot of unnecessary features, could have even the features other editors do not have that you would like to it to have.

Reply

RE: A good IDE for C#? #7
Visual Studio is the best solution here for GUI applications. If I am just writing a console app I just compile on the command line, it's much easier.

visual studio 2019 keys --
enterprise: BF8Y8-GN2QH-T84XB-QVY3B-RC4DF
pro: NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y

Reply

RE: A good IDE for C#? #8
Rider by jetbrains, They are the same company who made Pycharm and intellij
tele: @negrolover

Reply

RE: A good IDE for C#? #9
(12-04-2020, 11:25 AM)dals Wrote: Hi everybody, I need a good IDE to compile and run some projects in C#, but I can't find something light and easy to install (my actual pc is pretty old, so I need something that doesn't stress it).
Didn't now people using other IDE's for C# then Visual Studio in 2022 xD
Visual Code etc. doesnt count and its only for other projects like DISCROD BOTS
Contact

Reply

RE: A good IDE for C#? #10
(12-04-2020, 11:25 AM)dals Wrote: Hi everybody, I need a good IDE to compile and run some projects in C#, but I can't find something light and easy to install (my actual pc is pretty old, so I need something that doesn't stress it).

vim/nano for writing your stuff its lightweight if you are running linux though if you are running windows there aren't many options but i guess you can go with sublime text with some plugins ? as for compiling and running process you can use
Quote:dotnet
its basically CLI .exe file usually already in your environment variable as soon as you install dotnet framework it allows you to build and run new or already existing c# projects and its basically cross platform

Reply







Users browsing this thread: 2 Guest(s)