Tagged Questions
15
votes
6answers
892 views
From Delphi to C# for Dummies
I'm a Delphi and C# coder and have been given the assignment to introduce the most fundamental concepts of .Net/C# to my coworkers in some trainings. They are seasoned Delphi Win32 coders but still ...
3
votes
1answer
214 views
How did Delphi influence the .NET Framework?
As opposed to influence on the C# language, did Delphi influence the .NET Framework too? At first glance .NET is Microsoft's version of Java, but .NET has properties similar to Delphi. Are there other ...
7
votes
9answers
565 views
What are the most common ways used to migrate a Delphi application incrementally to .NET?
If you have several million lines of Delphi code and want to incrementally migrate to .NET/C#, what strategy would you use?