C# vs Delphi. any ideas?
-
C# vs Delphi. any ideas? I am looking for few ideas & comments using the above technologies in, - web based application, - Large(which is good for future development) - Faster(I guess Delphi) - The development environment
There are even more facets to this. For e.g. It depends not only on your skill set but of the team you are planning to deploy. I guess finding C# resources are better than Delhpi. I would assume C# has a better development environment.
Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial
-
C# vs Delphi. any ideas? I am looking for few ideas & comments using the above technologies in, - web based application, - Large(which is good for future development) - Faster(I guess Delphi) - The development environment
Swinkaran wrote:
C# vs Delphi. any ideas?
That's like meat vs. cheese on a sandwich.
Swinkaran wrote:
- web based application
ASP.NET would be the most widely used; meaning it's easy to get devs that are familiar with it and that there's quite some documentation.
Swinkaran wrote:
- Large(which is good for future development)
What is "large" in your opinion? Does it generate a huge executable? Consist of multiple projects?
Swinkaran wrote:
- Faster(I guess Delphi)
In converting ints and adding them to a list, yes; Delphi would be faster. C# has a better overall performance, due to things like thread-pooling.
Swinkaran wrote:
- The development environment
I enjoy the VS2012 IDE; haven't seen the Delphi IDE since v6. FWIW; it's allowed to mix both languages - I'd recommend using .NET, and to plug in your Delphi-code when you find that you "need more speed" or want to juggle with pointers.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]