I'm new to Entity Framework, and I have an existing database that I'd like to add a few tables to, rather than creating a database from scratch for my new tables. Is this possible with Entity Framework?
I've looked through the following MSDN articles on Code First development, and haven't been able to find the answer to my issue: