entity framework 4.1 - ASP.Net MVC 3 with EF 4.1: Is it possible to switch from database first to code first -
Net MVC 3 web application. I have created my model using the existing database but now, I like to use the "pattern" Is this possible? How do I tell my solution that I want to make it a table for the new model code?
Yes, but your database may not exist Note the important part about building your database: "This is by default if your connection - string indicates a SQL CE or SQL Express database file that was previously on disk You do not have to take any action manually to do this. " So the path to add to the existing database - this is not going to happen.
Comments
Post a Comment