Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
shay__
shay__ has asked
8
questions and find answers to
13
problems.
Stats
296
EtPoint
74
Vote count
8
questions
13
answers
About
Backend Engineer
shay__ questions
C# - What happens to a Task that throws an exception but the caller method is already done?
Json.NET - how to serialize an external class with internal constructor?
How to use Task.WhenAll() for multiple Lists of different return types?
How to check if multiple documents exist
Will every 'await' operator result in a state machine?
Is it possible to use ReSharper as a test runner ONLY?
What is the difference between Expression.Variable() and Expression.Parameter()?
shay__ answers
How do I specify a default value when the value is "null" in a spark dataframe?
call valuefactory in concurrent dictionary in async way
Using Task.Run for synchronous method in service
Checking if a thread returned to thread pool
Async Progress Bar Update
Where to use concurrency when calling an API
How to hydrate a Dictionary with the results of async calls?
Why does C# allow making an override async?
Encapsulating async method in Task.Factory.StartNew
Throttle concurrent HTTP requests from Spark executors