Just-Notes

Couple of Notes from several courses

View on GitHub

Graphical User Interface (GUI)

There are various UI frameworks such as MFC (Microsoft Presentation Class), WPF (Windows Presentation Foundation), WinUI 3, etc.

WPF is a UI framework that is used for creating desktop client applications.
XAML is a declarative language that’s based on XML, used extensively to build UX. Refer:

GUI Design Patterns

DesignPatternInc

Pros :

Cons :

Core principles

References :