Recent Comments
rmiesen on Continuous Testing for Visual Studio: @Håvard: thank you for your follow up. I am glad to hear that the...
Håvard on Continuous Testing for Visual Studio: @rmiesen Installed code contracts, currently works fine for me on...
rmiesen on Continuous Testing for Visual Studio: That’s very strange. On my machine, the Enum Utilities...
Håvard on Continuous Testing for Visual Studio: @rmiesen Thanks for reporting your problem. Sadly, I am not even...
rmiesen on Continuous Testing for Visual Studio: I attempted to use the continuous integration plugin for VS 2010 on...
Glen on RSA using BouncyCastle: Hi Harvard, Thanks for this. I was actually able to use your suggestions in blinding...
Twitter
- UI designers: An animated progress bar indicating how long a pop-up will stay open is not helpful. It just makes the pop-up even more noisy. 2010/09/01
- Really cool interactive music video using HTML5: http://bit.ly/cdtaOF 2010/08/31
- @follesoe If you're doing code-first, go with EF4 CTP4. CTP lacks support for migration, but that's coming. It's looking very promising. 2010/08/30
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
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
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
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
“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