从Visual Studio前端执行CRUD操作的不同方法 [英] Different ways to perform CRUD operation from Visual Studio front end

查看:90
本文介绍了从Visual Studio前端执行CRUD操作的不同方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的专家



热烈的问候!!!



i想知道所有可能的从Visual Studio执行CRUD操作的方法。



以下是我知道的几个



1) ADO.Net

2)实体框架

3)nHibernate

4)WCF(不确定)



请帮我拓宽我的知识



谢谢

Dear Experts

Warm Greetings!!!

i would like to know the all the possible ways to performing CRUD operation from Visual Studio.

Below are the few that i know

1) ADO.Net
2) Entity Framework
3) nHibernate
4) WCF (Not sure though)

Please help me widen my knowledge on this

Thanks

推荐答案

1.在逻辑层面,您可以使用下一代技术提供的数据访问服务:ADO.NET,实体框架或NHibernate。



2.在这些技术之上您可以使用的服务LINQ



3.在用户界面级别,您可以使用4种类型的应用程序:

a)Windows窗体 - 以及使用现有的表单控件,如 DataGridView [ ^ ]



b)WPF(Windows Presentation Foundation)和MVVM模式,以及类似的网格控件: GridView [ ^ ]



c)ASP.NET Web应用程序和 GridView网页控制 [ ^ ]我还有一篇关于使用此主题的文章:高级ASPX GridView分页和数据实体 [ ^ ]



d)ASP.NET MVC Web应用程序,在这里你可以像我在下一篇文章中那样使用 jqGrid MVC基本站点:第4步 - 使用AJAX,JSON,jQuery,LINQ和序列化在MVC 4.0中进行jqGrid集成 [ ^ ]



4.请注意,WCF用于应用程序和/或应用程序层之间的通信。
1.At the logic level you could use the data access services provided by the next technologies: ADO.NET, Entity Framework or NHibernate.

2.On top of these services you could use LINQ

3.At the user interface level you could use 4 types of applications:
a)Windows Forms - and to use the existing forms controls like DataGridView[^]

b)WPF (windows Presentation Foundation) and the MVVM pattern, and the similar control for grid: GridView[^]

c)ASP.NET web application and the GridView web control[^] I have also an article about using this topic: Advanced ASPX GridView Pagination and Data Entities[^]

d)ASP.NET MVC web application and here you could use jqGrid like I did in my next article: MVC Basic Site: Step 4 – jqGrid Integration in MVC 4.0 using AJAX, JSON, jQuery, LINQ, and Serialization[^]

4. Note that WCF is for communication between applications and/or applications layers.


谢谢Raul Iloc为您服务回答。非常有帮助
Thank you Raul Iloc for your answer. Very Helpful


这篇关于从Visual Studio前端执行CRUD操作的不同方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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