Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3313908
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:10:12+00:00 2026-05-17T22:10:12+00:00

I have been working for some time on a library which performs numeric calculations.

  • 0

I have been working for some time on a library which performs numeric calculations. It is written in pure native C++, and until now I have been using simple console applications to test its functionality.

The time has come to build a GUI on top of the library – to better display tables of results and also to render them in graphical form.

I was always planning to use WPF to implement the UI and have spent some time researching it, but I am now having second thoughts. My worries about WPF are:

  1. Is it worth coupling my program to the .NET framework just for the sake of the user interface? .NET and WPF seem to add overhead in many forms, including:
    • Program complexity
      • Using .NET implies using a second language – and thus writing lots of messy interop code.
    • Runtime performance
      • In particular, WPF applications seem very slow to start up.
    • Deployment
      • Is .NET framework installation quick and easy? Does it require rebooting the machine?
  2. Rendering quality
    • This has improved in WPF 4, but display of standard elements still seems poor in some areas.
  3. Concern over whether performance and quality will improve in the future
    • Is it true that WPF is being de-emphasized within Microsoft (in favour of Silverlight)?

My worries are compounded by news of people moving away from WPF having faced similar issues – the most recent and highest-profile being Evernote.

Would you recommend I stick with my original plan and use WPF?

If so, what do you think about the above issues?
If not, what alternative libraries could I use to create a high-quality Windows GUI?


Edit:

Thanks to Reed Copsey for addressing my individual points. The reply suggests that most of the issues I have with WPF can be worked around.

It seems that using WPF will involve more work than would be ideal – including writing interop code and making tweaks to ensure good performance and high quality. Do people generally agree with the statement that, in spite of this, the best way to produce a top-quality UI is with WPF – rather than with any other framework?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T22:10:13+00:00Added an answer on May 17, 2026 at 10:10 pm

    I’ll try to address these in order. Spoiler: In my opinion, for the most part, the answer is yes.

    Is it worth coupling my program to the .NET framework just for the sake of the user interface?

    This depends on the interface requirements. Do you users need a good, solid, modern UI? If so, you’ll want to use the right tool to deliver that requirement.

    .NET and WPF seem to add overhead in many forms, including:

    • Program complexity
      • Using .NET implies using a second language – and thus writing lots of messy interop code.

    You can use GDI+ via C++/CLI, and handle everything in one language. That being said, part of the reason people use other languages for this is productivity – it’s actually very, very fast compared to making a GUI in C++. The interop code via C++/CLI is not very messy at all, at least not if your routines are class-based.

    Runtime performance
    – In particular, WPF applications seem very slow to start up.

    This can be an issue, to some extent. You can do a lot to mitigate it, however – but this will probably always be a bit slower to start than a lean, native codebase since it has to spin up the CLR + libraries.

    Deployment
    – Is .NET framework installation quick and easy? Does it require rebooting the machine?

    Yes on both counts, typically. That being said, most people already have the framework installed (esp. if you target .NET 3.5, but 4.0 is coming along nicely), so it’s a non-issue. I always see this as a one-time thing, though – I’d much rather trade a nice user experience for a bit of deployment time, especially when it’s a relatively pain-free deployment (.NET’s very easy to install, just large and a bit time consuming).

    Rendering quality
    – This has improved in WPF 4, but display of standard elements still seems poor in some areas.

    I’d strongly disagree here. WPF is (esp. in v4), the premier platform for quality user interfaces. It’s tough to beat the rendering quality options in WPF –

    Concern over whether performance and quality will improve in the future
    – Is it true that WPF is being de-emphasized within Microsoft (in favour of Silverlight)?

    No. There was even a good talk at the PDC of the future of WPF. Silverlight gets a lot more press, but that’s mainly because it’s not nearly as mature of technology, so it’s changing more quickly. WPF is still their top of the line UI experience, and still getting new features added. It’s also the suggested platform for interop with native code – while it’s possible in SL using COM, it’s not pleasant like in WPF.

    Performance, threading issues, and airspace issues seem to be the future improvements in mind, according to the PDC talk. For details, watch “The Future of WPF.”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been working with Struts for some time, but for a project I
i've been working for some time with an opensource library ( fast artificial neural
I have been working on some legacy C++ code that uses variable length structures
I'm not a Notes programmer, however, for my sins, have been working on some
On a recent project I have been working on in C#/ASP.NET I have some
I have some really complicated legacy code I've been working on that crashes when
Some Background I have been using Git for a while now. The projects that
I have been working with relational databases for sometime, but it only recently occurred
I have been working on a web services related project for about the last
I have been working with Visual Studio (WinForm and ASP.NET applications using mostly C#)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.