I read somewhere that you shouldn't use PLINQ on Entity Framework or SQL. I can't remember where I read it or what the reasons were, but I did some experimentation. Using traditional LINQ to Entity Framework to load a database table that's expected to gro...