Performance: MFC app or C# Windows forms

S

Somasundaram

Hello Guys,

I know it is stupid to ask a question that which language/platform
gives better performance. My friend says that C# Windows forms MSIL
can beat MFC based GUI application any time in performance. Is that
true? If so, how does it acheive?

thanks
soma
 
N

Nicholas Paldino [.NET/C# MVP]

Soma,

I don't think that it is an accurate statement to make. After all,
there are so many things that can be done in the UI, where do you start to
compare them? If anything, you have to focus on specific operations in the
UI, and then you can begin to make comparisons.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top