Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

Entity Framework Fundamentals

Rate me:
Please Sign up or sign in to vote.
5.00/5 (22 votes)
5 Dec 2022CPOL16 min read 21.5K   38  
Fundamentals of Entity Framework
A lot of applications use databases and need to map the data from the database to the code. Usually, you have an object and the properties of that object are 9 out of 10 times also in the database. In the past, we used nHibernate or Automapper to map the fields from the database to the properties of an object. But since 2008, we can use Entity Framework.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Kens Learning Curve
Netherlands Netherlands
I am a C# developer for over 20 years. I worked on many different projects, different companies, and different techniques. I was a C# teacher for people diagnosed with ADHD and/or autism. Here I have set up a complete training for them to learn programming with C#, basic cloud actions, and architecture. The goal was to help them to learn developing software with C#. But the mission was to help them find a job suitable to their needs.

Now I am enjoying the freedom of traveling the world. Learning new ways to teach and bring information to people through the internet.

Comments and Discussions