.NET on Windows to Mono on Ubuntu
Posted
by Srikanth
on Stack Overflow
See other posts from Stack Overflow
or by Srikanth
Published on 2010-04-30T03:02:36Z
Indexed on
2010/05/04
15:08 UTC
Read the original article
Hit count: 203
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..
© Stack Overflow or respective owner