This question is locked. New answers and comments are not allowed.
I have the same fundamental question regarding ORM as I do with Entity Framework. I have a database with 70+ tables. Should I declare one massive model with all tables, views and stored procedures or smaller ones that are more task specific.
The issues I am concerned about are memory footprint using one model and manage changes when I have many small models where a table may exist in more that more model.
Your insight into this would be greatly appreciated.
Thanks
The issues I am concerned about are memory footprint using one model and manage changes when I have many small models where a table may exist in more that more model.
Your insight into this would be greatly appreciated.
Thanks