Version Info:
I am using C# 4.5, Entity Framework 6.0, and MEF.
Code and Unit Test
I created a Test Project to expl
replace
nonGeneric.Cast();
by
Enumerable.Cast(nonGeneric);