Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What the best way in programming code first or DB first ?

user-image
Question ajoutée par Ashraf Elsaadany , Senior Software Engineer , THIQAH
Date de publication: 2016/08/08
Ahmed Al-Saggaf
par Ahmed Al-Saggaf , Business Development Manager , Future Entertainment Works

Coding first, because if you master the coding side you will know what to look for in DB design.

Utilisateur supprimé
par Utilisateur supprimé

DB Modelling First...otherwise each time db is remodelled you need to do rework for the code chnage.

Awwab Ahmed
par Awwab Ahmed , Web-Developer, Graphic-Designer. , Conobio

I Prefer Code First approch because it has more advantages while compare to DB first and Model First.

You have full control over schema in code first.

You can reverse engineer the database using the Entity Framework Power Tools.

 

More Questions Like This