I am new in EF Core (5), and read about the separation of concerns, so, as I understood, for EF there is need to put attributes (like, readonly, ColumnName, table name, etc) on the model entites...
Is there a way to configure all these attributes on json
config or something like this in order do not mess the SQL Data information and the business model classes?
Say, I would like to create a class User
but in the DB the table name would be Utilisateurs
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…