Har inga dotNet projekt pågång, är väl alltid roligt med nya saker fast tiden brukar inte räcka till några större expriment.
För att få lite fart kanske detta hjälper.
Saker du kan göra i Delphi8 men inte i C#:
\* Can link assemblies into EXE without having source code for the assemblies (using Delphi package syntax).
\* Functions in a managed Delphi for .NET code assembly can be called directly by unmanaged Win32 x86 code with no COM interop or .NET awareness.
\* Stored symbol information for faster compile time
\* Virtual constructors
\* Named constructors
\* Virtual calls from class methods
\* Resourcestrings
Ganska mycket information om D8(från Borcon):
Delphi for .NET
