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 trialIan Zuniga
1,827 PointsConsole 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
231,236 PointsIn 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
4,731 PointsJay Padzensky
4,731 PointsThanks, Steven! I was unaware of that Workshop. I'll keep it in mind for future related questions.