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

January 2010 - Posts

11
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:
1
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:
More Posts