摘要:
These are the contents of my training session about unit testing, and also have some introductions about how could we write better unit tests with NSubstitute framework. 阅读全文
摘要:
很显然,你应该不至于使用 EntityFramework 直接插入 10W 数据到数据库中,那可能得用上个几分钟。EntityFramework 最被人诟病的地方就是它的性能,处理大量数据时的效率。本文主要介绍如何通过扩展方法,为 EntityFramework 中的 DbContext 添加 BulkInsert 扩展,用以在不改变语法和使用习惯的情况加,改进数据的插入效率。 阅读全文