.NET Interop Improvements in .NET 7 | .NET Conf 2022

Поділитися
Вставка

КОМЕНТАРІ • 5

  • @jeffreyandrews3057
    @jeffreyandrews3057 2 роки тому +1

    Does this new mechanism have the ability to unload the DLL that gets imported?

  • @ChrisMiller-tz3rf
    @ChrisMiller-tz3rf Рік тому

    Really nice presentation

  • @andreassummertime
    @andreassummertime 2 роки тому

    Nice work.
    Is there a support to host dotnet 7 in an Microsoft Office host?

  • @seantan4702
    @seantan4702 5 місяців тому

    c++/cli still supported in .NET 7 / 8?

  • @tayablackrose29
    @tayablackrose29 2 роки тому

    Can you do .Net Framework/Standard interop with .Net7?
    Developers of plugins and addons for existing Net Framework applications need a way of calling net7 code in order to use it's modern features.
    We don't own the parent app code, so we can't rewrite it and companies which do have no plans of doing it in a future as it is not financially viable.
    All the info I found so far is about C++ interop with .Net7 and nothing about communication between C# code of different frameworks.