Nikita Tsukanov
Company: Avalonia OÜ
P/Invoke is very easy to use, but, sadly, works only with libraries providing C-style functions. As for object-oriented interaction with native code, it is usually implemented by means of C++/CLI which isn't compatible with .NET Core (yet) and non-Windows platforms (at all).
As .NET moves to other platforms, we encounter a problem of interaction with non-manageable part of application, which needs to be solved somehow.
In this talk, we'll see a solution which:
Company: Avalonia OÜ