Further reading
To learn more about the topics discussed in this chapter, you can refer to the following links:
- Value conversions: https://learn.microsoft.com/ef/core/modeling/value-conversions
- Inheritance with EF Core: https://learn.microsoft.com/ef/core/modeling/inheritance
- Owned entity types: https://learn.microsoft.com/ef/core/modeling/owned-entities
- Transactions: https://learn.microsoft.com/ef/core/saving/transactions
- Migrations: https://learn.microsoft.com/ef/core/managing-schemas/migrations
- Azure Cosmos DB intro: https://learn.microsoft.com/azure/cosmos-db/introduction
- Limitations with the EF Core Cosmos provider: https://learn.microsoft.com/ef/core/providers/cosmos/limitations
- .NET Aspire SqlServer EF Core component: https://learn.microsoft.com/en-us/dotnet/aspire/database/sql-server-entity-framework-component
- .NET Aspire Microsoft EF Core Cosmos DB component: https://learn.microsoft.com/en-us/dotnet/aspire/database/azure-cosmos-db-entity...