5

Can anyone recommend some decent resources for a .NET developer who wishes to get a high level overview of the Delphi language?

We are about acquire a small business whose main product is developed in Delphi and I am wanting to build up enough knowledge to be able to talk the talk with them.

Books, websites etc all appreciated.

Thanks.

Martin
  • 39,569
  • 20
  • 99
  • 130

5 Answers5

4
  • DelphiBasics gives a good overview of basic syntax, library functions etc.
  • Essential Delphi is a free e-book by Marco Cantu that should give a good overview, also of the VCL

Feel free to ask around here as well, or in the Delphi newsgroups, if you encounter specific issues :)


[edit] @Martin:

onnodb
  • 5,241
  • 1
  • 32
  • 41
3

There's also a Delphi wiki
This even has a "Beginning Delphi" page with lots of external links on it. (some of them already mentioned)

Rahul Patel
  • 5,858
  • 6
  • 46
  • 72
Andrew
  • 635
  • 5
  • 11
2

http://www.delphifeeds.com/ is a good place to start, it has most news about what is going on in the delphi community.

Fabio Gomes
  • 5,914
  • 11
  • 61
  • 77
1

There are a number of videos by Alister Christie at codegearguru - check them out :)

edit... @Martin, check out the Turbo products at CodeGear

Drew Gibson
  • 1,624
  • 3
  • 18
  • 22
0

@Martin there is a free version.

Turbo Delphi

If you are comfortable with c# you will see many similarities with Delphi.

I also found the community surrounding the newsgroups to be active and helpful. They have a smilar concept to MVPs they were called Team B (but as Borland doesn't own them the name may have changed now).

Johnno Nolan
  • 29,228
  • 19
  • 111
  • 160