Click here to Skip to main content
15,887,485 members
Articles / Programming Languages / C#

Database First with Entity Framework

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
15 Feb 2023CPOL8 min read 24.9K   26  
Learn the basics of Entity Framework with the database-first approach
In a previous article, I wrote about the basics of Entity Framework, mainly focusing on the code-first approach. I did mention the database first a little bit, but just the idea behind it. This tutorial is specially written for the database-first approach. I am going to explain what it is and how you can use it. After this tutorial, you can use it on your own, or not… That’s up to you. I am not going to explain what Entity Framework is. You can read that in the previous article. And if you have no idea what it is, I strongly advise to read it first.

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