最适合数据驱动应用程序的框架 [英] Best suited framework for Data Driven Application

查看:123
本文介绍了最适合数据驱动应用程序的框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,
我将构建一个数据驱动的应用程序.我的时间有限.因此,构建此应用程序的过程将非常快.
我可以使用C#,但我知道我必须在其中编写完整的代码(演示/业务/数据访问).谁能告诉我.net 4.0中是否提供了任何框架,因此我可以不用编写代码就可以开发应用程序,并且可以像C#一样为我提供灵活性,可伸缩性和鲁棒性.
过去,我使用MS Access来开发应用程序,在其中我无须做任何事情,只需将表单/控件映射到数据库表并编写一些与业务逻辑相关的代码即可.
请建议我如何使用.NET进行相同的工作.


谢谢

Hello,
I am going to build a data driven application. I have limited amount of time for that. So, the process of building this application will be very fast.
I can use C# but i know i have to write complete code (Presentation/Business/DataAccess) in it. Can anyone tell me is there any framework provided in .net 4.0, so that i can develop my application with out such code writing burden and provide me flexibility, scalability and robustness in the same way as C# provides.
In the past i used MS Access for developing my application, in it i had to do nothing just mapping forms/Controls to the database tables and writing a little bit code related to business logics.
Please suggest me how i can do the same work with .NET.


Thanks

推荐答案

如果您使用的是ASP.net,我可以建议一个动态数据项目:

http://www.asp.net/dynamicdata [ http://blogs. msdn.com/b/adonet/archive/2010/01/25/walkthrough-poco-template-for-the-entity-framework.aspx [
If you''re using ASP.net I can suggest a dynamic data project:

http://www.asp.net/dynamicdata[^]

With VS2010 you also have the option of using Code Generation Items at various points in your application:

http://blogs.msdn.com/b/adonet/archive/2010/01/25/walkthrough-poco-template-for-the-entity-framework.aspx[^]

while the above link deals with data layer and entity model generation, you could also leverage the techniques discussed in it to generate other parts of your app.

Generally I would recommend using the Entity Framework for your data layer, that alone will make a huge difference to the amount of work you''ll have to do.


这篇关于最适合数据驱动应用程序的框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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