I saw the light
April 2010 - Posts - 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
ASP.NET MVC
B&Z
BCL
Blend
C#
Commands
Controls
Databinding
Deep zoom
Dependency Injection
DI
Duplex
Fun
Google
Google Android
Hacks
HTML 5
Hyper V Server
Inversion of Control
IoC
iOS
iPhone
JavaScript
Linq
Miscellaneous
Mongo
MVC
MVVM
NHibernate
ORM
Pain
Prism
Protocol Buffers
RoR
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
Unity
VirtualEarth
Vista
WCF
Web Services
WPF
xUnit
Sponsors
advertise here
News
Twitter Updates
follow me on Twitter
Navigation
Home
Blogs
Archives
May 2011 (1)
July 2010 (3)
April 2010 (5)
March 2010 (4)
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)
April 2010 - Posts
3
Comments
A strange bug of Blend 4 RC
by
brainbox
We've been breaking our heads about a week because blend 4 RC stop showing visual states of controls in design view. Here is the simple blend projec t with single button style inside app.xaml. Could anybody see visual states changes of this button style...
Filed under:
Silverlight
,
WPF
7
Comments
Alternative Grid Layout for Silverlight suggestion
by
brainbox
I've proposed a suggestion to create alternative grid layout for Silverlight . Please vote for it if also faced the same problems. As i write before current Silverlight Grid Layout breakes best practices of HTML and Adobe Flex Grid layouts. Current defention...
Filed under:
Silverlight
,
WPF
0
Comments
Rapid convention based development of REST webservices for Silverlight
by
brainbox
I've just published a small framework on codeplex , which allows rapidly create REST webservices for Silverlight applications. This framework is the first public component of our Silverlight Application Framework. You can read more about it in my article...
Filed under:
ASP.NET
,
Silverlight
,
ASP.NET MVC
2
Comments
Silverlight Grid Layout is pain
by
brainbox
I think one of the biggest mistake of Silverlight and WPF is its Grid layout. Imagine you have a data form with 2 columns and 5 rows. You need to place new row after the first one. As a result you need to rewrite Grid.Rows and Grid.Columns in all rows...
Filed under:
Silverlight
,
WPF
,
Pain
0
Comments
Silverlight layout hack: Centered content with fixed maxwidth
by
brainbox
Today we need to create centered content with fixed maxwidth. It is very easy to implement it for fixed width, but is not clear how to achieve the same for maxwidth. The solution to the problem is Grid with 3 columns: <Grid> <Grid.ColumnDefenitions>...
Filed under:
Silverlight
,
Tips & Tricks
,
WPF
,
Hacks
More Posts