In our organization we have standards that demand a layered architecture (UI, Business, Data). With an ASP.NET 5 MVC 6 app (beta 8), why can't I add an ADO.NET Entity Data Model (.edmx) to a new project of type "Class Library (package)" that exists in the solution as a peer to my Web app? Yes, I know that I can add a project of type "Class Library" (where it is not a package) and then add the Entity Data Model to that. However, it appears that the recommended way for new development is to use the package option. Thoughts?
↧