Posts
Sort by recent activity
Entity Framework does not release memory
Hi,
I used ANTS memory profiler to control the amount of memory consumed by the following example code fragment (Database First - Entity Framework 6)
using(DBContext context = new DBContext)
{
var ...