Component DevExpress ASP.Net on Mono

I am a happy user of DevExpress components, although currently I'm still on the linux web host.

In another thread, I talked about my plans to move to a Windows environment to use DevExpress ASP.Net components. For some time, the DevExpress booth has been that their components are unlikely to work on Mono due to the heavy use of P / Invoke.

Having no experience with their ASP.Net components, my question is, has anyone successfully used their ASP.Net controls in Mono? I read a few posts that said they were much better off with ASP.Net materials under mono than with WinForms files.

+3
source share
1 answer

If they claim their P / Invoke controls are heavy, you can either reset the controls or reset Linux. Mono is not to blame, but only code written with Windows in mind is to blame. And in my experience, code that breaks in Linux due to the use of P / Invokes will also be 64-bit broken on Windows (since native libraries are not 32/64 bit agnostic, like managed assemblies).

+4
source

All Articles