Should I rip out the Association Fixup code from my Entity Framework T4 Template?
问题 Can someone clarify my thinking on association fixup code in Entity Framework (T4 generated POCOs) please? A recent comment regarding fix-up stated 'For example code-first doesn't use them and everything still works'. I'm a little confused on this fixup stuff - seems no-one likes it - I certainly don't like it polluting my POCOs (though my reason is because of performance issues) yet it is not clear to me in what scenarios would I really need it. If I am using short-lived data context