Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# C# Basics (Retired) Console I/O Receiving Input

Sterling Morales
Sterling Morales
3,116 Points

I want to follow along using Visual Studio instead of a workspace, but I don't know how to get the console.

I want to follow along using Visual Studio instead of a workspace, but I don't know how to get the console. PLease Help.

Pontus Bolmér
Pontus Bolmér
12,471 Points

You could download live reload server to your Visual, or your could also just open up the consol in your web browser!

Yours / Pontus

1 Answer

I think you just want to run the code in visual studio, so in this case you just have to create a new console project in vs17 and build the solution with the .NET Framework instead of using the bash (console) to run with mono.