Re: WPF v Windows Forms
- From: "Bruce Wood" <brucewood@xxxxxxxxxx>
- Date: 26 Feb 2007 00:08:28 -0800
On Feb 25, 11:55 am, vulcanite <vulcan...@xxxxxxxxxxxxxxxxx> wrote:
Hello all,
I am just trying to get up to speed with WPF (and .Net 3.0 in general), and
trying to decide whether it is worth using WPF for a new business application
(job tracking) which will be used by small businesses on windows Pcs
(XP/Vista). Hope to have it
ready by late 2007.
The only reasons I can see to use WPF instead of WinForms are:
Built on direct X and not win32 subsystem for graphics rendering (but what
precisely is the benefit of that for a business app?)
XAML may be easier for designers (non coders);
Possibly can acheive a new look which Winforms cannot (but not sure what
that is - any examples?)
What other specific reasons should be taken into account?
Caveat: I have not started using WPF yet. The following is just from
what I've read....
PROS
Easier skinning (should you want to do that): easier for branding,
changing look of entire application for special needs. (Say, large
company wants application branded with their logo, colours, etc.)
Vector-based graphics make continuous scaling possible, may be better
for people with vision problems, etc.
Ability to cleanly separate UI functionality (code) from UI look
(design). Artsy-type designer people can work on look and feel
independent of programmers. (But if you're writing it all yourself,
that probably doesn't matter.) No, they probably won't learn XAML, but
then that's what design tools are for....
Any future UI enhancements will probably be exclusively for WPF and
not back-ported to WinForms.
CONS
Brand new. Version 1.0 of anything, by any company, is always scary.
That goes double for a complete rewrite of an operating system's UI.
Mind you, it probably won't take long to work the bugs out, but bugs
there will be....
.
- Prev by Date: Topmost form loses the topmost status when VS2005 is run
- Next by Date: Re: Removing TreeView nodes with custom images
- Previous by thread: Re: WPF v Windows Forms
- Next by thread: RE: WPF v Windows Forms
- Index(es):
Relevant Pages
|