In this article i will show you a small tool named “switcher”. Maybe you know the feature expose on mac OS S, Switcher enables this on Windows Vista and Windows 7 Clients. I guess if you install Switcher you never use “alt” & “tab” and “win” & “tab” again.

Administration, Software, Windows, Windows 7
expose, switcher, Windows 7
In this follow up post I try to tackle the more advanced stuff which is possible with the new ninject extension for Windows Workflow Foundation. The goal is to show the following topics:
- Hooking into the injection chain
- Possible side effects
- Changing the extensions behavior
- Download the extension

.NET
Dependency Injection, Ninject, Workflow Foundation 4
In my last post I raised the following questions:
- How do you inject dependencies into activities without having to declare the dependencies as input arguments?
- How do you build up extensions using DI mechanism?
- How do you unit test components which host workflow applications or workflow invokers without actually invoking a real workflow?
In this follow up post I try to answer these questions.

.NET
Dependency Injection, Ninject, Workflow Foundation 4
The Named Scope extension adds the three additional Scopes InCallScope, InNamedScope and InParentScope to Ninject. In this Blogpost I want to explain how they are used. Some parts of this post expect that you have a basic knowledge about the Context Preservation extension. Consider reading my blog post about the Context Preservation Extension before reading this one.

.NET
IoC, Ninject
In this blog post I explain how the Context Preservation extension works and for what it is used.

.NET
IoC, Ninject
I gladly announce that there is another Release Candidate vor Ninject 2.2 with minor changes available for download at Github.

.NET
IoC, Ninject
Windows Workflow Foundation 4 offers a comprehensive set of tools to design, create and host your own workflows in your application. Normally when working with WF4 the only way to get your external dependencies into the workflow is by passing the dependencies as arguments to the workflow host such as WorkflowApplication, WorkflowInvoker or WorkflowServiceHost.

.NET
Dependency Injection, Ninject, Workflow Foundation 4
A few days ago, my epia device gave up it’s live. So I was looking for a temporary alternative to start the harddisk.
Looking back it was very easy to get it run in my desktop, to get the data I’m storing on it. (A little database and some Webservices)
Here you can read how you get an existing OS into your VirtualBox.

Hardware, Linux
convert, dd, dmp, vdi, VirtualBox