-
.NET
Fluent interfaces in C# – method chaining
For those of you who just tuned in, this is a third post on the subject of fluent interfaces using…
Read More » -
.NET
Fluent Interfaces in C# – Extension Methods
For those of you who haven’t read the previous post. This post is the 2nd of many where I explain…
Read More » -
Agile
TDD vs. BDD or why canât we all just get along?
I was listening to another good Hanselminuets podcast – Understanding BDD and NSpec with Matt Florence and Amir Rajan. As…
Read More » -
.NET
Fluent Interfaces in C# – Introduction
Not many developers are familiar with the concept of DSLs (Domain Specific Languages) even fewer use them in their day…
Read More » -
Software Development
How I Learned to Stop Worrying and Love the Coding Conventions
Can you spot the difference between the following two code snippets? Exhibit #1: public class MyClass { public int MyFunc(int…
Read More » -
Software Development
Advice for the newbie developer
Every developer was a newbie once. It doesnât matter if youâre fresh out of college or been developing software for…
Read More » -
.NET
Why you need to make your tests fail
Test Driven Development (TDD) have many benefits. For start itâs a design methodology that help avoiding âAnalysis paralysisâ and make…
Read More » -
.NET
Creating robust tests with Isolator V7
The problem with unit tests is that they keep on breaking⊠Obviously thatâs not entirely correct, nevertheless I had the…
Read More » -
.NET
List executed code using PostSharp
This post was created to answer a question by Laimonas Simutis on the ALT.NET mailing list â how to list…
Read More » -
.NET
Supercharge Isolate.Verify
At work we use Typemock Isolator for all of our Isolation/Mocking needs. Lately Iâve noticed that my co-workers do not…
Read More »