I am looking at a possibility to change my ASP.NET 2.0 application to the Mono framework. I have used the Mono Migration Analyzer tool and it does detect some P/Invoke and interop dependencies.
For example:
1) We use Excel interops and on Linux we are looking to use StarOffice/OpenOffice instead. Is there an easy way of substituting Excel with StarOffice? (I know it sounds bizarre, but I just don't want to miss out in case anyone has done it already.)
2) LDAP authentication: What could be the best alternative in Ubuntu (or an other flavour of Linux)?
3) Is there an Ajax framework for Mono? Preferably with similar controls as Atlas?
I hope I am not too ambitious here..