Using multiple broadband connections without using any special router or...
I have two broadband connections. One cheap connection, which I mostly use for browsing and downloading. Another very expensive connection that I use for voice chat, remote desktop connection etc. Now,...
View ArticleAn Agile Developer’s workflow when SCRUM is used
If you are planning to start SCRUM at your company, you might need to train developers and QA to get into the mindset of an Agile developer. SCRUM is only successful when the developers and QA get into...
View ArticleTips and tricks to rescue overdue projects
One of my friends, who runs his own offshore development shop, was having nightmare situation with one of his customers. He’s way overdue on a release, the customer is screaming everyday, he’s paying...
View ArticleHow to convince developers and management to use automated unit test for AJAX...
Everyone agrees that unit testing is a good thing, we should all write unit tests. We read articles and blogs to keep us up-to-date on what’s going on in the unit test world so that we can sound cool...
View ArticleC# with keyword equivalent
There’s no with keyword in C#, like Visual Basic. So you end up writing code like this: this.StatusProgressBar.IsIndeterminate = false; this.StatusProgressBar.Visibility = Visibility.Visible;...
View ArticleUser story is worthless, Behavior is what we need
User Story is suitable for describing what user needs but not what user does and how system reacts to user actions within different contexts. It basically gives product team a way to quantify their...
View Article