I'm developing a C# .NET business application that needs to work on Windows 7, Windows 8 and Windows 8 Tablet.
You can use the WindowsFormsHost to add single Forms into an WPF application.
Winforms vs WPF both are mainly used for the same purpose for developing and designing windows applications, but WPF can be used for the web application. The difference between them is scalability, performance as WPF can render fast compared to windows forms, complexity, and support.
Windows Forms (WinForms) is a free and open-source graphical (GUI) class library included as a part of Microsoft .
Windows 8 will still have win32, so all your applications which are win32 based example winform, C++, COM application will still run fine without recompiling. However Win32 will not be present on surface tablets, so they would not run there. You will have to recode your application using metro style which will intern use WinRT (windows runtime).
For details refer to my blog on windows 8
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With