Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
sharptooth
sharptooth has asked
746
questions and find answers to
617
problems.
Stats
20.0k
EtPoint
5.5k
Vote count
746
questions
617
answers
About
sharptooth questions
How do I use SqlConnection and DataContext together?
Can some other Azure role read unwiped disk data left by my role when my role Azure VM is reclaimed?
What happens if I don't specify CompilerVersion with CSharpCodeProvider and why do most samples specify it?
Are there real life cases when deleting an incomplete type is not an error in C++?
Is System.Guid.NewGuid() always implemented through UuidCreate() on Windows?
Why does File.Delete() on a directory yield UnauthorizedAccessException?
On which occasions exactly is WM_ACTIVATE sent?
Can I use manifests to specify an optional dependency on a COM server?
"operation is not supported" when invoking an RPC call on Vista
Is concurrently overwriting a variable with the same value safe?
sharptooth answers
What happens when we dont specify datatype of arguments in a function and pass parameters to it while calling it?
Helper library for distributed algorithms programming?
protecting COM interfaces from exceptions
how to enable c++ support in visual studio 2010?
Absurd compilation
Static pointer and operator new
send a COM object with a BSTR value type in a MSMQ message
How does it convert _bstr_t to BSTR when passing as an argument?
RDTSC in C inline assembly causes segmentation fault!
Return struct as void