I have been working on my YourRid.es project a bit lately and one of the things I wanted to put in place, was a good logging system. Most of the time I just use a custom build (read: my own shit) logger, but this time I found
Read more →Today I needed to parse a LARGE (1.9GB) XML file and extract some information from it. Loading it in a XmlDocument (my favorite .NET way of handling XML) wasn’t really a possibility, because that would cause Out of Memory errors the minute I would try it. I
Read more →For a project I am working on, I was looking for a good way to resize images in a few different ways. I have done image resizing before, but it really feels that I am re-inventing the wheel every time I do this. So now I decided
Read more →I have been looking around the net to find the best way to keep track of the total number of concurrent sessions. There is one piece of code, that is posted on a lot of websites. The code that I find mostly is the following (I editted
Read more →At work I have written a XML converter, which should (daily) convert over 70.000 XML documents to a different format. Depending on some attributes set in the XML file, a couple of values of elements should be extracted and inserted in the XML document again (but in
Read more →There is no excerpt because this is a protected post.
Read more →I am currently in the progress of moving to a .NET based blog. Currently I am looking at BlogEngine.NET but it misses some vital features. For example, I like the option I added to this blog to attach files to a post and have a nice file
Read more →This week will be a very busy week… I just got back from a 10 day break from work, but things never stop piling up…. it seems. Next to work I got a couple of projects that keep me busy at home too. There’s computer stuff: Getting
Read more →First I want to make clear, this is not my code, but it works brilliantly so I wanted to share it with you anyway. Check out the following link: improve.dk – XmlDocument fluent interface. You can download the class mentioned in the post here. At the bottom
Read more →So, I found the solution for my problem with XNA GS 2.0. It seems that XNA GS 2.0 could not handle the virtual adapters installed on my development system. I deinstalled VMWare and all was fine! If you want to know what my problem was, read it
Read more →




Recent Comments