I saw the light March 2010 - Posts - Alexey Zakharov's Blog

March 2010 - Posts

2
Comments

Silverlight web site for innovation business incubator of Chelyabinsk by brainbox

Today we released Silverlight powered web site for innovation business incubator of Chelyabinsk . I hope you find it interesting!
Filed under: , ,
1
Comments

File manager for Hyper-V Server by brainbox

For all who are using Windows Hyper-V Server I want to recommend Far Manager for file managment. Perhaps it is the best file manager for this console only OS.
Filed under:
18
Comments

Silverlight Commands Hacks: Passing EventArgs as CommandParameter to DelegateCommand triggered by EventTrigger by brainbox

Today I've tried to find a way how to pass EventArgs as CommandParameter to DelegateCommand triggered by EventTrigger. By reverse engineering of default InvokeCommandAction I find that blend team just ignores event args. To resolve this issue I have created...
Filed under: , , , ,
4
Comments

Connect ViewModel and View using Unity by brainbox

In this post i want to describe the approach of connecting View and ViewModel which I'm using in my last project. The main idea is to do it during resolve inside of unity container. It can be achived using InjectionFactory introduced in Unity 2.0 public...
More Posts