我应该在 ASP.Net MVC、NHibernate、LINQ、EF 中使用什么?
您好,我早些时候发布了一个问题,我得到了一些答复,我应该研究一些不同的技术。 上述哪一个(或其他随意提及的)是最受欢迎或支持最好的。
正如我之前的问题中所述,我正在学习 ASP.Net MVC。 我有 Java struts 背景,但我准备尝试了解大多数人将什么与 ASP.Net MVC 结合使用?
编辑: 我做了一个快速的 Google 趋势来尝试挑选最流行的(假设搜索最多=最受欢迎=支持最好,是的,我知道,这个概念充满了不足),那么 LINQ 是最好的方法:
Hi I posted a question a little earlier and I had some replies that I should look at some different technologies. Which of the above (or other feel free to mention) is the most popular or best supported.
As stated in my earlier question I am learning ASP.Net MVC. I come from a Java struts background but I am prepared to try and learn what the majority of people are using in conjunction with ASP.Net MVC?
Edit:
I did a quick Google Trends to try and pickup which is the most popular (assumming most searched = most popular = best supported, yes I know, a notion that is fraught with short falls) then LINQ is the best way to go:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
LINQ to SQL 是其中最简单的。 我建议您从 LINQ to SQL 开始。
NHibernate 可能看起来更接近 Java 的 Hibernate,但我强烈建议以 LiNQ to SQL 作为起点。
LINQ to SQL is the easiest of them all. I would suggest you starting with LINQ to SQL.
NHibernate may seem closer to Java's Hibernate but I strongly suggest LiNQ to SQL as a starting point.
NHibernate 是迄今为止 .NET 世界中最好的 ORM。
NHibernate is by far the best ORM in the .NET world.