Saravanan
Saravanan

Reputation: 11592

how to run c#4.0(visual studio 2010) windows desktop application in linux?

I want to run c#4.0 windows Desktop application in linux?Please anybody having idea share with me...

Saravanan.P

Upvotes: 0

Views: 528

Answers (2)

Kings
Kings

Reputation: 1591

Search for "Cross-Platform" procedure. It will help you.

Use the Visual Studio .NET IDE and Grasshopper to Deploy .NET Apps on Linux!

http://dev.mainsoft.com/Default.aspx?tabid=45

Upvotes: 1

alexl
alexl

Reputation: 6851

The only way to run C# code on linux is to use the Mono project: http://www.mono-project.com/Main_Page

But maybe all the Framework 4.0 is not yet ported. You have to test to compile your application against Mono.

Hope this helps.

Upvotes: 2

Related Questions