by Koen
20. December 2009 23:34
This is just a small post for my own reference and who knows it might even save someone some work. I am developing on windows and use Subsonic as an ORM in a current project. At the client site we have a linux server running MySql. We however develop against a MySql on windows. One particular pain ...
[More]
by Koen
20. November 2009 11:51
a solution for the MsBuild error MSB3411: Could not load the Visual C++ component "VCBuild.exe"
[More]
by Koen
9. November 2009 01:13
I never thought I would be posting something else but coding stuff… But this one’s definitely worth a post. It could be the next generation of Sketchup…. loved it. You can actually try it out yourself on the web using a java applet on this page. It definitely shows how important a good user experien...
[More]
by Koen
6. November 2009 04:34
On a lot of testing frameworks/runners I read nBehave integration. But I found no examples. But then it just came to me it’s actually very very simple. So after banging my head against the wall a few times and then a few times more for being stupid, I thought I should share this with others. P...
[More]
by Koen
6. November 2009 04:33
While using nBehave on projects especially those where we collaborated with external partners I created/shared the following list of guidelines/tips which might save you some time too. So here I am sharing it to a broader audience… maybe :) 1. All declarations/instantiations must be placed after...
[More]
by Koen
30. October 2009 13:39
Just some quick info for those struggling with the same problems. When i google for this almost all answers predate the .net 3.0 framework. Everybody knows that 3.0 are a set of libraries that extend 2.0. what i missed was that 3.5 uses the same core assemblies as 2.0 including the same security se...
[More]
by Koen
29. October 2009 03:17
While using a great IOC/DI container (read Structuremapfor those not familiar with it read this post) I wrote some code to auto detect and auto load the necessary dependencies (I really, really, REALLY hate the XML configuration file so …) Besides a lot of other issues with this method worth a blog ...
[More]
by Koen
29. October 2009 01:45
The obligatory first post.
[More]