title | page_title | description | tags | position | slug |
---|---|---|---|---|---|
Migrating from Xamarin |
Migrating the Barcode from Xamarin.Forms to .NET MAUI |
Learn how to migrate the Telerik UI for Xamarin Barcode to the Telerik UI for .NET MAUI Barcode by updating the namespaces, the incompatible NuGet packages and API. |
dot net maui, .net maui vs xamarin, maui vs xamarin, net maui vs xamarin, migration, xamarin.forms |
100 |
barcode-xamarin-migration |
Telerik .NET MAUI Barcode control preserves the same API as its Xamarin counterpart except for the configuration options listed in this article.
The tables in the following sections list the differences between the APIs of the Xamarin.Forms Barcode and .NET MAUI Barcode.
When migrating the Barcode from Xamarin to .NET MAUI, consider the following differences in the namespaces:
Control | Control name | XAML Namespace | C# Namespace |
---|---|---|---|
Xamarin Barcode | RadBarcode |
xmlns:telerikBarcode="clr-namespace:Telerik.XamarinForms.Barcode;assembly=Telerik.XamarinForms.Barcode" | using Telerik.XamarinForms.Barcode; |
.NET MAUI Barcode | RadBarcode |
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" | using Telerik.Maui.Controls; |
- [Migrating from Xamarin.Forms to .NET MAUI]({% slug migrate-to-net-maui %})
- [.NET MAUI Sample Applications]({% slug sampleapps-overview %})
- .NET MAUI Barcode Product Page
- .NET MAUI Barcode Forum Page