Delphi Prism 2010/2011 的优点/缺点是什么?

发布于 2024-09-06 14:34:03 字数 141 浏览 0 评论 0原文

您使用 Delphi Prism 2010 或 2011 进行了很多开发吗?如果是这样,您的主要抱怨是什么?我似乎找不到对相对较新的版本的太多批评。你用它做什么? Windows 上的 .NET 应用程序?在不同的操作系统上?你最喜欢它的什么?

谢谢!

Have you developed much with Delphi Prism 2010 or 2011? If so, what are your chief complaints? I can't seem to find much critique on the relatively new releases. What do you use it for? .NET apps on Windows? On a different OS? What do you like best about it?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

笑咖 2024-09-13 14:34:03

这是我的优缺点列表 优点

支持

  • .NET 2.0、3.0、3.5 和 4.0
  • MonoDevelop IDE 集成(多平台 IDE 支持 Windows 和 Mac OSX)
  • AOP (Cirrus) 支持
  • 并行序列
  • Futures
  • 对 Novell 的标准方面库
  • 支持 MonoTouch 为 Apple iPhone 创建应用程序,
    带有 .NET 和 Mono 的 iPod touch 和 iPad。

缺点是

This is my list of pros and cons

pros

  • Support for .NET 2.0, 3.0, 3.5 and 4.0
  • MonoDevelop IDE Integration (Multi-platform IDE supports Windows and Mac OSX)
  • AOP (Cirrus) support
  • Parallel Sequences
  • Futures
  • Standard Aspects Library
  • Support for Novell MonoTouch to create apps for Apple iPhone,
    iPod touch and iPad with .NET and Mono.

cons

  • the lack of third party support for .Net Controls like Telerik or DevExpress
  • and others great tools like Codekana or CodeRush.
  • No designer support for .NET Compact Framework 2.
尤怨 2024-09-13 14:34:03

我们有一个系统,其中有 Win32 客户端和 .NET 后端。我们通过 XML 和 SOAP 在两个系统之间传输数据。对我们来说最好的 Pro 之一是我们可以在 Win32 和 .NET 中序列化和反序列化我们的对象,并保持通用的代码库。

.NET Delphi Prism 对象 <--> XML <-->; Win32 Delphi 对象。

Delphi Prism 对象与 Win32 对象的代码相同。

We have a system where we have a Win32 client and a .NET back end. We transmit the data between the two systems via XML and SOAP. One of the best Pro's for us is that our objects we can serialize and de-serialize in both Win32 and .NET and keep a common code base.

.NET Delphi Prism Object <--> XML <--> Win32 Delphi Object.

The Delphi Prism Object is the same code as the Win32 Object.

阪姬 2024-09-13 14:34:03

我将它用于我正在开发的希伯来语词形变化程序。我使用 Prism 开始这个项目的原因有两个:我想再次使用 Pascal 进行编程,并且我发现 Delphi Prism 口头上支持跨平台开发(并且我希望我的程序能够在具有本机 GUI 的 Mac OS X 上运行)在最后)。

我认为在 Delphi Prism 中编程会让我更容易学习 Delphi。由于我不懂 C++,我一直在寻找一种用于本机 Win32 开发的强大语言。因此学习Delphi对我来说也是一个很好的目标。

I use it for the Hebrew conjugation program I am working on. The reason I started the project with Prism was two-fold: I wanted to program in Pascal again and I found out that Delphi Prism pays lip-service to crossplatform development (and I want my program to run on Mac OS X with a native GUI at the end).

I thought programming in Delphi Prism would make it easier for me to learn Delphi. Since I don't know C++ I was looking for a powerful language for native Win32 development. Hence learning Delphi was a good target for me as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文