Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Matt Smith
Matt Smith has asked
42
questions and find answers to
55
problems.
Stats
1.7k
EtPoint
520
Vote count
42
questions
55
answers
About
Software Developer @ Autodesk
[email protected]
Matt Smith questions
Any Downsides to making a method generic where the method return type includes an interface?
Should I use a simple foreach or Linq when collecting data out of a collection
How to reproduce InvalidCastException when binding to an Assembly in the LoadFrom Context
SHChangeNotify with SHCNE_RMDIR behavior inconsistent between Windows 7 and Windows 10
Export Event Log (.evtx) without "run as administrator"
Associate a CancellationToken with an async method's Task
Getting a Task's unexpected Exception to bring down the application earlier than Garbage Collection
Best workaround for compiler error C2158: make_public does not support native template types
Instantiating a COM Component fails with "Class not registered" when "Run As Administrator"
overriding Form's OnFormClosing for validation
Matt Smith answers
How to find all files submitted by specific user
How to reproduce InvalidCastException when binding to an Assembly in the LoadFrom Context
Continuation not running C#
SHChangeNotify with SHCNE_RMDIR behavior inconsistent between Windows 7 and Windows 10
Export Event Log (.evtx) without "run as administrator"
Async and Await in nested call. Not awaiting on a method which does an await causing IIS crash
List<T> Find method in C++/CLI
AsyncAwait causes unexpected method behavior, Methods runs in wrong thread if called from constructor
Does ContinueWhenAll observe the exceptions and hence prevent an UnobservedTaskException?
What's the recommended place to put make_public pragmas