G
G
GetB2014-02-28 13:02:54
C++ / C#
GetB, 2014-02-28 13:02:54

EF6 CodeFirst or DatabaseFirst?

What is desirable to use in a new project?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Ishchenko, 2014-02-28
@GetB

What is your project for.
I would recommend Database First. using the built-in C# tools, you can generate an EDM model that will contain all the model classes, getters / setters, correctly write connections, and so on. As a result, you do not need to think about the correct integration of the database and the project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question