Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Christos
Christos has asked
6
questions and find answers to
221
problems.
Stats
6.4k
EtPoint
2.2k
Vote count
6
questions
221
answers
About
Christos questions
Is assigning a List<int> to IEnumerable<int> beneficial or not?
tsql group by get alphanumeric column value with maximum length
List<T> vs IEnumerable<T>
faster way between to ways of iterating through all the elements of a collection in C# [duplicate]
Faster way to access the last and the first element of a List<int>
Mockito mocks locally final class but fails in Jenkins
Christos answers
How do you add a console.log method on to arrays and objects prototypes in JavaScript using the dot notation?
c# iterate list to merge item with same field
Cannot convert from Expression< Func< Entity, bool> > to Func< Entity, bool>
Sorting a C# List<> without LINQ or delegates
Which C# datatype should be used to store dates without time?
Passing an interface in Parameters C#
Find if a JSON Value contains certain text
Confused about "model" meaning(s) in ASP.NET views
LINQ to Entities does not recognize the method 'Double Parse(System.String)' cannot be translated into a store expression C# asp.net [duplicate]
what is Javascript .map equivalent in vb?