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
33
questions and find answers to
1
problems.
Stats
182
EtPoint
4
Vote count
33
questions
1
answers
About
Programming for kicks
Andrew White questions
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
Replacing if(x) Foreach() with Foreach.Where(x)
Keeping an application database agnostic (ADO.NET vs encapsulating DB logic)
Andrew White answers
Entity Framework generating LEFT OUTER JOINs when it should be doing INNER JOINs (multiple tables)