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 trialPeter Hofmann
755 Pointsc# course using visual studio, but with workspace console. Any ideas?
Couldn't find this question so here goes. I would like to study the c# course using visual basic, but with the flexibility of the workspace console. Is there any way to use them together?
In other words, is there a VS addon or emulator I can link to VS where I can run and compile the code, etc to follow with the videos?
Sorry if this is a silly question, I'm a beginner. Thanks for your time.
Edit: fixed title
2 Answers
Steven Parker
231,261 PointsI think you mean Visual Studio (not "visual basic"). And I would expect you could build the projects in VS without any special add-ons or plug-ins. You would just have to transfer the supporting files provided for you in the workspace to your VS environment.
If you continue in the C# course series, you'll find that the later courses actually use VS, and begin by having you install it if you don't have it already.
Peter Hofmann
755 PointsThanks Steven, yeah I meant visual studio. Good to know the course transitions. Thanks again!