Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Andrew White
Andrew White has asked
37
questions and find answers to
2
problems.
Stats
219
EtPoint
8
Vote count
37
questions
2
answers
About
Programming for kicks
Andrew White questions
How can I remove quoted string literals from a string in C#?
C#: Farm out jobs to worker processes on a multi-processor machine
C#: String split returning list of strings AND list of delimiters?
Linq: Grouping a list, sorting it and getting top x values?
Removing text in all kinds of braces
C# performance of static string[] contains() (slooooow) vs. == operator
C#: Iterating through a data table: Rows, Select() or AsEnumerable()
Calling a method in a linq foreach - how much overhead is there?
LINQ: Selecting items from a list (Group By/Select/Sum & Max!)
Design advice. Using DataTable or List<MyObject> for a generic rule checker
Andrew White answers
Algorithm to compare people names to detect identicalness
Entity Framework generating LEFT OUTER JOINs when it should be doing INNER JOINs (multiple tables)