I have always been intrigued by Visual Studio Database Projects, and although they seem quite capable, I have never used them to a large extent outside of the simplified work involved in proving the concept. I want to try this for a new project, and I am also interested in using the EF layer on top of it, but in past test projects this has attracted some decent effort.
I'm curious: Visual Studio is ripe for product integration to support a single workflow that builds a database project, builds an EF layer on top of it, and finally creates code without intermediate steps?
We are a small team, and we do not have specialized SQL developers, and our main task is to bring the database to Visual Studio and get it under source control (TFS) and achieve strong integration between the final ones at the end. We are interested in developing into EF and will probably start simply by considering it as a simple ORM tool, if possible.
Has anyone really done this to provide an understanding of the process?
visual-studio build visual-studio-2012 entity-framework database-project
bwerks
source share