Good Delphi Prism online resources

六眼飞鱼酱① 提交于 2019-12-05 12:06:18

@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

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.

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

There's also the various CodeGear and RemObjects newsgroups.

Prism was just a rebranding of the Oxygene compiler. If you search for Oxygene then you are more likely to find resources.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!