jdbctemplate概念和c#

发布于 2024-09-14 10:26:50 字数 165 浏览 6 评论 0 原文

有没有与 c# 的 spring jdbctemplate 类似的东西?

我不是在寻找用于 C# 的 jdbctemplate,而是寻找与 jdbctemplate 非常相似的东西。

我熟悉 ado net 和 linq toEntity,但我喜欢 jdbctemplate 的概念。

Is there something similar with spring jdbctemplate for c# ?

I am not seeking for jdbctemplate for c# but something that works very similar like jdbctemplate.

I am familiar with ado net and linq to entities, but I like the concept of jdbctemplate.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

飞烟轻若梦 2024-09-21 10:26:50

我不是 Java 人员,但我查看了 jdbctemplate 来了解它是什么,并看看我是否可以在 .NET 中想到类似的东西。

我可能离开了,但对我来说,这看起来有点类似于 Database 类。它不是完全匹配,但在概念上类似,因为它旨在抽象数据库访问并使其变得更简单。

I'm not a Java guy, but I took a look at the jdbctemplate to see what it is and see if I could think of anything similar in .NET.

I may be off, but to me that looks somewhat similar to the Database class in the Microsoft.Practices.EnterpriseLibrary.Data Application block. It's not an exact match, but something similar in concept in that it is meant to abstract database access and make it a bit simpler.

四叶草在未来唯美盛开 2024-09-21 10:26:50

Dapper 与 Spring JdbcTemplate 最相似,并且非常非常容易使用。没有上下文,没有跟踪,只是将结果映射到对象。
它是由 StackOverflow 开发人员创建的,也可能是继 EF 之后最流行的 ORM(技术上是微型 ORM)。如果您有 Pluralsight 帐户,则会有一个关于该帐户的课程由 Microsoft 员工制作,此外 Youtube 上也有大量视频。

Dapper is the most similar to Spring JdbcTemplate and very very easy to use. No context, no tracking, just mapping results to objects.
It is created by StackOverflow developers and also maybe the most popular ORM (technically micro ORM) after EF. If you have a Pluralsight account there is a course about it presented by a Microsoft employee, else there is plentiful of videos on Youtube as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文