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

Development Tools Installation

Is there a version of Visual Studio that can be used on a Mac OS?

I just watched video, and was wondering?

8 Answers

If your programming in C#, you can use MonoDevelop on a Mac (http://www.monodevelop.com/).

William Li
William Li
Courses Plus Student 26,868 Points

thanks for mentioning Mono :thumbsup:, I totally forgot about this cross-platform IDE for .NET :grinning:

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

VIsual 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
PLUS
William Li
Courses Plus Student 26,868 Points

Hi Shelley Hicklin

Like 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.

Can I get through the Visual Studio treehouse course using Visual Studio Code?

Thank You!

Aaron Selonke
Aaron Selonke
10,323 Points

Do I need to uninstall the express version?