Installing and running C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Installing and running C#

I have a old windows 7 pc, 32bit architecture, i could not download latest versions of Visual Studio (free). And i need to learn C#. Does anyone have any idea, how achieve my target. I have vb6.0 installed on my pc.

27th Jun 2020, 6:38 PM
Nayan Agarwal
Nayan Agarwal - avatar
10 Answers
+ 4
Do you have uTorrent? You can get a vs from there. It doesn't have to be the latest, if it is after 2008, then it should be good.
27th Jun 2020, 7:05 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 2
Yes, Nayan Agarwal it is Microsoft‘s editor and complies the code similar to Visual Studio. That makes everything. It is modern and newly developed. You can fit it in. Used from beginner to professional. Supports many languages... You can see some tutorials in youtube. Try it and you will see.
27th Jun 2020, 9:04 PM
JaScript
JaScript - avatar
+ 2
Ja Play i used vs code, first of all debugger isn't available for my machine, as what vs code tells. As per online tutorial i used terminal {dotnet new console dotnet restore dotnet run} to get my first c# program run. Now see when we are at learning stage we write several small programs to achieve our tasks. By using the above method i have to create several projects and then edit each "program.cs" file as my requirement, this is troubling me too much.
28th Jun 2020, 7:07 AM
Nayan Agarwal
Nayan Agarwal - avatar
+ 1
You could use Visual Studio Code. Smaller and very good. https://code.visualstudio.com/download#
27th Jun 2020, 7:20 PM
JaScript
JaScript - avatar
+ 1
Ja Play does it complies the code also. Or just works like notepad++.
27th Jun 2020, 7:26 PM
Nayan Agarwal
Nayan Agarwal - avatar
+ 1
Use Visual Studio 2019 Community version https://visualstudio.microsoft.com/vs/ It's VS2019 is free to use, why compromise for lower version? And please don't use utorrent to download and install any Visual Studio, it's pirated, might come with viruses too.
31st Aug 2020, 2:45 PM
Calviղ
Calviղ - avatar
+ 1
Calviղ Thanks for Replying. VS is not supported for win7.
31st Aug 2020, 3:17 PM
Nayan Agarwal
Nayan Agarwal - avatar
0
Nayan Agarwal That's understandable. For C# it's too much trouble at the moment. For JavaScript etc. what I use it for is really good, if not the best.
28th Jun 2020, 7:50 AM
JaScript
JaScript - avatar
0
try running visual studio 2017 https://docs.microsoft.com/en-us/visualstudio/productinfo/vs2017-system-requirements-vs or visual studio 2015 https://docs.microsoft.com/en-us/visualstudio/productinfo/vs2015-sysrequirements-vs It is still visual studio, you can learn c# with it. Less requirements, just not the latest version
28th Jun 2020, 3:51 PM
sneeze
sneeze - avatar