Create Objects and Bind to Your UI (12 of 18) | Building Apps with XAML and .NET MAUI

Опубликовано: 11 Февраль 2025
на канале: Microsoft Visual Studio
1,132
26

Welcome to the Building Apps with XAML and .NET MAUI series. Whether you are new to XAML or simply new to the XAML used in .NET MAUI, this series will show you how to start building a .NET MAUI app. In this episode, Paul shows how to create objects in XAML and bind UI elements to them.

Chapters
0:00 - Introduction
0:40 - Adding dropdown list contents to resources for reuse
2:40 - Adding an entity class library
5:20 - Referencing the entity class in XAML
6:40 - Binding page elements to an entity
12:10 - Run the app to confirm the bindings
13:40 - Referencing the entity in code
15:55 - Wrap-up

Recommended Resources
.NET MAUI Docs: https://learn.microsoft.com/en-us/dot...
Paul's code generator: https://github.com/PaulDSheriff/PDSC-...
Sample code for this series: https://github.com/PaulDSheriff/VSToo...

#visualstudio #softwaredevelopment