Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21

Details



Samuel Kodi When will you prefer to use Code First or DB First approach and why? If you have existing database already or you want to build your database first than other parts of the application then DB First approach to be used. If your prime focus is your domain classes and then create the database from your domain classes then Code first approach to be used. This ensures that you will have full control over code.
Related Topics