Can you list all disadvantages of Code-First model in Entity Framework 4.1, I need right decide before apply to the project, like how can we organize database structure: Like table tbCustomer must be on file group 1 and partitioning for the table at create
Table?