用于高可扩展网站的 ASP.NET ORM
这是高可扩展网站或企业应用程序的最佳选择:
- LBLGen
- .NetTiers
- LinqToSQL
- NHybernate
- 存储库模式 (CodePlex)
如果有任何其他可用,请告诉我。
Which is the best option for High Scalable Websites or Enterprise Applications:
- LBLGen
- .NetTiers
- LinqToSQL
- NHybernate
- Repository Pattern (CodePlex)
If any other available let me know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 ORMBattle.NET - 高性能通常与可扩展性相关。当然,主要是间接的:高性能通常与代码的完美性有关;真正快速意味着对所有背景问题的深刻理解以及处理这些问题的能力。
注意(或免责声明):我是与 ORMBattle.NET 创建相关的人员之一,也是 DataObjects.Net 之一 作者。
See ORMBattle.NET - high performance is usually related to scalability. Of course, mainly indirectly: high performance is related to code perfection in general; being really fast implies deep understanding of all the background issues and the ability to deal with them.
Note (or disclaimer): I'm one of persons related to creation of ORMBattle.NET, as well as one of DataObjects.Net authors.
CSLA (http://lhotka.net/) 是一个优秀的业务对象框架,肯定会扩展到商业企业应用程序。
CSLA (http://lhotka.net/) is an excellent Business Object Framework that will definitely scale up to commercial enterprise applications.