Search⌘ K
AI Features

Challenge: Applying MVVM

Explore how to apply the MVVM architectural pattern in .NET MAUI by binding a ViewModel to the View. Learn to shift logic from code-behind to the ViewModel, managing two number inputs and their sum. This lesson helps you enhance app design and data handling.

Using the project at the end of this lesson, perform the tasks highlighted in the problem statement section.

Problem statement

We have an application that adds two numbers and displays them in a label. The challenge consists of the following tasks: ...