Please tell me how can i install Visual Studio any version on linux
Like UBUNTU 11.0
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
You need to use Mono. It allows for .NET support and the ability to run ASP.NET. You also might want to check out MonoDevelop which is an IDE like Visual Studio expect it is cross platform.
Method 2
Try Mono.
Though I can definitely see no point in trying to run something like ASP.NET with a non-native workaround under Linux. I would stick to Windows for my ASP.NET-specific development, and keep Linux for other stuff.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0