EF Core 10.0: Support for Complex Types without using Owned Entities
EF Core 10.0 introduces a new ComplexProperty() method for mapping complex types, providing an alternative to the older Owned Entities approach.
Jaliya Udagedara — Software engineer and technical blogger sharing practical insights, fixes, and deep dives on Azure, .NET, cloud services, and developer tooling, with a strong focus on real-world problem solving and Microsoft ecosystem technologies.
27 articles from this blog
EF Core 10.0 introduces a new ComplexProperty() method for mapping complex types, providing an alternative to the older Owned Entities approach.
Microsoft announces Visual Studio 2026 Public Preview with performance improvements, new features, and the new Insiders channel.
Explains how to implement custom validation in ASP.NET Core 10.0 Minimal APIs using ValidationAttribute and IValidatableObject.
ASP.NET Core 10.0 introduces built-in validation support for Minimal APIs, covering route parameters, query strings, headers, and request bodies.
A technical guide on using HTTP actions in Azure Logic Apps to POST multipart/form-data with files and fields.
A guide on handling multipart/form-data in Azure Durable Functions HTTP Orchestration Triggers using ASP.NET Core integration.
A guide on using Azure Automation Python Runbooks to query and interact with Azure Cosmos DB for MongoDB, including package setup and connection code.