You can have nice things
I have come across a few things that are legitimately pleasant to use, so I thought I should collate them here to aid my aging memory. Dear reader, I am not attempting to copy Scott Hanselman’s tools listhttps://www.hans…
Rikard Ottosson on software, systems and the people around them
I have come across a few things that are legitimately pleasant to use, so I thought I should collate them here to aid my aging memory. Dear reader, I am not attempting to copy Scott Hanselman’s tools listhttps://www.hans…
If you have a website that uses Open ID Connect for login, you may want to allow the user to be logged in directly after having validated their e-mail address and having created their password.…
Testing your SQL queries is as important as any other piece of logic. Unless you only do reads and writes, presumably some type of logic will be implemented at least in the form of a query, and you would like to validate…
I have been saying a bunch of things, repeating what others say, mostly, but never actually internalised what they really meant. After a week with Fred Georgehttps://twitter.com/fgeorge52 and Tom Scotthttps://twitter.com…
As a reaction to my earlier blog post on the Actor Model, Microsoft has allowed the public to get preview access to their Actor Model framework Orleans that they use to power Halo on XBox Live.…
In the .NET community perhaps the Actor modelhttp://en.wikipedia.org/wiki/Actormodel of computing is not all that familiar. In this post I will briefly describe my understanding of the possibilities it gives the “real li…