Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jodrell
Jodrell has asked
20
questions and find answers to
149
problems.
Stats
3.7k
EtPoint
1.1k
Vote count
20
questions
149
answers
About
Full-stack Software Developer on a Microsoft axis.
Jodrell questions
Why does the conditional (ternary) operator seem significantly faster?
Making a compiled constructor expression with just the Type of the type
The union of the intersects of the 2 set combinations of a sequence of sequences
Do I use a JoinableTaskFactory with AspNetCore?
When to use which for?
Disposal of AsyncLazy, what is the right (easy to use and non-leaky) way?
Reuse elements of HTML
Is the string ctor the fastest way to convert an IEnumerable<char> to string
Fastest way to join strings with a prefix, suffix and separator
How to consume a BlockingCollection<T> in batches
Jodrell answers
If I have a method which returns a distinct list should I make it return ISet<T> rather than IEnumerable<T>
Built-in Cache Interface in .NET [duplicate]
How to store in a list a generic class without specifying the type?
Constant field at compiletime
How to parallelize file writing using TPL?
Find a set number of values from collection
Jagged array with two 2d array
assign to variable of struct through property
how to sort a list then sort a subset of that list
What is the meaning of static in differents parts of the code?