c# - Develop asp.net application for windows server on linux -


i use linux , not willing switch windows. need create asp.net application windows server people working visual studio on windows. work linux machine. have heard mono. can instructions , suggestions?

note application deployed on windows.

one way or going have use windows @ point. if runs fine under mono still need check on windows.

you set virtual machine on linux running windows, or have separate machine testing. if working in team else responsible of testing avoid too.

start installing mono apt-get install mono-complete. easiest visual studio setup project. using form of version control, can push code , pull linux machine. can write code on linux in preferred text editor , test running under mono. deploy windows machine/vm verify works expected on target platform.

you can check features fully, partially or not supported in mono here:

http://www.mono-project.com/docs/about-mono/compatibility/

http://www.go-mono.com/status/


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -