Category Archives: Technical

Five advices on implementing a cache

I’ve spent the last few days at work implementing a cache in the data access layer (DAL) of one of our services. The cache works great, and speeds up our service very much in some cases, and somewhat in all … Continue reading

Posted in Software Design, Technical | Tagged | Leave a comment

Silverlight Project Template for Visual Studio 2005

For those of you who do not want to grab the Visual Studio 2008 beta and/or wait for the release, I have created a Silverlight Project Template for Visual Studio 2005. This template makes it possible to develop Silverlight solutions … Continue reading

Posted in Announcements, Technical | Tagged | 25 Comments

LINQ vs Loop – A performance test

I just installed Visual Studio 2008 beta 2 to see what the future holds for C#. The addition of LINQ has brought a variety of query keywords to the language. “Anything” can be queried; SQL databases (naturally), XML documents, and … Continue reading

Posted in Code, Technical | Tagged | 20 Comments

How to install Linksys WMP54G on Windows Vista RC2 x64

Having trouble getting your Linksys WMP54G card running on the Windows Vista x64 release candidates? Sadly, Linksys have not provided a driver for their WMP54G cards on Windows Vista x64 yet. Do not despair though, a solution exists. For those … Continue reading

Posted in Technical | Tagged | Leave a comment

“Hiding” WordPress installation files

By default, all the WordPress installation files are readable from a browser. What happens if example.com‘s WordPress installation is at /wordpress/, and you go to http://example.com/wordpress/wp-content/plugins/ with your browser? Yes, you’re browsing the plugin directory. Obviously, changing permissions is not … Continue reading

Posted in Technical | Tagged | 35 Comments