Recent Posts
Silverlight Cookbook: WCF Data Services and NHibernate
<p $1=”$1”></p> <p $1=”$1”></p> <p $1=”$1”></p> <p $1=”$1”></p> <p $1=”$1”></p> <p>This post is part of a series of blog posts detailing various aspects of the Silverlight Cookbook, an initiative to demonstrate prope...
Commercial support for the C# 3.0/4.0 Coding Guidelines
A few weeks ago I had a chat with Paul Jansen, CEO of a small Eindhoven-based company named Tiobe. You might indirectly know Tiobe for its programming language index and their commercial code checker ClockSharp. But they have also been hosting a C# Coding Standard I co-wrote for Philips Medical S...
The AI of ReSharper
I was just typing this… …when ReSharper 5 suggested its “Loop can be converted into LINQ-expression”: <p>You gotta love this!</p>
Fluent Assertions 1.2.3 released
After a week of testing in some of our projects, it is time to remove the beta marker from release 1.2.3 of our fluent assertion framework, Fluent Assertions. It’s just a small release, as was the previous one, but it still adds some nice additions requested by the community. This is the official...
ALM Practices Part 11: Modeling the business domain using Domain Models
What is it? A domain model is typically depicted by a UML class diagram in which the classes and associations represent the business concepts and the relationships between them. Although you can use a piece of paper to draw up a domain model, in most cases a UML case tool is better suited for t...
ALM Practices Part 10: Work Item Tracking
What is it? Using Team Foundation Server’s User Story, Task and Bug work item types as the central unit of work for all the activities done within a project. Why would you do it? Because it adds traceability between the functional requirements and the way these requirements have been realized ...