Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Wim Coenen
Wim Coenen has asked
55
questions and find answers to
444
problems.
Stats
13.5k
EtPoint
4.7k
Vote count
55
questions
444
answers
About
You can contact me at
[email protected]
.
Wim Coenen questions
Mixing MEF parts targetting .NET 3.5 with an application targetting .NET 4.0
How do I appease FxCop when a property getter/setter needs LinkDemand?
Constrain type parameter of a method to the interfaces implemented by another type
Are there any database implementations which keep all history?
Event, delegate or interface? [closed]
Need a better way to execute console commands from python and log the results
How do I programmatically detect success or failure when installing an MSI?
Can I have strong exception safety and events?
Debug script code that is being executed with Roslyn CSharpScript
When does the .NET runtime hold a reference count > 1 for COM objects?
Wim Coenen answers
Mocking collections with Rhino Mocks
In MEF, How to avoid unnecessary type scanning for exports using DirectoryCatalog to improve the performance?
MEF: adding parts to the CompositionContainer that aren't marked with [export]
Is there a way to create a pre-commit hook that will reject the commit in case the new revision wont compile?
RhinoMocks - Mocking Protected virtual members
Rhino Mocks, Dependency Injection, and Separation of Concerns
Should consecutive whitespace in an XML file be ignored by an XML reader?
Generating XML from XSDs
How does the setup bootstrapper detect if prerequisites are installed?
C# try catch rethrow stack trace [duplicate]