My name is Daniel Nordmark and I'm a developer that lives in Stockholm, Sweden. This is my personal blog where I every now and then write about things I found interesting.
My name is Daniel Nordmark and I'm a developer that lives in Stockholm, Sweden. This is my personal blog where I every now and then write about things I found interesting.
2013-04-16 09:40
To create a custom 404 page using EPiServer 7 MVC isnt as obvious as it seems.
2013-03-07 16:57
If you try to install EPiServer 6 R2 on a Windows 8 computer with IIS8 and SQL Server 2012 you will run in to some errors.
2013-03-04 13:38
How to activate Windows 8 running in Parallels 8 on a mac
2013-01-07 10:55
When you have created a fork of some repo on GitHub, one of the most common thing you wanna do is to stay in sync with the original codebase. This is one way of doing it using GitHub for Windows.
2013-01-06 09:22
Update to my original blog post how to perform List.Contains in RavenDB, this time for RavenDB 2.0
2012-11-23 14:26
How to perform a List.Contains query in RavenDB using Lucene
2012-11-11 10:18
What I needed to do to get the MonoGame project template for Windows 8 to work.
2012-09-20 16:56
Ive been working on some web sites thats using responsive design during a year and a half. I found my self doing the same math over and over, so I created this lite tool.
2012-08-17 09:00
Yesterday I spent an hour or so trying to figure out why a LuceneQuery against RavenDB behaved a bit strange. This is how I solved the problem.
2012-06-02 14:21
A couple of weeks ago the sim card reader in my Nexus S broke. Since then I haven't had any real use for it. Until today when I installed B2G (Boot 2 gecko) which is Mozillas operating system for smart phones.
2012-05-05 16:33
Out of curiosity I decided to spend some time with RavenDB today. RavenDB is a document database for .NET. And because I'm a .NET developer I find it really nice that RavenDB is built for .NET so I can use my favorite programming language C# and features like LINQ.