Successfully reported this slideshow.
Your SlideShare is downloading. ×

Creating Xamarin.Forms UIs in C#

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Loading in …3
×

Check these out next

1 of 22 Ad

Creating Xamarin.Forms UIs in C#

Download to read offline

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!

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!

Advertisement
Advertisement

More Related Content

More from Brandon Minnick, MBA (20)

Recently uploaded (20)

Advertisement

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/

×