Alexey Zakharov's Blog
-
File manager for Hyper-V Server
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.
-
Silverlight Commands Hacks: Passing EventArgs as CommandParameter to DelegateCommand triggered by EventTrigger
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.
-
Connect ViewModel and View using Unity
In this post i want to describe the approach of connecting View and ViewModel which I'm using in my last project.
-
Disable Visual Studio XAML Designer better way.
In my previous posts I've already written about disabling XAML Designer in Visual Studio 2010, but i find that way very bad, because in spite of we will see only XAML code, XAML designer would also try to render. Much better and simple way is it to open your xaml with "open with" option and choose " xml editor" instead of "xml editor chooser" and then set it as default option. In this case XAML designer won't try to render and all those ugly lags will go away.
-
AnonymousComparer - lambda compare selector for Linq
One guy from Japan created a very cool linq extension. It is called AnonymousComparer, which allows to use Func instead of annoying IEqualityComparer.
-
Subscribe RSS with your own language with Google Reader
Today I find a very interesting blog, but the bad thing was that it is in Japanese. The great i thing i discover for myself is that i can subscribe this rss in my own language with google reader.
-
TileMode feature request for Silverlight 4
After using of SL 4 beta I found that there is still no tilemode support in imagebrush.
-
New article for SilverlightShow: Deep Dive Into Silverlight Services Part 2: Serialization on the speed of light with Google Protocol Buffers
I've written new article for SilverlightShow.net. In this article I’ve showed how you can use ASP.NET MVC and Google Protocol Buffers to create fast and scalable REST services. Enjoy!
-
We launched our first commercial silverlight rich internet application : house hotel project
Today we launched our first commercial Silverlight rich internet application called house hotel.
-
Disable XAML Designer in Visual Studio 2010
In visual studio 2010 Silverligh XAML designer is visible by default. For me it is totally useless and only require additional machine resources.