如何快速开发不依赖于其他运行时的Windows应用程序?
我是一名 C# 开发人员,我了解 .NET 如何使开发 Windows 应用程序变得更加容易。 类型安全、内存管理和出色的 IDE 只是使 .NET 应用程序开发变得轻而易举的几件事。 不幸的是,这些应用程序要求用户在安装应用程序本身之前安装 .NET 框架。 这可能会让用户感到困惑并吓跑潜在客户。
是否有任何其他开发环境可以让人们像在 C# 中一样轻松地开发 Windows 应用程序,但不需要事先安装其他运行时?
I'm a C# developer and I see how .NET makes developing Windows applications easier. Type-safety, memory management and a great IDE are but a few things that make developing .NET applications a breeze. Unfortunately these applications require the user to install .NET framework before they install the application itself. This can confuse the users and scare away potential customers.
Is there any other development environment that would allow one to develop Windows applications as easily as in C#, but without the requirement to install other runtimes beforehand?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Embarcadero Delphi 是另一个不错的候选者 http://www.codegear.com/products/delphi
Embarcadero Delphi is another good candidate http://www.codegear.com/products/delphi
您看过 RealBasic 了吗?
Have you looked at RealBasic yet?
还有一个类似于 Delphi 的免费多平台 Lazarus,请参阅 http://lazarus.freepascal.org
不太精致但免费且非常强大。 (源代码与Delphi高度兼容)
There also is a free multiplatform Delphi-alike, Lazarus, see http://lazarus.freepascal.org
less polished but free and quite powerful. (source code compatible to Delphi to a very high degree)