Posts Tagged ‘Nothing but .NET’

80 hours later . . . (2008-9-27)

[Concern(typeof(NothingButDotNetBootCamp))]
public class when_the_boot_camp_is_over :
InstanceContextSpecification<NothingButDotNetBootCamp>
{
INothingButDotNetParticipant bjoern;
public void establish_context()
{
bjoern = dependency<INothingButDotNetParticipant>();
}
public NothingButDotNetBootCamp create_sut()
{
return new NothingButDotNetBootCamp(bjoern);
}
[...]

Nothing but .NET Germany – Half time recap (2008-9-24)

We’re now half way through the course and I must say that it’s even a better experience than I originally expected. I’ve got to know a lot of very interesting, smart and also very kind people this week. The chemistry in the course is just amazing.
The course itself is radically different from any training I’ve [...]