Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
YuvShap
YuvShap has asked
1
questions and find answers to
14
problems.
Stats
327
EtPoint
98
Vote count
1
questions
14
answers
About
YuvShap questions
EntityFramework Core Unit Testing - SQLite in-memory mode vs. The InMemory provider
YuvShap answers
Wondering if async/await Solution is clean
How to create a mock Task object for testing purposes in C#?
Automapper map to nullable DateTime property
How to truncate time part from date in linq query?
Is casting to IList and then calling ToList() when null better than plain ToList()?
How to convert DateTime to TimeSpan in Entity Framework query
Best practices to use await-async, where to start the task?
Can Linq `Where` clause query result be different depending on whether query is executed lazily or non-lazily?
Task.WhenAny with timeout waits more than timeout value
Using Moq, How do you Mock a method that uses local variables