Mart Leet
Mart Leet
Maybe still some performance comparison with https://github.com/marcj/marshal.ts? It don't have class polymorphism, but looks to be one of the fastest in this area
Not the best example from me as something similar is explained here: https://github.com/MikaelEliasson/EntityFramework.Utilities/issues/14 My query is following: ``` var purchaseOrderHeader = Entities.PurchaseOrderHeaderDetails .Include(x => x.PurchaseOrderType) .IncludeEFU(Entities, x => x.PurchaseOrderLines .Select(line...
Almost doable with custom day view. But there is core logic there and that makes my date with time to date so I can't calculate bar width. In this way...
Yes exactly. There are also some methods for upgradeable read... Usage for me is in cache implementation, where there are many reads and if update, delete, reset occurs then all...