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
751
questions and find answers to
627
problems.
Stats
20.2k
EtPoint
5.6k
Vote count
751
questions
627
answers
About
sharptooth questions
How to manage COM objects runtime in RAII style in C# programs?
How do I inspect the SQL Server side SSL certificate used in SqlConnection?
Why is "operator bool()" invoked when I cast to "long"?
How to enforce users to create objects of class derived from mine with "new" only?
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?
sharptooth answers
Why Azure storage account has two keys?
Should the include guards be unique even between namespaces?
Azure Cloud-Service OnStop
How much data (many MB) can I uniquely identify using MD5
What's the advantage for 'attach to process' compared with 'Start Debugging'?
Confusing between object in Heap and Stack memory
C++ inline methods with same if statements
Strange error c2660 "function does not take 1 arguments"
Convert LPTSTR to string or char * to be written to a file
Where should Exceptions be caught?