Markup Extensions - Advanced Topics in .NET MAUI
https://FreeCourseWeb.com
Published 11/2024
Created by Héctor Uriel Pérez
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English | Duration: 14 Lectures ( 1h 28m ) | Size: 940 MB
Learn to create and use Markup Extensions to optimize XAML code, design visual effects, and develop professional apps
What you'll learn
Understand what Markup Extensions are and how they process XAML strings to obtain values that can be assigned to control properties in .NET MAUI.
Master the use of existing Markup Extensions, such as StaticExtension, to access static properties, fields, and enumerations from XAML.
Create custom Markup Extensions by implementing IMarkupExtension to simplify repetitive XAML code and add reusable functionality.
Develop a practical image filter application that uses Markup Extensions to apply gradients and visual effects to photos taken with the camera.
Requirements
Basic programming knowledge in C#
Familiarity with XAML and .NET MAUI
Visual Studio 2022 installed with the Mobile Development workload
Basic understanding of graphical interfaces and UI controls