0
I’m learning to program using EF, I’m doing from BD First, I have a BD from another project, and I would like to create a solution based on this comic, I decided to leave very quietly, starting with a list of a certain X table, my question is: do I need to create my model classes with the same name as the tables in the database? in my bank there is an Establishment table and in the project an Establishment class that is the representation of this table, or no problem?
And why learn from something that is already obsolete?
– Maniero
and what technology would you indicate friend?
– DFernandes
The question is a bit confusing, because you use EF Core, this should be used, but it does not have DB First, so you are not using it.
– Maniero
db first was the way I meant I’m doing the project using the structure of a ready-made comic as the basis of the business, in the same way I could do the project using code first, in this case I would be creating the comic based on my business classes(models)using the Migrations...
– DFernandes