Visual Studio: Scaffolding, EF and virtual
virtual
properties "give EF a hook into your plain C# classes and enable features such as an efficient change-tracking mechanism. The EF needs to know when a property value on a model changes, because it might need to issue a SQL UPDATE statement to reconcile those changes with the database."
Sources:
Comments
Post a Comment