October 2009
-
:
The equivalent of static libraries in .Net
I’m building my managed XLL tool in two versions, a ’normal user’ version and a ‘pro’ version. The ‘pro’ version has additional features that I don’t feel would necessarily appeal to all of my … -
:
Visual Studio 2010 Beta 2 installation failure
I’ve been having problems installing VS2010 Beta 2 onto a selection of x64 VMWare machines (fully updated and service packed XP and Windows 7). In fact I was having problems installing it onto any of them. The error that I was getting … -
:
Unit testing AVR assembly language
My “hobby project” is going well but the AVR assembly language that I’m writing has now got complex enough for me to really miss not having some form of unit testing framework in place. So I decided to remedy that I work … -
:
.Net 4.0 Hosting
I’ve been playing with Visual Studio 2010 Beta 2 and .Net 4.0, building code, running tests, playing with the IDE, etc. The first issue that I’ve come across with my existing codebase is that the .Net 2.0 hosting APIs (such as … -
:
Concurrency profiling with VS2010
I’m currently looking at the new concurrency profiling tools that come with Visual Studio 2010. It’s interesting and useful stuff. The tools provide what I have attempted to develop in the past by using API Hooking but …