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
MVVM
Prism
Silverlight
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
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
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
0
Comments
New article for SilverlightShow
by
brainbox
Hi Silverlighters, I've just published my new article about Silverlight sockets. Hope you will enjoy reading!
Filed under:
Silverlight
,
Sockets
0
Comments
Tips & Tricks: StyleCop copyright issue.
by
brainbox
Today I've started using StyleCop in my open source project. With the help of style cop you can configure copyright text, which should be added to each file. Also ReSharper plugin for StyleCop will automatically add this header after clean up. But there...
More Posts
Next page »