views:

233

answers:

3

google search on ''delphi prism' , ''delphi prism resources'' or ''delphi prism code snippets'' reveal almost no good site at all are there any good programming site(s) with some good amount of code snippets and tutorials on delphi prism thanks in advance

A: 

Best place I find is http://prismwiki.codegear.com/en/Main_Page

There's also the various CodeGear and RemObjects newsgroups.

Lloyd
+4  A: 

Agreed, along with the Prism Documentation Wiki it's worth noting that the best resources for .NET code are nearly all composed of C# code snippet sites.

The RemObjects team have built a C# to Oxygene tool and have even integrated it into the IDE so you can copy C# code from sites such as CodeProject and the MSDN documentation and paste it directly as Delphi Prism code into the IDE.

jamiei
@jamei the C# to Oxygene tool integrated into the Delphi Prism IDE, will be available in the next official release of Delphi Prism.
RRUZ
@RRUZ I think it made it into the Delphi Prism 2010 February Release. If you bought RAD Studio 2010 with SA then I think you get the interim releases as included upgrades so 2010 customers may already have it.
jamiei
@Jamei, check the footer note of the link http://blogs.remobjects.com/blogs/mh/2010/01/20/p818 `the “February” release will ship a bit later than February, this year, as we want to align it with the public release of Visual Studio 2010, which has been announced for April. Internally, we still refer to it as the “February Release”.`
RRUZ
@RRUZ I shall consider myself corrected, my advice is to get yourself onto the Beta pronto then.
jamiei
does C# to Oxygene tool converts c# to delphi 100% ?
Omair Iqbal
Yes, It converts to Delphi Prism. I've found it to be pretty effective but there are occasional problems so YMMV.
jamiei
@Omair The problems will arise more with language features. But most code you find inline should convert fine.
Jim McKeeth
+6  A: 

@omair, you have you have basically five ways to obtain information about Delphi Prism

1) The official Info

2) Using the Blogs

3) as @jamiei suggest Translate the C# or VB .Net Code to Delphi Prism is not difficult, you can use the C# to Oxygene Tool or you can do it manually.

4) the books

5) Ask in StackOverflow

RRUZ
Good round up of resources RRUZ. Although a few of those books will be slightly confusing to beginners because of the references to the now depreciated Delphi.NET?
jamiei