When you have the database already, what are the prons and cons of adding EF model to your project by using the following methods? By Code First to an Existing Database approach using EF Power Tools
or the standard way of adding ADO.NET Entity Data Model
to your project and choosing Generate From Database
.
As far as I can tell these two approaches accomplish the same goal but the information in generated files is organized a bit differently.
Thanks.