Re: Why are .Net UIs slower than C++ or classic VB?
- From: "Greg Young" <DruckDruckGoose@xxxxxxxxxxx>
- Date: Mon, 1 May 2006 11:08:09 -0400
The new Windows Presentation Foundation stuff looks much better than the
UI stuff we currently have for .Net.
It's at the core of Vista's new look and is promised as an upgrade for XP
and 2003 Servers.
You are right Jim!
Just wish we had it now.....I'd hate to think I have to redo these apps
all over again a year (or so) from now.
Thats why we tier apps right?
Cheers,
Greg
"Jim Hubbard" <reply@xxxxxxxxxxxxx> wrote in message
news:NVn5g.3403$QU3.607@xxxxxxxxxxxxxxxxxxxxxxxxx
"Barry Kelly" <barry.j.kelly@xxxxxxxxx> wrote in message
news:ifob52pc8iuud90d1621g4pcbn2hrvg16b@xxxxxxxxxx
"Jim Hubbard" <reply@xxxxxxxxxxxxx> wrote:
I've noticed (for quite some time now) that .Net UIs are not as
responsive
(see Franklin Covey's PlanPlus for Windows XP or Symantec's .Net Norton
Antivirus or even the .Net version of Paint done by Washington
University vs
good old Paint UIs for examples).
They are also not as professional looking as the older applications and
the
reaction times of the UIs is not professional looking at all.
Why do you think this is? Is it bad programming or is there something
else
going on here?
I agree. I think (and hope) it's a lot to do with GDI+ not being
accelerated (and it probably will never be, as WPF approaches).
Something I've especially noticed is that resize logic for forms with
lots of nested containers is especially expensive. Very laggy resizing
of 16 or so nested containers of different kinds shouldn't slow a 3GHz
machine to a crawl, but it can and does!
-- Barry
The new Windows Presentation Foundation stuff looks much better than the
UI stuff we currently have for .Net.
Take a look at the demos for Windows Expression at
http://www.microsoft.com/products/expression/en/default.mspx. In the
demos, the UIs look fast and smooth. Not at all jerky or slow!
It's at the core of Vista's new look and is promised as an upgrade for XP
and 2003 Servers.
Just wish we had it now.....I'd hate to think I have to redo these apps
all over again a year (or so) from now.
Jim
.
- References:
- Why are .Net UIs slower than C++ or classic VB?
- From: Jim Hubbard
- Re: Why are .Net UIs slower than C++ or classic VB?
- From: Barry Kelly
- Re: Why are .Net UIs slower than C++ or classic VB?
- From: Jim Hubbard
- Why are .Net UIs slower than C++ or classic VB?
- Prev by Date: Re: Older versions of .NET framework ... Needed?
- Next by Date: Re: Why are .Net UIs slower than C++ or classic VB?
- Previous by thread: Re: Why are .Net UIs slower than C++ or classic VB?
- Next by thread: Re: Why are .Net UIs slower than C++ or classic VB?
- Index(es):
Relevant Pages
|