.NET WCF REST: Service ‘MyService’ implements multiple ServiceContract types, and no endpoints are defined in the configuration file.

Posted on 01 August, 2012 in Products

If you get the following .NET exception (I did using multiple REST services in one project):

Service ‘MyService’ implements multiple ServiceContract types, and no endpoints are defined in the configuration file. WebServiceHost can set up default endpoints, but only if the service implements only a single ServiceContract. Either change the …


Continue reading

TF249064 – Sharepoint – TFS 2010 -> Purgatory

Posted on 05 April, 2012 in Products

Over the past couple of weeks I have been looking to add SharePoint integration to an inherited TFS 2010 install. I thought it would be easy enough as WSS was installed & working, but I was wrong, very wrong.

I ended up on quite an odyssey attempting to fix the TF249064 …


Continue reading

The Real Leadership Lessons of Steve Jobs

Posted on 02 April, 2012 in People

...are here @ HBR.

  • Focus;
  • Simplify;
  • Take Responsibility End to End;
  • When Behind, Leapfrog;
  • Put Products Before Profit;
  • Don't Be A Slave to Focus Groups;
  • Bend Reality;
  • Push for Perfection;
  • Tolerate Only "A" Players;
  • Engage Face-to-Face;
  • Know Both the Big Picture and the Details;
  • Combine the Humanities with the Sciences;
  • Stay …

Continue reading

Richard Stallman Was Right All Along

Posted on 02 January, 2012 in People

...here @ OSNews.


7 Lessons Learned While Building Reddit To 270 Million Page Views A Month

Posted on 17 May, 2010 in Products

...here @ High Scalability.

  • Crash Often;
  • Separation Of Services;
  • Open Schema;
  • Keep It Stateless;
  • Memcache;
  • Store Redundant Data;
  • Work Offline.