Bob Walsh has pointed to a cool Guy Kawasaki Video about the 10 things (actually 11) you need to know about the Art of Innovation.I was wondering if [...]
Per request of Paulo Morgado and others, we are implementing Generic API's for TypeMock.TypeMock has supported Generic since .NET 2.0 Beta has been out, but it [...]
Oren has answered my Quiz, by saying that using(TextWriter writer = IoC.Resolve<IFileWriterFactory>().Create(filename))
writer.Write(text);
is easier [...]
After reading Roy's Post and Oren's Post who strongly side on Designing for testability I suddenly felt a De Ja Vu. De Ja Vu A few years ago, I was [...]