I saw the light Alexey Zakharov's Blog

Recent Posts

0
Comments

Disable Visual Studio XAML Designer better way. by brainbox

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...
Filed under:
0
Comments

AnonymousComparer - lambda compare selector for Linq by brainbox

One guy from Japan created a very cool linq extension. It is called AnonymousComparer, which allows to use Func instead of annoying IEqualityComparer. var anonymous = new [] { new { Foo = "A" , Key = 10 }, new { Foo = "B" , Key = 15 } }; // true anonymous...
Filed under: , , ,
0
Comments

Subscribe RSS with your own language with Google Reader by brainbox

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.
Filed under:
0
Comments

TileMode feature request for Silverlight 4 by brainbox

After using of SL 4 beta I found that there is still no tilemode support in imagebrush. This feature is extreamely useful when u want to fill some area with image pattern like wood, steel or some other material. HTML CSS supports this from the ancient...
Filed under:
0
Comments

New article for SilverlightShow: Deep Dive Into Silverlight Services Part 2: Serialization on the speed of light with Google Protocol Buffers by brainbox

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!
4
Comments

We launched our first commercial silverlight rich internet application : house hotel project by brainbox

Today we launched our first commercial Silverlight rich internet application called house hotel . House hotel is silverlight powered web site created for promotion of mini hotel based in Chelyabinsk. Also I'd like to announce that our company are currently...
0
Comments

Disable XAML Designer in Visual Studio 2010 by brainbox

In visual studio 2010 Silverligh XAML designer is visible by default. For me it is totally useless and only require additional machine resources. Also I think it will never provide functionality close to Blend. So I recommend everybody to turn it off...
Filed under:
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:
More Posts Next page »