-
Dear sfmskywalker,
I have spend a lot of time to try it using SQL Server but with much difficulty especially customized activities.
Could you kindly release a version using SQL Server?
It will be…
-
I'm extending the poc with Outbox Pattern, now i'm trying to use a centralized database.
There are 2 applications, each application only knows their own messages.
When the App1 reads the Outbox …
-
If the GRangesList that is given to runLOLA as part of the regionSetDB has names for each region set, an error results. This can be fixed by setting the names to NULL to trigger the code chunk referen…
-
Hello,
I'm using [EFCore.BulkExtensions](https://github.com/borisdj/EFCore.BulkExtensions). It's dependent on your library [when it's needed to merge objects passed with ones returned from DbConte…
-
I have a .NET 6 project, but I'm using `Program.cs` and 'Startup.cs' approach.
There is a method to add InstantAPI using `services.AddInstantAPIs();`, but no way to configure it inside `Configure(I…
Misiu updated
2 years ago
-
Our implementation of [precompiled queries](https://github.com/dotnet/efcore/issues/25009) will generate LINQ operator interceptors at publishing time, where we can have access to the EF model and per…
roji updated
2 months ago
-
I have a two models (parent, child) with GUID as PrimaryKey. In a one-to-many relation. By default, the option "ValueGeneratedOnAdd" is activated for PrimaryKey as described here:
https://learn.micr…
-
##### Environment:
- Visual Studio 2013 Update 5
- .Net 4.5 project
Nugets and versions (expand for packages.config).
```xml
```
Test are run in parallel …
-
Hi,
I trying to run a raw sql statement and map to an entity as describe here:
https://docs.microsoft.com/en-us/ef/core/querying/raw-sql
But I would like to map to a custom entity so that I can…
-
I used version 1.2.8 today to do dynamic sorting in my project. Some of my sortable properties are actually foreign keys- and since I don't want to sort by keys, but by a property on the linked object…