I have an existing application that updates my database. Now currently this particular application runs in a windows environment and we just inherited a couple servers that run on a Linux environment, my question is what would be the best way to attack this situation? Should I make my application portable? Can I make a portable .net application that runs both on a windows os and a linux os? Or is there another route I should consider?
Most of my findings have been little to nothing. I looked a little into mono, but not sure if that’s what I am exactly looking for. Any open source libraries that might help?
Anupam SinghPosted Mar 11, 2015, 12:43 AM
MarcPosted Mar 11, 2015, 1:23 PM