Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How well is WPF being adopted? [closed]

Tags:

wpf

I love programming in WPF and .NET in general. It's extremely powerful, flexible, and you can do cool stuff in it.

But I'm a little worried about whether it's getting much traction. When I talk to other sw engineers people don't seem to know much about it and the WPF sections on lots of online developer forums tend to get very light traffic.

2 years ago someone here (How popular is WPF as a technology?) posted a question about this, so I want to revisit this now in 2010.

Does WPF have legs? Is it really going to take off? Does it have major corporate adopters? Since I enjoy programming with it is it a good career move for the next few years?

Thanks in advance for any comments or opinions!

like image 956
Peter Nelson Avatar asked Aug 02 '10 20:08

Peter Nelson


People also ask

Is WPF still being used?

Microsoft has faith in WPF as a UI framework Net Core 3.0. This demonstrates that Microsoft still has faith in WPF as a user interface framework, and the company is still willing to invest in it by updating and integrating it with its new offerings.”

How good is WPF?

WPF is a very rich UI framework which is used by developers to build Windows desktop applications. It comes with built-in support for graphics, resources, data binding and much other. It makes use of Extensible Markup Language to define views and it does it in a declarative way.

Is Visual Studio written in WPF?

Visual Studio is not written in C#/WPF, it's written in a mess of legacy COM and WIN32 code with some C# and SWF. (Visual Studio for Mac is, of course, an entirely different product and codebase).


1 Answers

For what it's worth, right now StackOverflow shows 9,000 WinForms tags and 15,000 WPF tags -- hardly light traffic.

That could just mean people have more difficulty with it, but IMO the momentum has been shifting. I don't personally know anyone starting new greenfield projects in WinForms anymore.

Are the engineers to whom you are talking already working in the .NET stack? If they don't know about WPF it probably just means they work somewhere that is not creating new desktop applications. They could be maintaining existing applications or working in the web space, in which case they'd have little incentive outside of pure curiosity for exploring the current state of Windows Client technologies.

Also IMO, it is good from a career perspective, because it is so highly (and ever-increasingly) overlapped with Silverlight. Silverlight jobs are in demand and will only become moreso as companies target Windows Phone 7 and cross-platform applications that leverage existing .NET assets.

like image 68
Jay Avatar answered Oct 02 '22 04:10

Jay