Types of Entities in Entity Framework There are two types of Entities in Entity Framework: POCO Entities and Dynamic Proxy Entities. POCO Entities (Plain Old CLR Object) A POCO entity is a c... Read more
what is Context Class in Entity Framework in this article im writing about Context Class in Ef and Efcore as a simple , its one of most important classes in Ef , in one pranteses , you can i... Read more
How Entity Framework Works ? Here, you will see an overview of how entity framework works. Entity Framework API (EF6 & EF Core) includes the ability to map domain (entity) classes to the... Read more
What is Entity Framework ? Prior to .NET 3.5, we (developers) often used to write ADO.NET code or Enterprise Data Access Block to save or retrieve application data from the underlying databa... Read more