Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>@omair, you have you have basically five ways to obtain information about Delphi Prism</p> <p>1) The official Info </p> <ul> <li><a href="http://prismwiki.codegear.com/en/Main_Page" rel="noreferrer">Prism Wiki</a></li> <li><a href="http://www.embarcadero-info.com/whitepaper/Delphi_Prism_2010_and_Mono_WP_Brian_Long.pdf" rel="noreferrer">Developing for Mono with Delphi Prism</a></li> </ul> <p>2) Using the Blogs</p> <ul> <li><a href="http://caryjensen.blogspot.com/2009/06/introduction-to-language-integrated.html" rel="noreferrer">Introduction to Language Integrated Query with Delphi Prism: Part 1</a></li> <li><a href="http://caryjensen.blogspot.com/2009/07/introduction-to-language-integrated.html" rel="noreferrer">Introduction to Language Integrated Query with Delphi Prism, Part 2</a></li> <li><a href="http://www.andreanolanusse.com/blogen/using-linq-to-objetcs-in-delphi-prism/" rel="noreferrer">Using LINQ to Objetcs in Delphi Prism</a></li> <li><a href="http://www.codeproject.com/KB/net-languages/delphiPrismDemo.aspx" rel="noreferrer">Introduction to Delphi Prism (CodeProject)</a></li> <li><a href="http://jamiei.com/blog/2009/06/delphi-prism-cirrus-framework/" rel="noreferrer">Delphi Prism and the Cirrus Framework</a> (@jamiei blog)</li> <li><a href="http://jamiei.com/blog/2009/09/dynamically-compiling-code-with-delphi-prism/" rel="noreferrer">Dynamically compiling code with Delphi Prism</a> (@jamiei blog)</li> <li><a href="http://jamiei.com/blog/2009/10/dynamically-generating-code-with-delphi-prism/" rel="noreferrer">Dynamically generating code with Delphi Prism</a> (@jamiei blog)</li> <li><a href="http://jamiei.com/blog/2010/03/delphi-prism-and-the-microsoft-rx-framework/" rel="noreferrer">Delphi Prism and the Microsoft Rx Framework</a> (@jamiei blog)</li> </ul> <p>3) as @jamiei suggest Translate the C# or VB .Net Code to Delphi Prism is not difficult, you can use the <a href="http://code.remobjects.com/p/csharptoxy/" rel="noreferrer">C# to Oxygene</a> Tool or you can do it manually.</p> <p>4) the books</p> <ul> <li><a href="http://www.bobswart.nl/weblog/Blog.aspx?RootId=5:4065" rel="noreferrer">Delphi Prism Development Essentials Dr. Bob</a></li> <li><a href="http://www.gopac.com.mx/v3/gopache/embarcadero/LibroDelphiPrism.asp" rel="noreferrer">Delphi Prism Manual de referecnia (spanish)</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0672324431" rel="noreferrer">Delphi for .NET Developer's Guide</a> (this book is about delphi .Net but is very useful)</li> <li><a href="http://www.amazon.co.uk/NET-2-0-Delphi-Programmers-Shemitz/dp/1590593863" rel="noreferrer">.NET 2.0 for Delphi Programmers</a> (very nice book, cover intermediate and advanced topics about .Net under a Delphi Programmer Perspective)</li> </ul> <p>5) Ask in StackOverflow </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload