BrandoCaserotti
BrandoCaserotti
The following Query: `_context.Set().AsNoTracking().Decompile().Select(fru => new { fru.Code, fru.AssociatedCants }).OrderBy(fru => fru.AssociatedCants).ToList();` produces the following SQL which could be optimized: `SELECT [fru].[Code], ( SELECT COUNT(*) FROM [FruCants] AS [f0] WHERE...
Hi there, while profiling the application using Angular DevTools I was wondering why DevExtreme components aren't using ChangeDetection.OnPush. Using it has some benefits that I'm sure you are aware of...
Hi there, I'm currently testing a saga following the example you have provided in the Wiki. I am facing a strange issue which is not related to your library but...