JDeats wrote:
Quote:
So I have bugs in my application that stem from the VS.NET 2008 WPF
desinger. The XML/XAML has gotten corrupted a few times (aparently due
to drag and drop operations executed by the designer from toolbox to
window in drop) and it consistently requires reloading, etc...
>
What's more: when the XAML does get corrupted, often times my
applications appear to compile bug free and the problems only reveal
themselves as nasty fatal run-time errors and yet this has been a
"released" product for almost a year now....
>
I really want to dig more into WPF, but until the tools stabilize I
have a very hard time justifying that action and in fact see WPF
development through VS.NET a high risk I would rather not introduce to
my team. Professional Team leads and Architects I recommend
youinvestigate the stability of the WPF/XAML visual design tool for
yourselves and not assume it's a product of Microsoft's past
standards. Even post SP1 It feels like a late beta/technology preview
and that it's very, very upsetting.
The WPF designer is pretty useless. The even more serious issue is that
it pushes developers towards User Controls, which are just wrong in WPF.
My theory is that somebody at MSFT made a commercial decision that they
couldn't ship without a designer (changing the programming model for
Windows developers is apparently bad, so they decided to hide the fact
that they changed the programming model and by doing so changed a
necessary inconvenience into a major issue) so they rushed the
development of one at the last minute.
That said, WPF is fantastic - I'd never willingly use WinForms again.
Just don't use the VS designer.
Alun Harford