Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mike Two
Mike Two has asked
18
questions and find answers to
101
problems.
Stats
2.3k
EtPoint
676
Vote count
18
questions
101
answers
About
Writer of mostly working code.
Mike Two questions
Is there a way to tell which Tasks are currently running in Task Parallel Library?
Is this expected C# 4.0 Tuple equality behavior?
Why is a Nullable<T> not a valid Custom Attribute Parameter when T is?
Is yield break equivalent to returning Enumerable<T>.Empty from a method returning IEnumerable<T>
Mike Two answers
wpf: making textblock height expand when text gets too big for 1 line
Adding LambaExpression to an instance of IQueryable
Collections with events - is there a better choice than BindingList(of T)?
Modifying the sort order of a LINQ query
ReSharper - Possible Null Assignment when using Microsoft.Contracts
Unique List<T> in .NET 2
Is there an equivalent to Java's ToStringBuilder for C#? What would a good C# version feature?
What's the LINQ'ish way to do this
C# Linq Select Problem in Method Chain
Should I duplicate tests for convenience overloads?