Concurrent client connections in C#

Lately, I´ve been working some with performance testing and opposite to what I think most performance-gurus would like I´ve ended up writing my own tools for this. Yes I know I´m reinventing the wheel but the way our services are build I think this is easier. Anyway,...

Entity Framework query sql

Ever tried to build complex joins using Linq with Entity Framework and finally ending up with something you just suspect might be a hell of a lot less efficient than possible? In that moment it might prove useful to get the clean actual SQL your Linq query actually...

dotPeek

Thanks a lot JetBrains – Again! Since Red-gate unfortunatly made their superb tool Reflector completely commercial recently JetBrains has anounced that they will share their own dotPeek tool which, essentially, is the exact same thing as the Reflector. It´s...