In this article, Let’s see an example of Entity Framework – Database First approach If you don’t know about Entity Framework, please go through this
Category: Entity Framework
Entity Framework – Model First Approach Example
In this article, Let’s see an example of Entity Framework – Model First approach If you don’t know about Entity Framework, please go through this
Entity Framework – The type was not mapped issue solution
While working on the Entity Framework, you may face an issue with the exception saying: An unhandled exception of type ‘System.InvalidOperationException’ occurred in EntityFramework.dll The
Entity Framework – Code First Approach Example
In this article, Let’s see an example of Entity Framework – Code First approach If you don’t know about Entity Framework, please go through this
Entity Framework Basics
What is Entity Framework (EF)? Microsoft has defined the Entity Framework in following words: The Microsoft ADO.NET Entity Framework is an Object/Relational Mapping (ORM) framework