SimplePassword

Dec 04

As a Kata, and a reason to look into how to create NuGet packages, I was playing around and made a SaltedPasswordHash data type yesterday. Someone might find it useful, or learn something from it. The source code is on GitHub. If someone would want to use it in their own project its easy to get the binary from NuGet: PM> Install-Package SimplePassword.dll Using it...

Read More

Alternative object persistance pattern

Nov 28

I’m not really a fan of the repository pattern. I like how it makes testing easy etc, but It doesn’t feel right. What alternative testable patterns for object persistance is there?

Read More

I love my paperbacks.. but..

Nov 22

I really enjoy reading. Both fiction and fact. And I enjoy to keep my books. I never go to the library, because I’ve found that at least 80% of everything I read, I want to read again, so I rather just buy it and have it laying around. I usually spend 2 hours per day commuting. Books take damage from being stuffed around in the backpack. So recently I’ve...

Read More

PetaPoco

Nov 21

Note to self, look into this, seems interesting: http://www.toptensoftware.com/petapoco/

Read More

.gitignore

Nov 19

My current .gitignore, for my own reference (I Wonder where I stole this one…)   #OS junk files [Tt]humbs.db *.DS_Store #Visual Studio...

Read More

2.8 Computers per family, 2.5 persons..

Nov 18

According to the report “Svenskarna och Internet 2011“. Some interesting numbers: 50% of 3 year olds in Sweden uses the internet. Average 20h / week spent on the internet. Those that file share spend more money buying digital content than those who don’t (Fuck you  AntipiratbyrĂ„n). 40% of the 46-55 year olds play computer games(!!!). 96% of...

Read More