Land Rovers, .Net en meer!
C# 4.0
TFDP – T4 For Database Projects
05 sep
After working on this for some time, I’ve decided that it was time to publish TFDP to a wider audience. TFDP provides T4 template processing in Visual Studio 2010 database projects. Something that isn’t possible in the current versions.
The extension can be found in the Visual Studio Gallery and on Codeplex.
Export Locals
11 mei
In this forum thread (warning: Dutch) someone was complaining that it’s not really easy to export the contents of the Locals debug window to a XML file. I’ve neved had the need for that myself but I thought, it can’t be that hard. Turns out it isn’t.
I’ve written a VS2010 add-in that adds a menu item to the Tools menu in Visual Studio that will export all the locals for the current stack frame and open the XML file in Visual Studio. As always a picture says more than a thousand words so see for yourself:
A program in debug mode, Meer >
Custom WSDL for WCF Workflow Service
26 nov
I’m currently working on a webservice layer for our main application so we can interface with our existing BizTalk applications. Because I like using new technologies I’ve decided to use WCF Workflow services to implement the logic of these services. With WF4 and the FlowDiagram features it’s very easy to do this and really, really quick to build the services.
One slight problem I’ve discovered is that the C# types we use in the ReceiveRequest activity are generated from a custom XSD and the WSDL generated by the workflow service doesn’t reference that schema but generates a new one. Normally this Meer >
.Net 4.0 WinForm Data Binding bug
21 apr
Currently I’m busy with converting a .Net 2.0 WinForms application to .Net 4.0 in VS2010. Seemed to work pretty smooth but when testing one of the more complex windows in the application I hit a snag. Upon opening the window I got a “TargetException: Object does not match target type.” thrown in my face. After a quick tour with the debugger I found the problem: data binding didn’t work anymore!
To find out what the real problem was I’ve built a test application that basically does the same thing as the complex window that is giving me such a headache. (meer…)
Meer >