Archive

Archive for December, 2010

Expose for Windows

December 23rd, 2010
konrad.dambeck

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.

read more

 

Administration, Software, Windows, Windows 7 , ,

Skype communication protocol has been reverse engineered

December 20th, 2010
Daniel Marbach

After eight years the skype communication protocol has been reverse engineered. See for yourself:

http://www.enrupt.com/index.php/2010/07/07/skype-biggest-secret-revealed

 

Announcement, Security , ,

Dependency Injection with Windows Workflow Foundation 4 advanced

December 10th, 2010
Daniel Marbach

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

read more

 

.NET , ,

Dependency Injection with Windows Workflow Foundation 4 an answer

December 9th, 2010
Daniel Marbach

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.

read more

 

.NET , ,

How to use the additional Ninject Scopes of NamedScope

December 8th, 2010
Remo Gloor

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.

read more

 

.NET ,

Ninject.Extension.ContextPreservation explained

December 8th, 2010
Remo Gloor

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

read more

 

.NET ,

Ninject and extensions 2.2 RC2 available for download

December 7th, 2010
Remo Gloor

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

read more

 

.NET ,

Dependency Injection with Windows Workflow Foundation 4 Introduction

December 6th, 2010
Daniel Marbach

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.

read more

 

.NET , ,

Epia goes 2 VirtualBox

December 4th, 2010
Adrian Elsener

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.
read more

 

Hardware, Linux , , , ,