60 likes | 202 Views
Ms. Expression Blend Intro. Diliara Nasirova. WPF. UI Framework for developing and running .NET programs It consists of two elements : A set of DLLs A public API, allowing our programs access those DLLs WPF separates the appearance (XAML) of UI from its behaviour(C# or VB). XAML.
E N D
Ms. Expression Blend Intro DiliaraNasirova
WPF • UI Framework for developing and running .NET programs • It consists of two elements: • A set of DLLs • A public API, allowing our programs access those DLLs • WPF separates the appearance (XAML) of UI from its behaviour(C# or VB).
XAML • XML- based • Declarative • Mark-up language to represent UI
WPF tools • Visual Studio – code and XAML • Expression Blend – graphics
Change Detection Demo • http://www.diliaranasirova.com/research/changeDetection/demo.html