Evgeny Muryshkin
Evgeny Muryshkin
@smitpatel I might have an opportunity to get back on this in couple of weeks, we just run out of time. I will try to find query that produce similar...
@smitpatel I have added benchmarking for incremental complication of this test query. https://github.com/EvgenyMuryshkin/EFCorePerf/blob/main/query.md Performance is comparable up to query 48, then EF6 falls behind.
@smitpatel I don't know what I am looking for. EF6 produced completely different join pattern then EF2, how can I create LINQ that produces same SQL queries? Please have a...
@smitpatel just single include, EF6 is faster (at the bottom - Distilled section), but as data gets added, EF6 falls behind, especially split query. See here https://github.com/EvgenyMuryshkin/EFCorePerf/blob/main/query.md ShippingUnitsWithComposites31AsSplitQuery and ShippingUnitsWithComposites32AsSplitQuery...
Hi, It only modifies the project with generated files. You manually configure for your device, pins, etc.
Hi, I understand that my solution for this problem is rather weird, and there is a better options, but I had nothing else to do :( I have net standard...
Are there any workarounds for this? I have Sdk.Web set, and $metadata does not work. ``` ``` ``` System.InvalidOperationException: The request must have an associated EDM model. Consider registering Edm...