-
In Visual studio 2010 Team Architect edition, you have a new type of diagram available, called the layer diagram. What is great about this diagram is that you can use it to actually validate if the source code you have written adheres to the rules you defined in terms of allowed dependencies between...
-
Last week I have been working on our workflow solution where someone discovered that in some cases it appeared that certain workflows did not complete and would never wake up again. It took me a while to figure out why this was the case. We host our workflows in IIS and there we use the ManualWorkflowSchedulerService...
-
As you can read on Olaf’s blog the Microsoft Patterns and Practices Group will be holding a 3-day workshop on the Service Factory framework. I think it will be a great event where we can learn allot on how to embrace and extend the service factory platform they created. The event will be held at...
-
Today I gave a session at SDC about Practical windows workflow foundation and a session on advanced activity development where I explained the way I build te WCF activities I published at codeplex. I promised to put up my slides and code samples on my blog, so here they are: slides for the Practical...
-
The past few weeks have been pretty busy for me. Not only was I working with some colleagues on a Robot challenge (where we finished third J , see here a movie with Woody in action , and the post of my coleague Erik ) , I also had to prepare for 3 sessions for the DevDays here in the Netherlands. At...
-
Finally I made it to free up some time and create a released version of the WCF Activities I have been working on for some time now. This version is fully tested and already used in multiple projects I am working on including the very demanding ones that run thousands of workflows a day! First of all...
-
This morning I browsed to the MSDN website I got a big surprise, my article on team system is up there as one of the feature article links! I know I already published that the article was available, but It was great for me to see that MS thinks it is good enough to make it to the main page of MSDN for...
-
A few months ago I got an Email from Jack Greenfield who asked me to work with him on writing a whitepaper on software factories and how to enable this using visual studio team system. It took a lot of time and many conference calls with Jack and Erik Gundvaldson, but I can now announce that the whitepaper...
-
The past months I have been working for a large international company in building a new back office solution. This solution is based on the Smart Client concept where we use zero touch deployment from .NET 1.1 (There are some difficulties upgrading the desktops to XP SP2 and therefore we can’t...
-
The past two days where really packed with lots of new stuff. I must say I was a little bit disappointed at first with the keynote of Bill and Jim. I found that many of the demo’s they came up with where more or less a repeat of the stuff they did in 2003. Lots of cool demo’s on Avalon (sorry...
-
The past two days I have attended the preconf sessions. I must say I learned allot on SQL server. The past year I did not take the effort to dive into new SQL 2005 stuff, but to catch up I decided to attend the two preconf sessions on SQL 2005. Attending these Sessions taught me some stuff I would like...
-
Let's go get some white hats [Via MSDN Blogs ] For the last few years the railway bank at the end of my garden has been at risk of a landslide. It happened about 18 months ago and ever since then there have been loads of Network Rail guys in orange jackets and white hats wandering around. I've...
-
Today I ran into the performance issue again while profiling a .NET library we are using to communicate with a mainframe. The problem I found is one I encounter rather frequently, so I decided to write something on this topic. The ting that happens is the following: Good programmers want their code to...
-
For a customer I work for I had the need to implement a web service proxy that can do an automatic retry for me when I call a web service. I have a system that has web services in the local environment, but in the case the web service is not responding I have to retry the call on another server at the...
-
I just read that Microsoft is working on a new certification program for architects MCAP It's also a certification that requires some significant steps for you to get there (6-12 months). It's great to see that also Microsoft agrees on the fact that working as an Architect requires much more skills than...