Answers for "why icollection is use with virtual keyword in c#"

C#
0

why icollection is use with virtual keyword in c#

It allows the Entity Framework to create a proxy around the virtual property so that the property can support lazy loading and more efficient change tracking.
Posted by: Guest on March-02-2022

C# Answers by Framework

Browse Popular Code Answers by Language