While using NServiceBus on the first engagement at Readify, we had an interesting configuration. Development environment has a shared database which runs on a server but when creating the backend application, we’re running NServiceBus on our local developer machines. Continue reading
Logging is easy. We’ve all been there and done that, but when how do you log a request/response object of a webservice, specially when the WSDLs are being changed constantly? The requirements were easy, just log all the property names along with their values. Continue reading
While code reviewing a client’s code base I found this gem. Continue reading
While spending my last days at my country and not working on an interesting project to blog about, I thought a post about how I happen to be what I am today is in order. While reading a blog post by Richard Banks, I was inspired to write my Geek Origin Story, a movement initially started by Michael Kordahi. Continue reading
With C# and Async integration in the language, you’ll wonder how this fits in your current application infrastructure. I have started porting an old application into Silverlight 5.0 which comes with new C# 5.0 and Async features and I needed a way to integrate this with the Calibrun framework I had in place. Continue reading
In previous posts we saw how to bind our designer properties to our activity and use VB.NET syntax for more complex values. In this post let’s see how to show variables and work with namespaces. Continue reading
In first part of this serie we saw how to bind our designer properties to activity properties and create a custom designer for our activity. Let’s see how to bind to activity properties through the designer and allow user to enter values in the designer. Continue reading
I’ve recently been creating custom designer for Workflow Activities and hosting the whole WF designer in a web application. As there is very limited documentation and guide other than Microsoft Forums, here I’ll try to shed some lights to some of the problems I have encountered. Continue reading
The other day, I was starting a new gig to integrate an in-house sales system with Microsoft Dynamics and naturally I needed to install MSDynamics on my machine. The best option was to install it on a VM so that I get rid of it after the project is done. I decided to install it on a Windows XP machine that needs less resource to run, but I bumped into something interesting Continue reading
If you are into agile methodologies, you probably have seen the comic strips “One Day In Kanban Land” by Henrik Kniberg. He discussed it in mode depth with us in his Scrum Master course a while ago. This is the Farsi translated version. If you have seen the original one, or don’t speak Farsi, you may skip this post. Continue reading