Links

Books

  • .NET 2.0 for Delphi Programmers - by Jon Shemitz - .NET 2.0, from a Delphi point of view. .NET is a lot like Delphi. .NET has components, events, exceptions, interfaces, and objects that descend via single inheritance from a common ancestor. Delphi programmers will find .NET easier to learn than VB or MFC programmers will.

Related Vendors

  • Atozed Software - Sponsors of Indy, producers of IntraWeb, and more.
  • CodeGear - CodeGear was created by Borland's decision to separate the Developer Tools Group. CodeGear is now responsible for Delphi.
  • RemObjects Software - RemObjects Software specializes in creating infrastructure solutions for developers using the .NET, Mono and Delphi platforms, most notably including their cross platform, crss database multi-tier solution Data Abstract.

Conversion Tools

  • Delphi2CS - Delphi2CS is an assistant tool that converts Delphi code to C#. Delphi2CS creates a new project, converts each file from the original project into the new project(.csproj), and generates a report detailing what was done. After your project is converted, Delphi2CS inserts comments into your C# code alerting you to statement that will need to be changed.
  • TurnSharp - TurnSharp converts Delphi code, database connections, user interface, and component references into a Visual Studio 2005 project.

Interop Tools

  • Hydra from RemObjects - Hydra bridges the gap between the worlds of unmanaged Delphi code and Microsoft .NET. Hydra allows Delphi code to call to .NET code.
  • Managed VCL - .NET interop for Delphi Win32.

Other Tools

  • Chrome - Chrome is an Object Pascal compiler for Visual Studio. It is not 100% Delphi compatible, but shares a high degree of syntax. Instead of focusing on backwards compatibility, Chrome focused on building Object Pascal specifically for .NET. One might say that Chrome is to Delphi as C# is to C++.
  • DPack - DPack is a free collection of tools for Visual Studio 2003 and 2005. But more to the point, it implementes in Visual Studio many small things that Delphi developers sorely miss such as numbered bookmarks, and more.

Miscellaneous

  • Woo Hoo - Need a professional and entertaining speaker at your next technical event?


Copyright 2006-2007 Delphi to .NET