-
Signature pizzas have been successfully added to the database:
- Add additional seed data and the corresponding DbSets within the ApplicationDbContext class
- Be sure to update the database
- Once…
-
When nesting queries, with entities that hold owned entities, some queries no longer return the owned entity when being projected into a typed wrapper. Surprisingly when using an anonymous object ever…
-
**Summary:** When using the $expand query option in Microsoft.AspNetCore.OData, all data for the expanded entities is retrieved first, and then pagination is applied in memory. This leads to performan…
-
Hi,
Does the framework currently support TPT inheritance with EF6? I have been getting mapping errors when trying to read data from tables which have TPT inheritance.
Does the framework have a…
-
Was pointed here [from the dotnet/efcore repository.](https://github.com/dotnet/efcore/issues/28848)
The preview versions of EF7 support Table per Concrete Type inheritance which is currently incom…
-
## File a bug
When handling nullability with `Sum` from `LINQ`, EfCore surrounds the `SUM` SQL command with COALESCE (for relational databases).
The problem is that EfCore always define the 'ri…
-
You have one Security entity with multiple security types. Some security types can have unique properties that are not available to other security types. For instance, Bonds would have interest rates,…
-
```c#
using Dasync.Collections;
var booking = _dbContext.Bookings.SingleAsync(b => b.Id == id, cancellationToken);
```
This will result in the booking sometimes being grabbed, but in most case…
-
how to get from:
`string strExpression = "x => new { x.Ido, x.OtdName }";`
such expression:
`Expression result = x => new {x.Ido, x.OtdName };`
I need this to select specific fields in Gen…
-
- Also move to reference architecture
- Remove Repositories
- Add EF Back to Application
- Show benefits of using Specifications with DbContext
- Investigate testing of Specifications