The Problem During a recent project we had a requirement to obtain data from several externally hosted WCF services. Although we were expecting to have a drop in performance using this approach, we found the site was becoming unusable while … Continue reading →
If you develop applications that connect to SQL Server, then Visual Studio Database Projects are a wonderful thing. They allow you to place your database under version control right alongside your application and they also help you to deploy your … Continue reading →
We recently examined our bug lifecycle at Mando Group, and one of the improvements we decided to implement was a simple categorisation so that we could report on the source of issues raised in Team Foundation Server. For example, some … Continue reading →
During some recent development work we had a requirement to map private properties using Entity Framework Code First and I just wanted to take the opportunity to share how we achieved this and also to create a record of it … Continue reading →