I saw the light Alexey Zakharov's Blog

Recent Posts

3
Comments

IRepository interface. by brainbox

First of all I'd like to remark that I'm not following PoEA Repository pattern. I just like this name! =) Repository and Dao interfaces still remains hot topic today. While developing my last ASP.NET MVC application I've created my own interface, which...
Filed under: , , ,
2
Comments

Shader effects kill performance of Silverlight popup control. by brainbox

Today I found out why all pop ups in our project works so slowly (As an example you can check datepicker on this page http://househotel74.ru/#/Booking). The source of problem is silverlight shader effects. If you have control with applied shader effect...
0
Comments

Silverlight came to Opera 10 by brainbox

Today I discovered that Opera 10 supports Silverlight. So now it is possible to say that on windows platform Silverlight is really crossbrowser. Official Opera post .
Filed under:
8
Comments

Issues of Silverlight style system by brainbox

Perhaps the second annoying problem after incomplete binding support is poor style system of Silverlight. Here is the main two issues. 1. Styles are not compatible with on demand application loading. Imagine you want to share style dictionary among a...
Filed under:
0
Comments

Silverlight feature request site by brainbox

Today I’ve found a very nice Silverlight feature request site and I’d like to introduce MY MOST WANTED REQUEST . Full (WPF) databinding support: 1. Binding of non-framework elements. (Now you cannot bind properties of Behaviors and Triggers) 2. Binding...
Filed under: ,
3
Comments

Silverlight DataForm Auto Generation Horror! by brainbox

Today I was trying to use automatic generation of DataForm from my ViewModels. After an hour of exploring it I recognized that it is nightmare! Look at this method: 1: private static Control GetControlFromType(Type type) 2: { 3: Debug.Assert(type != null...
Filed under: , ,
0
Comments

New article for SilverlightShow: Deep Dive Into WCF Part 1: TDD by brainbox

I've written new article for SilverlightShow.net. In this article I’ve showed some approaches, which make WCF more TDD friendly. Enjoy!
Filed under: , ,
1
Comments

Problem with running “Microsoft Press Training Kit exam prep suite” on Vista by brainbox

If you are failed to run ‘Microsoft Press Training Kit exam prep suite” on Vista, try this line in command prompt: regsvr32 C:\Windows\System32\Vsocx6.ocx
Filed under:
0
Comments

Deep zooming on the fly by brainbox

I’ve just published new article about dynamic deep zooming. With this approach you can make existent high quality site image zoomable without any preparations. Hope you will enjoy it!
Filed under: ,
7
Comments

Silverlight Tips & Tricks: Make Silverlight DataGrid be more MVVM friendly =) by brainbox

Today one guy from our dev team met some problems with binding of datagrid selected items. Because of SelectedItems is readonly property, we cannot create two way binding for it. After a short discussion we decided to create DataGridSelectedChanged command...
More Posts Next page »