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.