XamarinForms
Xamarin.Forms is a cross-platform UI toolkit that enables developers to build native user interfaces for iOS, Android, and Windows from a single shared C# codebase. UI can be defined in XAML or in C#, and the shared project is complemented by platform-specific projects to host the rendered UI.
First released by Xamarin in 2014 and later acquired by Microsoft in 2016, Xamarin.Forms integrates with Visual
Key features include a broad set of shared controls (such as Button, Label, Entry, ListView, and CollectionView),
Relation to .NET MAUI and status: Xamarin.Forms is considered the predecessor to .NET MAUI, which provides a