Living in the managed world is wonderful. But sometimes we carry a small legacy code in C++. Ok, it happens…
Read moreDynamic Return Value and Mock Abuse
Oren (Ayende) wrote about mock abuse. In his example an entire behavior is substituted using the mocking framework. It’s a…
Read moreGetting mock object from an instance
Hi All, In our upcoming 4.3 version we’re adding the possibility to get a mock object directly from the instance…
Read moreAutomated Unit Tests in my life – Part 6
Should ability of testing affect the design of the production code? The tests code should be same high quality as…
Read moreAutomated Tests in my life – part 5
Relieve a stress A question… Is it familiar situation when you wrote a quality code according to the requirements and…
Read moreAutomated Unit Tests in my life – Part 4
Test Driven Development and Automated Tests advantages Later I tried to figure out what can be improved by coding in…
Read moreCustomer Support as a Development Tool
We do everything here. Code, build, blogs, coffee. And support. Customer support, that is. Customer support is part of almost…
Read moreMore on Using Marshal.GetExceptionCode()
A long time ago Ayende pointed out that GetExcpetionCode can be used to know whether an exception was thrown from…
Read moreUnit testing and TDD Resources
We are in the process of creating a resources page on beginning Test Driven Development and Unit testing in general….
Read more64 bit vs. 32 bits
There is a very good .NET Rocks episode onthe 64 and 32 bit differences. Since we run into this troublesome…
Read more