这三篇关于 DAO 模式的文章在 .NET 3.5 和 .NET 4 的 ADO.NET 中仍然相关吗?
我发现了三篇有关在 ADO.NET 中使用 DAO 模式的相关文章(它们有点过时,但它们似乎很好地阐述了 VS2005 中 ADO.NET 的本质)。
如果您是使用 VS2010 的开发人员,这些文章中的观点仍然成立吗?
(PS 我是一名 Java 开发人员,最近被选为 C#/ ASP.NET 位置)
I found three related articles on using the DAO pattern with ADO.NET (they're a bit dated, but they seem to make good points about the nature of ADO.NET as of VS2005).
If you were a developer using VS2010 would the points in these articles still hold up?
(P.S. I'm a Java developer who recently was picked up for a C#/ASP.NET position)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ADO.NET 仍然可以在所有版本的 .NET 中工作
对于某些用途,从 LINQ to SQL 或实体框架
ADO.NET still work in all version of .NET
For some uses it might be just faster and easier to start with LINQ to SQL or the Entity Framework
作为一般规则,我会忽略五年前的文章。想想过去五年这个行业发生了多大的变化。
我会使用实体框架,并直接跳过 ADO.NET 和 LINQ to SQL。
I would ignore five year old articles as a general rule. Think how much the industry has changed in the past five years.
I would use Entity Framework instead, and skip right over straight ADO.NET and LINQ to SQL.