WPF Applications Size Vs Winforms App Size
Posted
by jmayor
on Stack Overflow
See other posts from Stack Overflow
or by jmayor
Published on 2010-03-18T19:08:26Z
Indexed on
2010/03/18
19:11 UTC
Read the original article
Hit count: 543
Does WPF compiled code is bigger or smaller than Winform compiled code? Does WPF generates more code behind that Winform does? I have a Winform App and I want to make a new version on WPF. Customers get the updates of this app by dowloading it. So my question is, If I make the application now on WPF just using the same screens how bigger can it be the compiled solution compared to the WinForm version.
© Stack Overflow or respective owner