Successfully reported this slideshow.
We use your LinkedIn profile and activity data to personalize ads and to show you more relevant ads. You can change your ad preferences anytime.

Creating Xamarin.Forms UIs in C#

114 views

Published on

Many developers use XAML to create UIs in Xamarin.Forms, but did you know that everything you can do in XAML can be done in C#? Microsofts recent announcement of .NET MAUI has also promoted C# as the way to build our apps in the future using the MVU architecture. Join me as we discuss the benefits of C# vs XAML, learn how to create our UIs in C#, and explore new exciting frameworks like C# Markup and MVU in .NET MAUI that make creating mobile apps even easier!

Published in: Technology
  • Be the first to comment

  • Be the first to like this

Creating Xamarin.Forms UIs in C#

  1. 1. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  2. 2. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  3. 3. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  4. 4. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  5. 5. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  6. 6. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  7. 7. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  8. 8. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/  C# Allows for Easier Binding Refactoring  Example: “Right-Click -> Rename” (F2)  C# Binding is Updated Automatically  XAML Binding is Now Broken
  9. 9. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  10. 10. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/ XAML UI C# UI
  11. 11. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/ Don’t add XAML to the Learning Curve Learning Xamarin.Forms is Hard Enough Already
  12. 12. Xamarin.Forms  System.Maui Xamarin.Essentials  System.Devices • iOS • Android • macOS • Windows • Tizen (Samsung)
  13. 13. Xamarin.Forms  System.Maui Xamarin.Essentials  System.Devices • iOS • Android • macOS • Windows • Tizen (Samsung)
  14. 14. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  15. 15. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  16. 16. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/
  17. 17. @TheCodeTraveler https://codetraveler.io/xamarin-summit-csharp-ui/

×