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
ADO.NET Data Services
ADO.NET Entity Framework
ASP.NET
B&Z
Blend
C#
Controls
Databinding
Deep zoom
Duplex
Fun
Miscellaneous
MVC
MVVM
NHibernate
ORM
Prism
Silverlight
Silverlight Shader Effects C#
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
November 2009 (2)
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
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
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:
Silverlight
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:
Silverlight
,
Databinding
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:
C#
,
Silverlight
,
Controls
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:
TDD
,
Silverlight
,
WCF
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:
Vista
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:
Silverlight
,
Deep zoom
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...
Filed under:
C#
,
Silverlight
,
Tips & Tricks
,
Prism
,
MVVM
More Posts
Next page »