-
请问 模型是否支持继承,例如 company->list abstract employee 下面有2种类型 manager, worker,
-
I have the following model and DbContext:
```csharp
public record struct ProductId(int Value);
public class Product
{
public ProductId Id { get; set; }
public required string Name { …
-
Hi jkodroff,
I followed your tutorial and everything is awesome!
Except the fact that I don't know how to use it with async and await.
Can you advise how to do that?
```
var dbResult = await from us…
-
I'm trying to build MusicStore with the latest dotnet preview (version info at the bottom).
The Microsoft.AspNetCore.All reference isn't supported on netcoreapp3.0 and above:
```
/Users/sven/bin/sd…
-
After using navigation properties in many-to-many relationship I've got exceptions on every entity with navigation property. But it works well after comments code lines with navigation set.
```C#
…
-
***Short summary (3-5 sentences) describing the issue.***
$expand not working in derived class
### Assemblies affected
asp.net core 2.1.1
odata 7.1.0
### Reproduce steps
git clone https…
-
Ambient :
- DB SqlServer
- EF6 (6.4.4 version)
Consider the table "Articles" (the creation script below) and the View "v_Articles" (the creation script below),
that contains a recursion on the …
-
1) Is there any way to get a "single" change tracking entity rather than individual ones for each DBset?
2) Any issue having an implicit Update of entities when calling SaveChanges()?
2) What's…
-
I was trying to Create a Custom Class to Inherit AuditEntry and added my own property
But i am unable to use the AUTO PRESAVE
How to acheive that ?
-
## File a bug
### Include your code
[DefaultTypeMappingsTests.zip](https://github.com/user-attachments/files/17292439/DefaultTypeMappingsTests.zip)
Change between SqlServer and Sqlite by modi…