How to: What effect(s) can the virtual keyword have in Entity Framework 4.1 POCO Code First?
How to: What effect(s) can the virtual keyword have in Entity Framework 4.1 POCO Code First?
What effect(s) can the virtual keyword have in Entity Framework 4.1 POCO Code First?
The virtual keyword has an effect when used on properties in EF Code First. Can someone describe all its ramifications in different situations?
For instance, I know it can control lazy loadingif you use the virtual keyword on an ICollection/one-to-many relationship property, it will be lazy-loaded by default,…
View On WordPress













