c# 4.0 - How to run C# 4.0 app on Linux OS using mono? -


i want run c# application os linux using mono. new cross platform migration? please tell procedure doing that?

thanks & regards.

it depends on type of application is. console or winforms app, may simple. mono doesn't support wpf.

well, first think you'll need install mono of course. want run moma determine application's compatibility. there's whole separate page porting winforms apps.

if well, should able run application using:

mono myapplication.exe 

after copying binaries over.

if application web service or web application, you'll want think various hosting options.

i suspect you'll want read lot of pages on mono start page.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -