How Spotify Builds Products Apr 5, 2014

I saw a great video the other day explaining the working culture at Spoitfy and later that day on Twitter I saw a nice image showing how they they build products and it really resonated with me and the message we were trying to get across in this video. Image I feel this is a great image to use with customers to help explain what I think is the best way to approach building a new product. I think it might also be better than my previous favourite the Agile Mona Lisa. Image Image Update - part 2 has just been released

...
Invalid token '=' in class, struct, or interface member declaration { get; } = Apr 4, 2014

If you are getting errors like:

...
Visual Studio warning: “Some of the properties associated with the solution could not be read” Apr 4, 2014

Today I received the message:

...
Digging For Gold - The Hunt For Value Feb 26, 2014

Does every item on your teams backlog have the same value to the business?

...
The Ultimate Agile Anti Pattern - Do My Requirements Look Big In This Feb 16, 2014

While researching for my estimation talk at the .NET User Groups in Sydney and Canberra I kept being reminded of the same ritual that keeps occurring in most Agile teams time and time again. It occurs so often and is so pervasive that people have almost accepted it as “the way it is”.

...
.NET MVC Windows Authentication Jan 24, 2014

Turns out it is quite easy to allow your users to log on with their Active Directory usernames and passwords when you expose a .NET MVC application to the internet.

...
No EditorOptionDefinition export found for the given option name Oct 24, 2013

I received the following message in Visual Studio 2013 when trying to open a c sharp file:

...
OData Web Api Date Filter 'Edm.DateTime' and 'Edm.String' incompatible types Jul 8, 2013

I was getting the following error when trying to filter an odata source by date:

...
Cannot read property '__count' of undefined Kendo UI Grid MVC Web API Odata Jul 5, 2013

When trying to connect a Kendo UI Grid to an MVC Web API datasource I was getting the following error: 

...
Kendo MVC Grid Filter Expected primaryExpression Apr 3, 2013

If you receive the error:

...