C#数据访问方法 [英] C# Data access methods

查看:99
本文介绍了C#数据访问方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Visual Studio 2008中有多少种不同的SQL数据访问方法.它们之间有什么区别.如何根据需求选择哪种数据访问方法.

How many different SQL data access method are there in visual studio 2008. What are the difference among these. How to choose which data access method based on requirement.

推荐答案

您应该为此做过google.

我找到了.

http://blog.wekeroad.com/2007/12 /14/aspnet-mvc-choosing-your-data-access-method/ [
You should have done google for this.

I have found this.

http://blog.wekeroad.com/2007/12/14/aspnet-mvc-choosing-your-data-access-method/[^]


阅读这些文章

http://msdn.microsoft.com/en-us/library/ms178359%28v = vs.110%29.aspx [ ^ ]


数据访问方法比较-第1部分 [ ^ ]
read these articles

http://msdn.microsoft.com/en-us/library/ms178359%28v=vs.110%29.aspx[^]


A Comparison on Data Access Methods - Part 1[^]


最常见的方法可能是:

LINQ to SQL
实体框架
直接使用ADO.NET
NHibernate
其他O/RM.
The most common methods are probably these:

LINQ to SQL
Entity Framework
ADO.NET directly
NHibernate
Other O/RMs.


这篇关于C#数据访问方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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