MAUIverse MAUIverse

Tips and Tricks on Platform-Code Implementation in .NET MAUI

Handlers, property mappers, conditional compilation, multi-targeting — .NET MAUI gives you several ways to reach native platform APIs, and it’s easy to get overwhelmed picking one. At .NET Conf 2022, Luis Beltran breaks down when to reach for each approach.

What you’ll learn

  • Customizing controls with Handlers — giving a cross-platform control (or a brand-new view) genuine native look and feel
  • Writing platform-specific code directly — accessing native APIs when a handler isn’t the right tool
  • Interfaces and partial classes — a pattern for keeping platform code organized and maintainable
  • Multi-targeting and conditional compilation — the moving pieces that make platform code manageable across iOS, Android, macOS, and Windows

Watch the full session for the concepts explained together with a live demo.

View Source →

← Back to Community Feed

}