Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 7 years ago.
Please tell me how can i install Visual Studio
any version on linux
Like UBUNTU 11.0
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 7 years ago.
Please tell me how can i install Visual Studio
any version on linux
Like UBUNTU 11.0
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.
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.