c# - Deploy sql+winforms application on Linux/Ubuntu while development server is still Windows -


i have limited knowledge linux/ubuntu platform. there requirements coming though me deploy version of our desktop application on either of above platforms.

with context, have following queries in mind:

  1. could same code can run on windows using mono/mono ide , can compile output os specific?
  2. or assuming there changes must make run them on different os, best way deploy on linux/ubuntu?
  3. or possible keep same code under windows development, can deployed on linux/unix environment?

sql wont work on unix you'll need convert first.

  1. yes thats way go.

  2. you need step 1 work out if there required changes specific os's.

  3. assuming required assembly supported mono, shouldn't have - should binary compatible. that's 1 of points of il :)

if find things aren't supported mono, suggest have unix branch of code.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -