Summary In this post I show how to use dynamic compilation to allow Entity Framework to reference tables whose names are not known at compile time.
Details Entity Framework works great for the majority of scenarios; it handles tables in one database or spread across multiple databases very well.