Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Sam Holder
Sam Holder has asked
59
questions and find answers to
207
problems.
Stats
5.4k
EtPoint
1.6k
Vote count
59
questions
207
answers
About
Developer.
@sam_holder on twitter
#SOreadytohelp
Sam Holder questions
Can I configure TeamCity's built in TomCat server to serve static html files?
Is there a significant difference between making a [IsOneWay=true] WCF service async and calling the sync method using a Task on the client?
If I have a method which returns a distinct list should I make it return ISet<T> rather than IEnumerable<T>
can you deploy data and no assemblies via a nuget package?
With roslyn, how can I get the symbol for a specific method on a type defined in a metadata reference?
Create a generic type to find implementations of in a Resharper plugin
NCrunch doesn't mark lines as covered by tests, but they are
Resolving ambiguity in an interface which extends two other interfaces which have a method with the same name
Why does using a ConditionalAccessExpression change how my extension method works?
Can I set up a mock to always return the object given in one of the arguments?
Sam Holder answers
Can I configure TeamCity's built in TomCat server to serve static html files?
WCF Serialization Information outside class definition
SpecFlow and User Interface testing
Dependency inversion principle: trying to understand
Stop ReSharper cleanup from reordering unit tests
how to use Example table (Parametrised Scenarios) with normal "Given" statement
How to get Token in Identity after login using Form Authentication
Can I have spaces in Cucumber/SpecFlow Tags
Handling an exception as a method argument
Understanding why we use Inversion of control containers for unit testing