Is there a way to create a dylib or framework or something else with Mono and then link it to native app.
In other words, I have a bunch of business logic code written in C# and an existing Objective-C Cocoa project for Mac. Is there a way to reuse C# code in a native app.