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
152
problems.
Stats
3.8k
EtPoint
1.1k
Vote count
20
questions
152
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
Is there a simple way of creating a list of identical objects without using a loop?
Generate unique passwords
C# How to sort a List of Strings using lambda expression depending upon a subset of characters inside each item
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