What do you mean by POCO class in Entity Framework?
Ritesh Singh
POCO class is the class created as extension for the class created from the ef. let's assume that we have class students generated from the ef and we set our annotations then we recreate the model all annotations will be lost the the solution is POCO class