0
What's the difference between programming console application and windows or android application?
Console application is what we make when we start learning a language in codeblocks. It starts with main function. But while programming for apps or games it does not have a main function , just what is needed.
2 ответов
+ 1
You must work with gui (graphical user interface ). windows form is a graphical user interface application programming interface (API) included as a part of Microsoft's .NET Framework.
Windows Forms allows to create graphically rich applications that are easy to deploy and update. The applications are more secure than traditional Windows-based applications
Same as winform, Windows Presentation Foundation (WPF) lets you create desktop client applications for Windows with visually stunning user experiences
The core of WPF is a resolution-independent and vector-based rendering engine that is built to take advantage of modern graphics hardware. WPF extends the core with a comprehensive set of application-development features that include Extensible Application Markup Language (XAML), controls, data binding, layout, 2D and 3D graphics, animation, styles, templates, documents, media, text, and typography. WPF is part of .NET, so you can build applications that incorporate other elements of the .NET API.