Database-first,model-first,code-first

Source: Internet
Author: User

1.Database first is based on existing databases, using some tools (such as the EF Designer provided by VS) to create entity classes, matching relationships between database objects and entity classes, and so on, you can also manually modify these automatically generated code and matching files.

2.Model first this approach is to use some tools (such as the EF Designer vs) to design the Entity Data model and the relationship between them, and then based on these entities, relationships to generate database objects and related code files.

3.Code First This approach involves writing code, such as entity objects, data relationships, and then automatically creating data objects based on existing code descriptions, but this approach is very similar to model one. The code we write ourselves is actually a code representation of the entity model, and model first describes the entity model in a visual way.

Database-first,model-first,code-first

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.