I saw the light
Alexey Zakharov's Blog
Alexey Zakharov's Blog
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET CLR
ADO.NET Data Services
ADO.NET Entity Framework
ASP.NET
B&Z
BCL
Blend
C#
Controls
Databinding
Deep zoom
Duplex
Fun
Google
Linq
Miscellaneous
MVC
MVVM
NHibernate
ORM
Prism
Protocol Buffers
Silverlight
Silverlight Shader Effects C#
SIlverlight WPF
Silverlight WPF ASP.NET ASP.NET MVC Witcraft
Sockets
SQL Server
T4 templates
TDD
Tips & Tricks
Tips &
Tricks
T-SQL
VirtualEarth
Vista
WCF
Web Services
WPF
xUnit
Sponsors
advertise here
News
Twitter Updates
follow me on Twitter
Navigation
Home
Blogs
Archives
January 2010 (3)
December 2009 (3)
November 2009 (3)
October 2009 (2)
September 2009 (1)
August 2009 (1)
July 2009 (1)
June 2009 (3)
May 2009 (2)
April 2009 (3)
March 2009 (4)
February 2009 (2)
January 2009 (2)
December 2008 (4)
November 2008 (1)
October 2008 (1)
September 2008 (4)
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:
SIlverlight WPF
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:
C#
,
.NET CLR
,
BCL
,
Linq
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:
Google
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:
Silverlight
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!
Filed under:
ASP.NET
,
Silverlight
,
MVC
,
Protocol Buffers
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...
Filed under:
Silverlight WPF ASP.NET ASP.NET MVC Witcraft
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:
SIlverlight WPF
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:
ASP.NET
,
ORM
,
NHibernate
,
MVC
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...
Filed under:
Silverlight Shader Effects C#
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:
Silverlight
More Posts
Next page »