4
Answers

Creating a new code first approach to the existing Database

Photo of Naruto Reddy

Naruto Reddy

5y
624
1
Hello Everyone,
 
I have an application where my application was build-ed using Entity framework Code first approach and entities. Now I am creating a new application which should point to the same existing database, can I create my new application using code first approach with the existing database.
In my new application, I am going to add only a few entities.
Any help would be appreciated. 

Answers (4)