Hello everyone and thanks for the help in advance. I am starting to lean EF and have an existing project with models already designed. I also have the database completed. Both were done manually rather than using any wizards, etc. I want to start using EF with this existing project, but am not sure whether this should be done a Code-First or DB First and whether selecting either of these will conflict with existing code or database. Also, while I like the idea of using scaffolding to create code, I prefer to know what is going on behind the scenes. Are there any tutorials for manually setting up EF?
↧