Examples of fast .NET WPF/WinForms apps?

Posted by mythz on Stack Overflow See other posts from Stack Overflow or by mythz
Published on 2010-02-12T12:16:21Z Indexed on 2010/04/25 10:33 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

I am currently investigating whether to build a windows application using unmanaged C/C++ or in .NET and would like to know of the kind of performance and responsiveness that is capable with a managed C#/.NET GUI app?

Not surprisingly it looks like the fastest most responsive applications (e.g. chrome, spotify, etc) are written in unmanaged C/C++. I've had a hard time finding examples of really good .NET applications and so I would like some help.

What's the best example of a fast and responsive .NET windows application?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wpf