Skip to content

7.1.1 Entity Frameworks

ChristofferEkstrom edited this page Mar 8, 2018 · 2 revisions

Entity Framework is used as a object relational mapper. That makes it easier for .NET developers to work with a database using .NET objects. It eliminates the need for most of the data-access code that developers usually need to write.