I need to write a program which connects to some databases and handles data within them. I must run Ubuntu. I have more experience with C#, but on windows..
Should I write the program using C# and Mono, or – would it make me many troubles and I should just go with C++? Thanks a lot!
I would use Java or Python. I’m not a big fan of the concept of running .NET code on Linux and serialization in c++ is just a complete pain in the ass. If those are really your only two options I would probably do C# but I would recommend doing something entirely different. If you’ve written C# and c++ learning enough Java or Python to get this done won’t be a whole lot of trouble.