tags:

views:

218

answers:

7

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.

+2  A: 

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
+4  A: 
  • 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
+1  A: 

Just a trivia -- Anders Hejlsberg, the chief architect of Delphi, is also the lead architect of C#.

Jon Limjap
+3  A: 

There's also a Delphi wiki: http://delphi.wikia.com/wiki/Main_Page This even has a "Beginning Delphi" page with lots of external links on it. (some of them already mentioned)

Andrew
A: 

Thankyou for the advice, it's given me some starting points to get on the ladder.

Is there by any chance a freebie version I can download and play with (ala the express .net versions) or is it a pay-for only product?

Martin
+1  A: 

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
A: 

@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).

John Nolan