Tips and tricks on platform-code implementation in .NET MAUI | .NET Conf 2022

preview_player
Показать описание
.NET MAUI allows developers to integrate native code to extend the look and feel of mobile applications. On the one hand, you can customize a cross-platform control (or create new views) with native look and feel using Handlers. On the other hand, you can write your own code to access platform-specific APIs.

In order to get the best of these capabilities, you must learn some concepts (handlers, property mappers, conditional compilation, multi-targetting) which can be overwhelming.

The goal of this session is to provide tips on how to simplify the implementation of platform-specific code in .NET MAUI by using interfaces and partial classes, of course, with a cool demo.

#DotNet #dotnetconf #dotnet7

Рекомендации по теме
Комментарии
Автор

Gracias por tu presentación! Bien hecho!

blvzjdx
Автор

Is there any inherent benefit in implementing platform specific code using Dependency injection vs using just partial classes?

axa.axa.