If only one could code straight from the brain – Alas, we aren’t there yet. If you want to reduce the impedance between a programming idea in your mind and the act of coding you can do exercises that
Jeremy Miller on Twitter pointed out a blog post that aged well, because it is valid information: “ Dealing with primitive obsession ”. Have a go through. The basic thing is: Value Objects make your
Several sessions were held by guys from Microsoft, which I want to give you a quick rundown of those I’ve visited here. Glenn Block : WCF embracing HTTP Let’s face it: To get to HTTPs real capab
ISubscription public interface ISubscription { void Push(object message); Type Handles { get; } } This is the basic structure of a subscription. There is also a typed version: