Payam Yavari
Results
3
comments of
Payam Yavari
This is my most used feature in Resharper. ``` public class Foo { public string Bar { get; } } ``` To ``` public class Foo { public Foo(string bar)...
Why not used loop trough the files and call `UpChunk.createUpload` for each file? ``` const picker = document.getElementById('picker'); picker.onchange = () => { for (var i = 0; i <...
Which version is/will be the latest supported version for .NET Standard?