What is EF: EF is a Microsoft ORM, to perform CRUD operations in Databases. It was first introduced in year 2008.
Evolution of EF:
What is EF Core: EF core is not upgrade to EF 6.x, it is a complete new port to EF, in simple word a new product. It is built from scratch EF with a goal of ‘EF everywhere’, which means EF will run on all platforms (.NET Framework, .NET Core and Xamarin). Continue reading “Entity Framework and EF Core”