Pavel Voronin

Results 88 comments of Pavel Voronin

Some js will be needed on the page. If we opened `_` we can list the files, select all files matching the pattern and redirect to the latest one. If...

You do it only once (js part). Then you just copy the whole file, update the date prefix and edit it. For me it's easier than effectively doing diff by...

I understand that it is a deliberate decision not to fully support OO type of development. But it indeed causes some issues with interoperability, and thus selling F# to colleagues....

I'd rather throw sync versions of the methods and replace them with async counterparts. Sync closes the door for async extensions. > Users are frequently confused about when to use...

@roji , >temporary value management is something that EF already does - when you use regular identity columns, where the identity value is generated in the database (the default/common modeling),...

> This issue is purely about moving HiLo-style value generation from AddAsync to SaveChanges. Do I understand correctly that for HiLo strategy you are going to generate temporary values but...

This is going to be a big breaking change then.