Click here to Skip to main content
15,888,202 members
Articles / Programming Languages / C#

Reducing Complexity using Entity Framework Core Owned Types

Rate me:
Please Sign up or sign in to vote.
4.56/5 (4 votes)
21 Mar 2021CPOL2 min read 5.9K   8  
Group fields that you do not want to appear as a reference, in a separate type using EF Core owned typed
In this post, we will take a look at EF Core’s owned types that allow you to group fields which you do not want to appear as a reference, in a separate type.

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
Technical Lead
Egypt Egypt
Mohammad Elsheimy is a developer, trainer, and technical writer currently hired by one of the leading fintech companies in Middle East, as a technical lead.

Mohammad is a MCP, MCTS, MCPD, MCSA, MCSE, and MCT expertized in Microsoft technologies, data management, analytics, Azure and DevOps solutions. He is also a Project Management Professional (PMP) and a Quranic Readings college (Al-Azhar) graduate specialized in Quranic readings, Islamic legislation, and the Arabic language.

Mohammad was born in Egypt. He loves his machine and his code more than anything else!

Currently, Mohammad runs two blogs: "Just Like [a] Magic" (http://JustLikeAMagic.com) and "مع الدوت نت" (http://WithdDotNet.net), both dedicated for programming and Microsoft technologies.

You can reach Mohammad at elsheimy[at]live[dot]com

Comments and Discussions