有没有任何框架的Windows窗体,DB驱动应用程序开发/原型? [英] Is there any framework for Windows Forms, DB driven application development/prototyping?

查看:238
本文介绍了有没有任何框架的Windows窗体,DB驱动应用程序开发/原型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我写的是简单的数据库驱动的应用程序,80%的功能是对约15个表的CRUD操作。
来自web开发背景我想我可以覆盖几乎所有这些CRUD案例与Rails脚手架或说Django管理员。
所以我开始寻找Rails / Django样框架,但对于Windows窗体应用程序(当然我知道,富客户端应用程序
开发显着不同于Web开发,我不期望什么真的很相似)。



我很惊讶,除了各种各样的ORM(让我们称之为模型层)看起来像我留下一点选择
当涉及到View-Controller层时。也许我错过了什么?



PS。我评估了Visual Studio DataSet Designer,但它似乎只适用于最简单的情况,并且需要额外的代码为任何稍微不平凡的任务。



(添加)到目前为止我发现:


  1. TrueView for .NET (感谢Vijay Patel)

  2. NConstruct < a> .com /rel =nofollow> Windows窗体的Rocket Framework



    一切都是为了满足您的需求




    • 这使用Entity Framework作为后端

    • 将对象绑定到UI

    • 使用泛型以最小化您需要编写的代码量



    <此外,文档也做得很好,架构非常好,稳定



    我现在使用它,为我效力。


    I'm writing simple database driven application, 80% of functionality is CRUD operations on about 15 tables. Coming from web development background I figured I can cover almost all of these CRUD cases with Rails scaffolding or say Django admins. So I started to look around for Rails/Django-like framework but for Windows Forms applications (ofcourse I understand that "rich client" application development significantly differs from a web development and I'm not expecting anything really similar).

    I was surprised that except for a variety of ORMs (let's call it Model-layer) it seems like I'm left with little choice when it comes to View-Controller layer. Maybe I'm missing something?

    PS. I evaluated Visual Studio DataSet Designer, but it seems to work only for the most simple cases, and requires additional code for any slightly nontrivial task.

    (added) so far I've found:

    1. TrueView for .NET (thanks to Vijay Patel)
    2. NConstruct

    解决方案

    Did you check Rocket Framework for Windows Form

    Everything is perfectly in order to support your requirement.

    • This use Entity Framework as the back-end
    • Use Object Data Source to Auto-Bind Object to UI
    • Use Generic to minimize the amount of code you need to write

    Additionally, the documentation also is very well done and architecture is pretty good and stable too..

    I am using it right now and it is serving me pretty well

    这篇关于有没有任何框架的Windows窗体,DB驱动应用程序开发/原型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆