Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Steve Dunn
Steve Dunn has asked
64
questions and find answers to
7
problems.
Stats
398
EtPoint
30
Vote count
64
questions
7
answers
About
Started programming in the 80's writing games for the Commodore 64. Moved into C++, and now C# on Windows.
Steve Dunn questions
How can I tell when my `IDisposable` types have not explicitly been disposed?
MVVM - Controls versus Views
How do I get the underlying Window in MonoGame?
How can I POST an HTTP request and wait for a callback without blocking the current thread?
Excluding code from test coverage
Removing text in the banner in a Windows Installer project
Should we tag our SVN repo after every successful CI build?
Why does my TypeScript sometimes give me a instance and other times gives me a class?
WPF drag & drop between containers
How can I fail a TeamCity build if dotCover doesn't report a high enough result?
Steve Dunn answers
How can I tell when my `IDisposable` types have not explicitly been disposed?
Formal principles and processes for designing an API (C#)
Is there any way to use C# methods directly as delegates?
How to check if directory 1 is a subdirectory of dir2 and vice versa
Method to determine if caching was used for a particular HttpClient request
Looking for in-memory scalable object repository with up to 150 million small objects in .net
How do I use AutoMapper to populate back to a DataTable?