WPF Applications Size Vs Winforms App Size
- by jmayor
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.