Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Michael Bray
Michael Bray has asked
18
questions and find answers to
64
problems.
Stats
1.7k
EtPoint
503
Vote count
18
questions
64
answers
About
Programmer of almost 30 years (OMG!), currently focused on C# development.
Michael Bray questions
How can I require at least one of two optional components in WiX?
Generic Linq ordering function?
SQL Double-Outer Join?
How can I determine if a C++ object has been deallocated?
SQL Query theory question - single-statement vs multi-statement queries
Is there such a thing as a "don't care" when constraining a generic parameter to another generic interface?
Generic method isn't choosing the most specific constructor signature?
Optimal LIKE search in SQL
Unable to catch c++ exception using catch (...)
How can I determine which w3wp.exe process belongs to which web site?
Michael Bray answers
Is it possible to prevent decompilation of .NET MSIL DLL?
Fast periodic tasks in RT Linux
OOC: What is the difference between ToList() and casting to List<T> in .NET?
Cannot Convert Type System.Collection.Generic.List<T>
C quick calculation of next multiple of 4?
How best to modify and return a C# argument?
Using Action<T> as an argument in C# (mimicking a function pointer)
What is the best way to plan a recursive solution to a problem?
jQuery: is val() fast enough to use repeatedly or is it better to put the value in a variable
What is meant by htmlencode and urlencode? [duplicate]