Hydra Articles (.NET)
From RemObjects Wiki

This is the collection of Articles about Hydra for .NET
Contents |
Getting Started
This section contains topics for beginners, aimed at getting you started with your first projects and common tasks. We also recommend checkout out our full Getting Started area for Hydra for .NET, for a structured list of articles, how-tos, videos, and more.
- A Brief Tour of Hydra — This article gives a brief description of the ideas behind Hydra.
- Hydrafying your Application — This article describes a basic ideas of converting existing application into the application that powered with Hydra framework.
Hosts
- Passing interfaces between Host and Plugins — This articles describes how to establish communication between hosts and plugins via custom interfaces.
- WinForms Host — This article gives an instructions on how to create and work with a WinForms host application.
Plugins
- .NET Non-Visual Plugins — This article gives an instructions on how to work with a .NET non-visual Hydra plugins.
- Cross Platform Plugins with Hydra — This article provides a quick preview of how to mix managed (.NET) and unmanaged (Delphi) code in your application, with Cross-Platform Plugins.
- Passing interfaces between Host and Plugins — This articles describes how to establish communication between hosts and plugins via custom interfaces.
- Silverlight Visual Plugins — This article gives an instructions on how to work with a visual Hydra plugins for Silverlight.
- WinForms Visual Plugins — This article gives an instructions on how to work with a visual Hydra plugins for WinForms.
- WPF Visual Plugins — This article gives an instructions on how to work with a visual Hydra plugins for WPF.
Cross-Platform
- Passing interfaces between Host and Plugins — This articles describes how to establish communication between hosts and plugins via custom interfaces.