-
This is important for some database access tools, such as These tools require properties to be virtual to operate. |
Beta Was this translation helpful? Give feedback.
Answered by
canton7
Nov 20, 2022
Replies: 1 comment 2 replies
-
It's normally a good idea to separate your database models and ViewModels -- re-using them may sound like a good idea to start with, but it quickly gets annoying, and you end up needing to separate them anyway. That said, this shouldn't be hard. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rsking
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's normally a good idea to separate your database models and ViewModels -- re-using them may sound like a good idea to start with, but it quickly gets annoying, and you end up needing to separate them anyway.
That said, this shouldn't be hard.