Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
David Neale
David Neale has asked
42
questions and find answers to
47
problems.
Stats
1.3k
EtPoint
326
Vote count
42
questions
47
answers
About
David Neale questions
Should I keep the size of stored fields in Solr to a minimum?
Where should logging logic sit within a DDD solution?
Exchange Web Services - Create appointment with resource but attendees cannot see resource
NDepend - Several .NET assemblies have the name {MyAssembly} but they are different
Model binding TimeSpan from integer
Accessing System.Web.Routing.RequestContext from static context in MVC 2.0
ASP.NET yellow screen of death - where does it get the stack trace from?
Single statement conditionals - why is the pattern not used for other code blocks?
Is there a reason why NullReferenceException does not give the name of the variable?
var in C# - Why can't it be used as a member variable? [duplicate]
David Neale answers
Does foreach use IEnumerator/IEnumerable for built-in types?
Maintaining the query string in ASP.Net MVC
Use of __EVENTARGUMENT in postback
Using a method vs. a property to retrieve data from a class using LINQ
Anyway to determine file size before upload?
What are the pros and cons to have a seperate project devoted to unit-tests only?
ASP.Net: Adding client side onClick to a HyperlinkField in GridView
Making methods 'internal' to remove dependencies (for unit tests) - a good practice? Any better way?
Custom DataMember names to deserialize a JSON class
What the use of inheriting from multiple classes?