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.