Open Eric-Hanson opened 7 years ago
When using Simon Hughes EntityFramework Reverse POCO Code First Generator to create EF classes and mapping, is there any advantage in also implementing DbContextScope? Are the two even compatible?
I am using it with the Simon Hughes's POCO generator. One advantage is it is easy to make my code testable.
When using Simon Hughes EntityFramework Reverse POCO Code First Generator to create EF classes and mapping, is there any advantage in also implementing DbContextScope? Are the two even compatible?