From 4cc32ba85d0814876fb8de73b968250edc328f66 Mon Sep 17 00:00:00 2001 From: Michael Stonis Date: Thu, 6 Oct 2022 11:29:47 -0500 Subject: [PATCH 1/2] MAUI Presenation --- free-trip-to-maui.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 free-trip-to-maui.md diff --git a/free-trip-to-maui.md b/free-trip-to-maui.md new file mode 100644 index 0000000..6c3d245 --- /dev/null +++ b/free-trip-to-maui.md @@ -0,0 +1,3 @@ +# Free trip to MAUI + +Buckle up, we are going to MAUI. Microsoft has released an all-new multi-platform UI framework for creating amazing applications. Let's depart and take a look at what .NET MAUI is, take a trip through creating a new MAUI application, and hike through all of the neat new features. From 6eba106d390aff7aa03c5b2bdf42d6f47aec1ea2 Mon Sep 17 00:00:00 2001 From: Michael Stonis Date: Thu, 20 Oct 2022 17:45:14 -0500 Subject: [PATCH 2/2] Update free-trip-to-maui.md --- free-trip-to-maui.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/free-trip-to-maui.md b/free-trip-to-maui.md index 6c3d245..65bb107 100644 --- a/free-trip-to-maui.md +++ b/free-trip-to-maui.md @@ -1,3 +1,11 @@ # Free trip to MAUI Buckle up, we are going to MAUI. Microsoft has released an all-new multi-platform UI framework for creating amazing applications. Let's depart and take a look at what .NET MAUI is, take a trip through creating a new MAUI application, and hike through all of the neat new features. + +Questions to be answered + * Where are we at? What has it meant to develop cross-platform apps today? + * What is MAUI? + * How is MAUI different than Xamarin.Forms? + * How do we create a MAUI app? + * What can we do in a MAUI app? + * Where can I go to learn more?