开发者

Will using Entity Framework be a good choice for databases containing tables with 80k-100k records?

I am working with VS 2010, Entity framework, SQl-Server 2005, ASP.Net web forms. Currently, I am working on the Data access layer library which soon will be a web service, using Entity Framework collaboration with different design patterns like repository pattern and some best practices that posts in different blogs. I am also test each repository using the Unit testing project. Thumbs up! Working fine.

The thing I am worried about is, will I benefit from using Entity Framework when retrieving data from tables containing 80-100k recor开发者_如何学Cds?

Thanks


I go with @SteveCav and @Craig Stuntz comment. I just tried with a table that has more than hundredth of thousands records. It just works fine.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜