Kostiantyn Nesterenko

Results 3 issues of Kostiantyn Nesterenko

[living-sun.com](https://living-sun.com/uk/c/143033-aspnet-core-cache-external-web-call-for-x-time-c-aspnet-aspnet-web-api-aspnet-core-aspnet-web-api2.html) | [SO original](https://stackoverflow.com/questions/49646009/asp-net-core-cache-external-web-call-for-x-time)

It would be great to see support for `IAsyncEnumerable`, because, when pulling data from the database asynchronously, it requires to load data completely into memory in order to use synchronous...

8.x
Area: Helpers
Category: Feature

Here few useful aliases and mixins: ``` alias SolidColorBrush(key, color) { SolidColorBrush Key=$key { Color: $color } } alias Thickness(key, left, top, right, bottom) { Thickness Key=$key { Left: $left...

idea