أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
Entity Frame Work is basically an ORM Object Relational Mapping ,In which we do map our Object properties to the corresponding columns in the table , and because of the ORM we do not have to write the CRUD operation from the Scratch , Instead it will write the code for us for Create, Read, Update, and Delete method for us.