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 trialmalikbellamy
104 PointsIs there a version of Visual Studio that can be used on a Mac OS?
I just watched video, and was wondering?
8 Answers
micram1001
33,833 PointsIf your programming in C#, you can use MonoDevelop on a Mac (http://www.monodevelop.com/).
Mohammad Laif
Courses Plus Student 22,297 PointsYes! They recently release Visual Studio for Mac! It still PREVIEW version. https://www.visualstudio.com/vs/visual-studio-mac/
William Li
Courses Plus Student 26,868 PointsVIsual Studio is WIndows only. Your best bet is to install a version of WIndow OS on Mac as virtual machine using VirtualBox or VMware.
Microsoft also released Visual Studio Code that runs cross-platform (Mac included), it's free, and open sourced code editor (NOT IDE) based on Visual Studio, more of less. I haven't tried it out yet, feel free to check it out if that interests you.
Cheers.
William Li
Courses Plus Student 26,868 PointsLike Sublime and Atom, Visual Studio Code is just a code editor, nothing more, whereas Visual Studio is a full-fledged IDE. I'd assume that you can get through the C# course using whatever tools you wish, so long as you figure out how to write the C# code and compile it for output. However, Visual Studio is the gold standard for working with C# codes, it's fair to say that it's the IDE of choice by nearly 100% of the professional C# programmers. I strongly recommend that you use Visual Studio to work through the courses at Treehouse, not just to learn the C# language, but learning how to use Visual Studio as a tool as well.
Christopher Debove
Courses Plus Student 18,373 PointsA little late =) Now there is Visual Studio on Mac : https://www.visualstudio.com/fr/vs/visual-studio-mac/?rr=https%3A%2F%2Fwww.google.fr%2F
Shelley Hicklin
22,460 PointsCan I get through the Visual Studio treehouse course using Visual Studio Code?
Shelley Hicklin
22,460 PointsThank You!
Aaron Selonke
10,323 PointsDo I need to uninstall the express version?
William Li
Courses Plus Student 26,868 PointsWilliam Li
Courses Plus Student 26,868 Pointsthanks for mentioning Mono , I totally forgot about this cross-platform IDE for .NET