Click here to Skip to main content
16,016,759 members

Comments by FedericoOrlandini (Top 1 by date)

FedericoOrlandini 30-Jul-14 8:12am View    
Reason for my vote of 1 \n Sorry but this is not the correct way to use EF. EF implements the "unit of work" like pattern: I create a context, use it and dispose it.
Also you have to evaluate the impact in memory consumption: maybe that the undisposed context will continue to reference entity that you use no long.