Daniel Cazzulino's Blog
Browse by Tags
All Tags
»
WPF
»
All Technology
(RSS)
.NET
XML
For those that think Microsoft Connect is useless
A while back I reported both through my weblog and Microsoft Connect what I thought was a serious flaw in the WPF validation infrastructure for ValidationRule and Binding. The issue, in short was: The validation check is invoked during any attempt to...
NavigationWindow, WinFormsHost and TextBoxes: backspace bug
WPF NavigationWindow is a very handy class that allows you to easily build Vista-like wizards, or any kind of window that resembles the browser-style navigation: The NavigationWindow will automatically handle the Backspace, Back/Next...
How to compile and run ALL WPF samples in the Windows SDK with a single command
Just issue the following PowerShell one-liner, and you'll compile and run each sample in the SDK (enter all in one line; broken here for readability): PS C:\WinFx Samples\WPFSamples\AppModel\> gci -i *.csproj -r | foreach { pushd ([System.IO.Path]...
Automatic generation of data-binding interfaces for data context objects
From the new Clarius Labs release : XamlBinding Custom Tool This custom tool will generate a partial class file implementing INotifyPropertyChange as well as a strongly-typed event for each property declared in the file it's applied to. This is very useful...
Evolving community guidelines on XAML and WPF
I just found the following excelent guidelines (especially the ones on resources organization) at Paul Stovell's blog . I think it would be great to have community-developed guidelines on this topic. I've proposed to Paul to use Jottit , which is brain...
Automatic input validation in WPF with data binding and Enterprise Library Validation Application Block
WPF provides validation infrastructure for databinding scenarios through ValidationRule objects. Only one built-in rule is provided, and you're expected to write most of these yourself. The way they work is by assigning one or more explicit rules to a...
Serious flaw in WPF validation infrastructure for ValidationRule and Binding
Adam Nathan 's excelent book on WPF states: The validation check is invoked during any attempt to update the underlying data ... before a value converter is called (if present)... This is further reinforced on MSDN where the validation process is explained...
Why we need an EntLib Standalone Validation Application Block
In my previous post about XAML and its future as a domain model/DSL serialization format , I've argued that System.Configuration as well as Enterprise Library Configuration (part of the core of EntLib) will soon become irrelevant. The caveat is that now...
Why XAML makes System.Configuration and Enterprise Library Configuration obsolete
It may seem unrelated, but if you haven't read Fowler's article on DSLs ( from Google cache if it's down like now ), please do so now. It will help you understand why XAML goes far beyond WPF and presentation. Configuration is typically nothing more than...
Forget about extending WPF data-binding support
Databinding in WPF is implemented in the Binding class, which in principle looks like just a MarkupExtension . A MarkupExtension is a core piece of XAML markup "magic". It's rather simple, though: public abstract class MarkupExtension { // Methods protected...
More Posts
Next page »
Search
Go
This Blog
Home
Contact
About
News
Tags
.NET
.NET/XML
All Technology
ASP.NET
Atlas
Books
C#
CAB
GAT
InSTEDD
Mesh
Miscelaneous
mobile
Moq
Movies
Mvp.Xml project
Patterns & Practices
Patterns & Practices
PowerShell
Shadowfax
Software Factories
Vista
Visual Studio
Whidbey General
WPF
XML
XML Performance
Navigation
Home
Blogs
Archives
January 2012 (1)
December 2011 (2)
August 2011 (1)
July 2011 (2)
June 2011 (3)
May 2011 (12)
April 2011 (2)
March 2011 (1)
February 2011 (1)
January 2011 (1)
December 2010 (3)
October 2010 (2)
September 2010 (4)
August 2010 (3)
June 2010 (4)
May 2010 (1)
April 2010 (1)
March 2010 (5)
February 2010 (1)
January 2010 (3)
December 2009 (2)
November 2009 (2)
October 2009 (2)
September 2009 (1)
August 2009 (3)
July 2009 (3)
June 2009 (2)
April 2009 (2)
March 2009 (8)
February 2009 (9)
January 2009 (2)
December 2008 (1)
November 2008 (2)
October 2008 (6)
September 2008 (1)
August 2008 (3)
July 2008 (5)
June 2008 (2)
May 2008 (2)
April 2008 (8)
March 2008 (9)
February 2008 (1)
January 2008 (3)
December 2007 (7)
November 2007 (12)
October 2007 (4)
September 2007 (12)
August 2007 (7)
July 2007 (3)
June 2007 (3)
May 2007 (3)
March 2007 (2)
February 2007 (3)
January 2007 (3)
December 2006 (1)
November 2006 (2)
October 2006 (3)
September 2006 (1)
July 2006 (3)
June 2006 (6)
May 2006 (3)
April 2006 (2)
March 2006 (2)
February 2006 (4)
January 2006 (10)
December 2005 (6)
November 2005 (5)
October 2005 (3)
September 2005 (6)
August 2005 (9)
July 2005 (11)
June 2005 (9)
May 2005 (8)
April 2005 (6)
March 2005 (1)
January 2005 (3)
December 2004 (3)
November 2004 (6)
October 2004 (8)
September 2004 (6)
August 2004 (4)
July 2004 (13)
June 2004 (7)
May 2004 (14)
April 2004 (14)
March 2004 (9)
February 2004 (26)
January 2004 (13)
December 2003 (19)
November 2003 (7)
October 2003 (19)
September 2003 (3)
August 2003 (8)
Miscelaneous
Successful Presentations
Programming
NMatrix project
CSS Destroy
RDF Primer
RexExLib Tester
CSS Zen Garden
Bookmarklets
XSD -> CLR type mappings
SqlDbType -> DbType mappings
Anders Heljsberg on C#
TDD links
Syndication
RSS
Atom