-
Software Development
Mitigate your merge issues
When working in a team it is very easy to get into merge hell where your changes do not easily/nicely…
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
Protect your data!
The introduction of OR/M libraries and strongly typed views/view models has made a lot of programmers to switch to the…
Read More » -
Software Development
A bad test
This is a bad test, because what it does is ensuring that something does not works. I just finished implementing…
Read More » -
Visual Studio
WCF SOAP and REST Multi-Project Visual Studio Templates
Last year I published a REST Multi-Project Visual Studio Template on the Visual Studio Extensions Gallery, available for download from…
Read More » -
.NET
Double check pattern
I just answered a question at SO about lazy loading which involved the double check pattern. It’s a really useful…
Read More » -
.NET
RavenDB Sharding – Map/Reduce in a cluster
In my previous post, I introduced RavenDB Sharding and discussed how we can use sharding in RavenDB. We discussed both…
Read More » -
.NET
WPF View Smoke Testing
I enjoy TDD. I enjoy the way it makes me code and I enjoy the rhythm. That is, I really…
Read More » -
Software Development
Setting up my Developer Machine
Today I just returned from a week of holidays at Kos (Greece). Amazing! So you might imagine that returning to…
Read More » -
.NET
.NET/C# – finding the attribute values for an assembly
For some version management features, I needed to find the attribute values of loaded assemblies. Googling around, I didn’t find…
Read More »
[homeForm]