Hi,
I created a project in Visual Studio 2012 and installed EF 6.1.3 in it. I'm trying to use the AddRange() and RemoveRange() methods of the DbSet class but it appears they are missing.
I have already added System.Data.Entity reference in my code. Am I missing some other references?