Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 387 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 387 Bytes

Simple Testing EntityFramework 6 against

This is a code-first approach

  • Querying data using LINQ (base on IQueryable and IEnumerable performance-wise. Let say with 2 million records)
  • Connection resiliency
  • CRUD operations and Validations
  • Saving data
  • Asynchronous query and saving
  • Handling concurrency issues

NOTE

  • This testing project is currently under development