Consume .NET assembly in Delphi XE2
问题 I have some of the business logic implemented in .NET and some in Delphi. Now i am planning to upgrade to Delphi XE2. Do we have any provision to consume .net assembly from Delphi XE2? Update: I heard about Hydra framework which enable us to integrate managed and unmanaged code. Can anyone explain more about it with a small demo / code snippet? Update: I have tried few things on Trial version of this Hydra Framework . But it requires to modify your .NET assembly as well to create interface so