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#

Ian Zuniga
Ian Zuniga
1,827 Points

Console in Visual Studio

Hi, I am trying to code C# in Microsoft Visual Studio, but I do not really know where is the console and where we can type the commands or what else is used instead of the console. I would appreciate your help

1 Answer

Steven Parker
Steven Parker
231,110 Points

In Visual Studio you can compile, run, debug, etc. just with menus and buttons.

If you upgrade or are still in the trial period, you might be interested in the Introduction to Visual Studio workshop.

Jay Padzensky
Jay Padzensky
4,731 Points

Thanks, Steven! I was unaware of that Workshop. I'll keep it in mind for future related questions.