Alexey Zakharov's Blog
-
IRepository interface.
First of all I'd like to remark that I'm not following PoEA Repository pattern. I just like this name! =)
-
Shader effects kill performance of Silverlight popup control.
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).
-
Silverlight came to Opera 10
Today I discovered that Opera 10 supports Silverlight. So now it is possible to say that on windows platform Silverlight is really crossbrowser.
-
Issues of Silverlight style system
Perhaps the second annoying problem after incomplete binding support is poor style system of Silverlight.
-
Silverlight feature request site
Today I’ve found a very nice Silverlight feature request site and I’d like to introduce MY MOST WANTED REQUEST.
-
Silverlight DataForm Auto Generation Horror!
Today I was trying to use automatic generation of DataForm from my ViewModels.
-
New article for SilverlightShow: Deep Dive Into WCF Part 1: TDD
I've written new article for SilverlightShow.net. In this article I’ve showed some approaches, which make WCF more TDD friendly. Enjoy!
-
Problem with running “Microsoft Press Training Kit exam prep suite” on Vista
If you are failed to run ‘Microsoft Press Training Kit exam prep suite” on Vista, try this line in command prompt:
-
Deep zooming on the fly
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.
-
Silverlight Tips & Tricks: Make Silverlight DataGrid be more MVVM friendly =)
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 behavior which will inform our model about selected rows. (We are using microsoft p&p prism commands api).