-
-
What do you think about migrations-support?
-
I try to get relay ID from input.
```csharp
public class MasterDeactivationInputType : InputObjectType
{
protected override void Configure(IInputObjectTypeDescriptor descriptor)
{
…
-
Problem:
Oracle incorrectly maps the nchar field into char when creating DbCommand. This results in character corruption on add/update.
I connect to existing table. I don't run CreateDatabase using …
-
I can get all the entities marked as IsDeleted = true, applying query filters, where IsDeleted is a field of my entities.
Now, my question is very simple, how to make a soft delete in cascade with …
zinov updated
6 months ago
-
**Describe briefly what you did?**
- Apply EFCore - `CodeFirst` to the project.
- Config the `relationship` between Entities.
- Apply `Migration` to build DB (SQL)
**Do have any changes in packages…
-
Dear Sir/Madam,
I am currently evaluating feasibility of migration from Identity Server running under .NET Core 3.1 to Duende Identity Server running under .NET 6.0.
I am currently getting the …
-
FreeSql太好用了.
请在怎么在abp中集成使用?
-
I'm trying to send a request like this:
https://localhost:44394/odata/NormChemicalCapacityByCompanyCapacityToProduceApiData?$filter=contains(REGION_NAME, 't')
But I get the following error:
```…
-
I have an issue like this: https://github.com/aspnet/EntityFrameworkCore/issues/16875
Except that my Key is String which is supposed to be already nullable.
I have these classes:
```C#
public cl…