简体   繁体   English

VS 2010数据库ORM插件

[英]VS 2010 Database ORM Plugin

I am ac# business developer, not a DBA nor a Database Developer. 我是业务开发人员,不是DBA,也不是数据库开发人员。 I have fair notions & skills, but I love straightforward tools to unburden the load of simple database modeling and creating quick c# DALs so I can focus on business logic. 我有公平的想法和技能,但我喜欢简单的工具来减轻简单数据库建模的负担并创建快速的c#DAL,这样我就可以专注于业务逻辑。

I have been using Telerik ORM and AgileFX ORM (pic below) 我一直在使用Telerik ORMAgileFX ORM (下图)
Both have nice VS2010 plugins, but the first is not free, and the latter is not actively maintained, and has some weird annoying modeling bugs from time to time (though it fits exactly my plain-and-simple needs) 两者都有不错的VS2010插件,但第一个不是免费的,后者没有主动维护,并且不时有一些奇怪的烦人建模错误(虽然它完全符合我的简单和简单的需求)

What free easy plug-and-play tools would you advice that could meet my expectations ? 你会建议什么免费的即插即用工具可以满足我的期望? I am using SQL Server, DB Scheme is already set. 我使用的是SQL Server,已经设置了DB Scheme。 I just need to import & create a Data Access Layer for it. 我只需要为它导入和创建数据访问层。

在此输入图像描述

Edit : 编辑:
As pointed out by an answer, I feel a bit stupid using Tier Application when there are built-in tools as Linq-to-SQL. 正如答案所指出的,当有内置工具作为Linq-to-SQL时,我觉得使用Tier Application有点愚蠢。 Nice tutorial here 这里很好的教程

实体框架和Linq-to-SQL都内置于Visual Studio中。

Telerik OpenAccess ORM actually has a free version that you can use with SQL Server (and many other databases) with almost no limitations. Telerik OpenAccess ORM实际上有一个免费版本 ,可以与SQL Server(以及许多其他数据库)一起使用,几乎没有任何限制。

For the most part you shouldn't see any differences. 在大多数情况下,你不应该看到任何差异。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM