New to Hydra

I have a Delphi applicatoin which I would like to start migrating to .Net (WPF). Currently everyting is 100% in Delphi. So can I create the host in .Net and migrate the Delphi Application into the .Net Host or do I have to keep it in Main app in Delphi and just make WPF (.Net) plugins and do my builds in Delphi?

The examples seem to be old, are there any new samples or documentation?

Thanks for any help or guidence.

its up to your decision: you can have .NET host and Delphi plugin or vice versa.