本文介绍了点网核与企业库或实体框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们想在Dot Net Core中开始一个新项目。我们有一个在企业库(数据访问应用程序块,日志应用程序块,异常处理应用程序块)方面经验丰富的团队,但他们是Dot Net Core的新手。我们只是想知道我们应该使用什么来进行数据访问,即企业库或实体框架。



我尝试过:



团队非常熟悉存储过程,并且在过去的4到5年中一直致力于企业库。但对实体框架不太熟悉。



谢谢

We want to start a new project in Dot Net Core. We have a team which is good experienced in Enterprise Library(Data Access Application Block, Logging Application Block, Exception Handling Application Block) but they are new to Dot Net Core. We just want your suggestions on what should we use for Data Access i.e. Enterprise Library or Entity Framework.

What I have tried:

Team is very much familiar with Stored Procedures and working on Enterprise Library from last 4-5 years. But not much familiar with entity framework.

Thanks

推荐答案


这篇关于点网核与企业库或实体框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-10 22:22