开源桌面应用程序架构/框架?
我正在寻找像 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道任何桌面/胖客户端框架 - 至少没有像 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.
我想我已经找到了解决方案。
使用 WPF 时,Prism 库是一个不错的选择。
I think I have found a solution.
The Prism library is a good choice when using WPF.