Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.1 KB

File metadata and controls

36 lines (25 loc) · 1.1 KB

Learn .NET MAUI - Full Course for Beginners by James Montemagno

Intro

  • Typically I will go deep in the innerworkings of the framework, but instead that is in this video

Agenda!

  • Building Our First App
  • MVVM & Data Binding
  • Navigation
  • Accessing Platform Functionality
  • Displaying Data
  • App Themes

Building Our First App

Project Structure

  • Everything inside a Maui application is a single-project

Flyover of Concepts

  • Resources Folder (images, fonts, etc.)
  • Platforms
  • csproj file (settings for compiling)
  • conditional compilation (for env or platform)
  • Events (Application & window events)
  • Shell (https://www.youtube.com/watch?v=dM4PhZAUhzU)
  • Pages
  • Layouts (Grid, FlexLayout, etc.)