Hacker News new | ask | show | jobs
Ask HN: Now that VisualStudio is free and .NET is cross platform
5 points by majidarif 4234 days ago
Will they make Visual Studio cross platform too so you can use this awesome IDE in writing and compiling code for other platforms like linux and mac? I still haven't seen any way to compile my code from windows to linux.
3 comments

Visual Studio heavily makes use of WPF thus seriously doubt it:

http://www.mono-project.com/docs/gui/wpf/

As for using Visual Studio on Windows and cross-compilation to Linux:

http://visualgdb.com/

If you have not heard of the Mono project or http://monodevelop.com/ you should check it out. And MS recently said they're going to facilitate building Linux/OSX applications in Visual Studio.
I haven't seen anything indicating that you'll be able to run visual studio on other platforms. Just publish to run on those platforms. I'd love to be able to use VS to create windows apps from my MacBook.