vote up 10 vote down star
4

We make infrastructure services (data retreival and storage) and small smart client applications (fancy reporting mostly) for a commercial bank. Our team is large, 40 odd contractual employees that are C# .Net programmers. We support 50 odd applications and systems that we have develloped.

A few members of the team began making WPF, WF and WCF based applications, given that they are the first, most members do not understand these technologies. What benifits do they convey that would overcome the cost of retraining the team?

flag

8 Answers

vote up 8 vote down check

WPF UI's are easier to design implement and maintain than the current C# alternatives, so if a lot of your codebase is responsible for handling UI, migrating may serve beneficial-- as in, you'll find your team will save time in dealing with their UI layer. If most of your code is business logic, it won't help all that much.

link|flag
1  
I don't think that's the case at all. It seems easier to design and implement simple UIs in WinForms than WPF, and I say this with several months of WPF experience. The exception is that when you need something WinForms doesn't do out-of-the-box, you'll do a lot more work to get it. – PeterAllenWebb Oct 21 '08 at 14:48
vote up 1 vote down

WPF:

  • Is all about graphics!
  • Is a resolution independent framework (meaning - WPF has fully adopted the concept of vector graphics - and has also made the scaling of bitmap graphics a thoughtless process)
  • Is hardware accelerated!!!! WPF graphics are hardware accelerated where possible through Direct3D - it is NOT GDI based!
  • Has is no Paint() function - WPF is based on a retained graphics mode / tree based drawing system. Finally!
  • Is very graphically dynamic - everything can be animated - and animation is built into the framework. Remember.... there is no Paint()!
  • Is extremely customizable - though getting into the nitty-gritty of ControlTemplates is where the complication begins. You simply add objects to the display tree and let WPF worry about updates.
  • Is very rich in text rendering features.
  • Is hopeful in improving the designer/coder workflow with the use of a declarative language (XAML) for graphic definitions and complex GUI design software (Blend). Though it is important to realize that anything that can be done in a declarative way can also be accomplished in code. And it is also debatable that the complexity of WPF has scared away many designers - but has put a powerful framework in the hands of coders.

WPF:

  • Is NOT Winforms++ - its just a totally different concept all-together
  • Is NOT Silverlight - Silverlight is a subset of WPF. Quite a light subset.
  • Is NOT MFC - ok this should be obvious
  • Is not easily distributable with Windows XP - this is a shame and maybe ones of its biggest failures
  • Is not XAML - This distinction needs to be understood. XAML is an optional declarative language which can be used in the development process of WPF applications. It is absolutely not a necessary component, though once understood, definitely improves the workflow, design, and refactoring of complex graphical frameworks.
link|flag
vote up 1 vote down

WPF is surprisingly different from Windows Forms. This means a lot of training for your team.

link|flag
vote up 5 vote down

WPF enables you to do some amazing things, and I LOVE it... but I always feel obligated to qualify my recommendations, whenever developers ask me whether I think they should be moving to the new technology.

Are your developers willing (preferrably, EAGER) to spend the time it takes to learn to use WPF effectively? I never would have thought to say this about MFC, or Windows Forms, or even unmanaged DirectX, but you probably do NOT want a team trying to "pick up" WPF over the course of a normal dev. cycle for a shipping product!

Do at least one or two of your developers have some design sensibilities, and do individuals with final design authority have a decent understanding of development issues, so you can leverage WPF capabilities to create something which is actually BETTER, instead of just more "colorful", featuring gratuitous animation?

Does some percentage of your target customer base run on integrated graphics chip sets that might not support the features you were planning -- or are they still running Windows 2000, which would eliminate them as customers altogether? Some people would also ask whether your customers actually CARE about enhanced visuals but, having lived through internal company "Our business customers don't care about colors and pictures" debates in the early '90s, I know that well-designed solutions from your competitors will MAKE them care, and the real question is whether the conditions are right, to enable you to offer something that will make them care NOW.

Does the project involve grounds-up development, at least for the presentation layer, to avoid the additional complexity of trying to hook into incompatible legacy scaffolding (Interop with Win Forms is NOT seamless)?

Can your manager accept (or be distracted from noticing) a significant DROP in developer productivity for four to six months?

This last issue is due to what I like to think of as the "FizzBin" nature of WPF, with ten different ways to implement any task, and no apparent reason to prefer one approach to another, and little guidance available to help you make a choice. Not only will the shortcomings of whatever choice you make become clear only much later in the project, but you are virtually guaranteed to have every developer on your project adopting a different approach, resulting in a major maintenance headache. Most frustrating of all are the inconsistencies that constantly trip you up, as you try to learn the framework.

You can find more in-depth WPF-related information in an entry on my blog:

http://missedmemo.com/blog/2008/09/13/WPFTheFizzBinAPI.aspx

link|flag
vote up 0 vote down

WPF is a very fresh approach to designing UI. The only problem is that it introduces a large amount of concept, some of those only to hide the verboseness of xaml (xml). It also suffers a little from an architecture astronaut approach to the design but overall I'm pretty happy with it. It makes things that you before would have said no way to, into something that is manageable to do.

link|flag
vote up 15 vote down

We are just wrapping up a project in which myself and 4 others developed a rather successful, distributed enterprise app. We started using Win32 and then switched to WPF after the first iteration to meet the demands of our usability expert. Here is my experience.

WPF has some really, really great features. In general, it makes the really hard things trivial (such as creating listboxes that show rich presentation data, such as images mixed with tables, copy, etc.), but in turn can make the "this used to be so easy in Win32" painfully frustrating. I've been working in WPF for 6 months now, and I still find databinding a combobox to an XML dataprovider a dreaded experience.

As I eluded to above, WPF has some great and not-so-great binding. I love how you can bind to an xml document or inline-fragment using XPath, but I hate how you can only use the built in binding validations if your binding is two-way (and I doubly hate how you can't force the built in binding validations to pass user input back to the object, even if the data falls outside the range of some business rule).

WPF has a huge learning curve. It's not even a curve - it's a wall. It's a rough go. It's a completely different way of working with windows presentation, and, for me anyways, it required a lot of reading and playing before I started to feel somewhat comfortable. It's not the easiest thing in the world, but it allows you to do some incredibly powerful stuff (eg. In our project i created a form engine that creates full fledged XAML forms from XML using about 300 lines of XSLT - complete with full binding and validation).

Overall, I'm extremely satisfied that we chose XAML, despite the learning curve, the somewhat buggy nature of it all, and some of the deep frustrations... the positives have far outweighed the negatives and it allowed us to do things I didn't think were possible without an enormously heavy hit to performance.

If you decide to go the route of WPF, I would highly recommend these 2 books:

Good luck!

link|flag
vote up 0 vote down

I was not sure at first, most applications seemed to be pretty laggy (granted, WinForms isn't lightning fast either). This seems to be fixed with .NET 3.5 SP1 where they integrated hardware acceleration for a number of techniques.

The integrated animation / storyboard / vector capabilities are very nice and a step into the right direction. If you get a grip of Expression Blend, you will be able to prototype apps pretty quickly. These are clear benefits in my opinion.

In the long run, I don't think WinForms and older techniques are a sustainable choice.

There's also Adobe Flex, Adobe/Macromedia have experience in more powerful and 'exciting' GUI solutions because of their experience with Flash.

I just hope we don't end up with 10 different VM's installed on a desktop pc just to run all those different frameworks...

re:

fancy reporting

fanciness is probably one of WPF's strengths...

link|flag
vote up 0 vote down

I think the key word from your original question is "fancy". If your customers really expect a lot of glitter in the deliverable, then you probably do have something to gain from switching to WPF.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.