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
34
questions and find answers to
45
problems.
Stats
1.5k
EtPoint
474
Vote count
34
questions
45
answers
About
Software Developer @ Autodesk
[email protected]
Matt Smith questions
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
Sync over Async avoiding deadlock and prevent UI from being responsive
Determine line number of InnerException from minidump using WinDbg
Is await supposed to restore Thread.CurrentContext?
Creating a Form and using Form.ShowDialog on a background thread
Capturing the main thread SynchronizationContext or Dispatcher from a library
Workaround for not having lambdas that can capture managed variables
Matt Smith answers
How to make a list of something that implements abstract class and interface (C#)?
C# LINQ Debugging through an IEnumerable extension method
ContextBoundObject Throws a Remoting Error After Await
Await and SynchronizationContext in a managed component hosted by an unmanaged app
how to access namespace "windows"
DLL Missing from Modules List in VS2010
Confusion over AggregateException Handle method
Literal field versus constant variable in C++/CLI
Proper Way to Update UI on Different Thread
Task.WaitAll, how to find the tasks causing AggregateException