You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having private setter on aggregates objects and lists is an issue when using EF. It forces the use of temporary objects to store a denorm of the final object and to construct it after querying.
Having private setter on aggregates objects and lists is an issue when using EF. It forces the use of temporary objects to store a denorm of the final object and to construct it after querying.