Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Matthew Watson
Matthew Watson has asked
64
questions and find answers to
528
problems.
Stats
23.0k
EtPoint
9.0k
Vote count
64
questions
528
answers
About
Matthew Watson questions
How can I use CallerArgumentExpression with Visual Studio 2022 and .net Standard 2.0 or .net 4.8?
Is it possible to use the C#11 'required' modifier with .NET Framework 4.8 and .Net Standard 2.0?
Why is the error handling for IEnumerator.Current different from IEnumerator<T>.Current?
How to make DateTime.TryParse() fail if no year is specified?
Visual Studio 2012: "Live Error List" - how to turn it off?
Resharper warning casting enum to UIntPtr, but no compiler warning
TypeConverter.IsValid() uses current thread culture but TypeConverter.ConvertFrom() doesn't?
How to get the original exception when using ContinueWith()?
Linq method for creating a sequence of separate objects?
Making Guid properties threadsafe
Matthew Watson answers
Create Task without lambda
How can I use CallerArgumentExpression with Visual Studio 2022 and .net Standard 2.0 or .net 4.8?
Is it possible to use the C#11 'required' modifier with .NET Framework 4.8 and .Net Standard 2.0?
Iterable collection that can be mutated during iteration
FileTime to string
How to show custom ToString() formats in intellisense?
The thread has exited with code 0 in Windows Forms
C#: DateTime - Going through a period of days?
Processing a large file in .NET
How to find types that are direct descendants of a base class?