Markup Extensions - Advanced Topics In .Net Maui
Published 11/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.04 GB | Duration: 1h 29m
Published 11/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.04 GB | Duration: 1h 29m
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
Description
Unlock the power of Markup Extensions in .NET MAUI and take your mobile applications to the next level. In this hands-on course, you will learn how to simplify and optimize your XAML code while developing advanced features for your apps.We’ll start by understanding what Markup Extensions are and how they work internally in .NET MAUI. You'll learn to use existing extensions like StaticExtension to access static properties and fields, enhancing your code's maintainability.The core of the course focuses on creating custom Markup Extensions. We’ll implement the IMarkupExtension interface to develop extensions that solve specific problems, such as automatically generating gradients and visual effects.Everything you learn will be applied to building a photo filter application. You'll create an app that allows users to take photos, apply visual effects using gradients, and efficiently manage the user interface with Markup Extensions.The course includes:Fundamentals of Markup ExtensionsUsing StaticExtensionCreating custom extensionsImplementing IMarkupExtensionDeveloping a photo filter appOptimization techniques and best practicesBy the end of the course, you’ll be able to create professional-grade Markup Extensions that enhance the quality and maintainability of your .NET MAUI applications. What are you waiting for to improve your .NET MAUI skills? See you in the course!
Overview
Section 1: Introducción
Lecture 1 What are Markup Extensions?
Lecture 2 Understanding the problem
Lecture 3 Analyzing a markup extensión internally
Lecture 4 Using a markup extension
Lecture 5 Simplifying the use of a markup extension
Lecture 6 Using StaticExtension with own data
Lecture 7 Creating a markup extension
Section 2: Workshop - MauiFilters app
Lecture 8 Introduction
Lecture 9 Creating the Image Placeholder
Lecture 10 Creating the gradient buttons section
Lecture 11 Taking a photo
Lecture 12 Setting the photo in the Image control
Lecture 13 Applying a gradient to the photo
Lecture 14 Creating the gradient markup extension
.NET developers who want to deepen their skills in mobile application development with .NET MAUI,Programmers experienced in C# interested in learning advanced techniques to improve the quality and maintainability of their XAML code,Mobile developers seeking to master the use of Markup Extensions to create more dynamic and reusable interfaces,Developers who want to learn best practices for separating business logic from the user interface in MAUI applications