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:
- could same code can run on windows using mono/mono ide , can compile output os specific?
- or assuming there changes must make run them on different os, best way deploy on linux/ubuntu?
- or possible keep same code under windows development, can deployed on linux/unix environment?
sql wont work on unix you'll need convert first.
yes thats way go.
you need step 1 work out if there required changes specific os's.
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
Post a Comment