Hands-On C# Project: Experiment with .NET MAUI Controls

preview_player
Показать описание
This tutorial guides beginners through creating their first .NET MAUI application using C# and Visual Studio 2022.

What you'll do:
• Create a new .NET MAUI project (0:10)
• Use the debugger to explore how the .NET MAUI app works (0:44)
• Add an Entry control (1:20)
• Make the Entry control update a Label (2:06)
• Add a Stepper control (3:09)
• Add a Slider control (4:04)
• Use HorizontalStackLayout and VerticalStackLayout controls (5:07)
• Add a Picker control (5:40)
• Write code to initialize the items in the Picker control (6:30)
• Write code to add the picked item to a Label (6:53)
• Use the debugger to sleuth out a bug in the code (7:20)
• Fix the bug (8:09)

Here's what you'll learn:
• Set up a new .NET MAUI project
• Work with various controls like Entry, Stepper, Slider, and Picker
• Implement event handlers to update labels dynamically
• Use XAML to design your user interface
• Debug your application using breakpoints and the Watch window
• Handle a real-world bug and fix it using debugging techniques

The video provides a step-by-step walkthrough, perfect for those new to C# and .NET MAUI development. By the end, you'll have created a functional app that gives you some important building blocks for visual desktop and mobile app development with .NET MAUI.
Рекомендации по теме