开源桌面应用程序架构/框架?

发布于 2024-12-10 13:10:17 字数 95 浏览 0 评论 0原文

我正在寻找像 Ruby on Rails 这样的东西,它是开源的,具有架构(MVC 或其他),但用于桌面应用程序。

你能提出什么建议吗?

谢谢。

I am looking for something like Ruby on Rails, which is open source, has an architecture (MVC or whatever) but is used for Desktop Applications.

Can you suggest anything?

Thanks.

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

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

发布评论

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

评论(2

演出会有结束 2024-12-17 13:10:17

我不知道任何桌面/胖客户端框架 - 至少没有像 Rails 等。

如果您的目标平台是 Windows,那么您将寻找基于 .Net 的平台。根据您正在做的事情,可能还有可以“提供帮助”的 Office 库,但要小心依赖性和前瞻性规划。

MS 企业库拥有各种有助于一般应用程序开发的库,并且至少有一个专门用于 UI/表示方面的库,但我从未使用过它。尽管它们不会像 Rails 那样真正为您提供应用程序结构/框架,但它们会在其他领域提供帮助。

我还建议您访问 www.codeplex.com,因为这是我所知道的最好的 windows / .net 开源网站。

I don't know of any desktop / thick-client frameworks - at least none like rails, etc.

If you're target platform is Windows then you'll be looking for .Net based platforms. Depending on what you're doing there might also be Office libraries that can "help", but be careful of dependencies and forward planning.

The MS Enterprise Libraries have various libraries that will help application development in general, and there is at least on library devoted to UI / presentation aspects but I've never used it. Although they won't really give you the application structure / framework in the way that rails does, they will help in other areas.

I also recommend looking at www.codeplex.com, as that is the best windows / .net Open Source website I know of.

空‖城人不在 2024-12-17 13:10:17

我想我已经找到了解决方案。
使用 WPF 时,Prism 库是一个不错的选择。

I think I have found a solution.
The Prism library is a good choice when using WPF.

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