0
How do I get the console in c# Visual Basic?
Ok so i was learning c# and downloaded the Visual Basic community edition But there are also three windows version I need to download, so I downloaded the .NET and I canât find the console application while Iâm trying to create a new file. Am I meant to download the whole 3 windows version cause itâs way much about 15GB
2 Answers
+ 1
You will need to download the community version of visual studio, it will have c# there. It also has VB and other languages.
Next go to create a new project, select the language for c#, then select the c# console application... If it doesn't show up readily in all the templates, you can search the available templates and it will be found.
0
thank you.