.Net usage

0
Can .Net be used in mendix? for API's acctions likewise?
asked
1 answers
1

The Mendix application runs on a Java Virtual Machine, so unfortunately it can't directly use .NET.

 

One work around if you need specific .NET functionality would be to create a .NET application and expose a REST API on it. Mendix could then consume this REST service.

 

I hope this helps.

answered