Exploring .NET MAUI: Getting Started
CODE Magazine|July - August 2024
Unlock the true potential of cross-platform development with eXtensible Application Markup Language XAML) and NET MAUI Multi-platform App Ul). Say goodbye to the frustration of writing code for each platform separately. With NET MAUI, you can develop powerful business applications that run seamlessly on Windows, Android, Mac, and iPhone devices.
Paul D . Sheriff
Exploring .NET MAUI: Getting Started

In this series of articles, I’ll guide you through the process of building a complete business application from scratch, step by step.

Starting with the fundamentals of XAML, you'll learn how to create your first .NET MAUI application. From there, you’ll dive into constructing various screens, including a detailed view, and using grid, stack, and flex layouts. Witness firsthand how effortless it is to craft screens that adapt flawlessly to any screen size. Whether you're an aspiring developer or a seasoned pro, this article gets you started on building business applications using XAML and .NET MAUI. If you’re a C# Windows Forms developer or a WPF developer who wants to learn to use XAML in .NET MAUI applications, this article is also for you. To get the most out of this article, I’m assuming that you’re very familiar with C#, .NET Core, and object-oriented programming.

An Overview of .NET MAUI

.NET MAUI is a technology that helps you build native applications on Windows, macOS, iOS, and Android, all using a single C# codebase. To design the UI for your applications, use the XAML markup. The XAML you write is translated into C# for the .NET runtime designed to run on the target OS. XAML has been around for many years and was originally created for use in WPF applications to create robust, resolution-independent screens. Like HTML, XAML uses a flow-layout instead of absolute positioning to ensure that screens can adapt to devices of any size.

This story is from the July - August 2024 edition of CODE Magazine.

Start your 7-day Magzter GOLD free trial to access thousands of curated premium stories, and 9,000+ magazines and newspapers.

This story is from the July - August 2024 edition of CODE Magazine.

Start your 7-day Magzter GOLD free trial to access thousands of curated premium stories, and 9,000+ magazines and newspapers.

MORE STORIES FROM CODE MAGAZINEView All
Threads, Asynchrony, Parallelism, and Concurrency in C#
CODE Magazine

Threads, Asynchrony, Parallelism, and Concurrency in C#

The concepts of process, thread, and task are fundamental to understanding the working of an operating system. You should have a good understanding of threads and how they work to learn asynchrony, parallelism, and concurrency. This article discusses the concepts related to these concepts in detail with relevant code examples wherever appropriate.

time-read
5 mins  |
November - December 2024
Career Development and Staffing Reinvented
CODE Magazine

Career Development and Staffing Reinvented

You think great talent and cool positions only exist in Silicon Valley? Think again!

time-read
4 mins  |
November - December 2024
Can an LLM Make a Video Game?
CODE Magazine

Can an LLM Make a Video Game?

In the Summer of 1980, I played Asteroids at a gas station in rural West Texas. I stood on a stool to reach the controls and see the screen. Ever since then, I’ve wanted to make a video game. I’ve also wanted to have the time, skills, and resources to make a video game.

time-read
3 mins  |
November - December 2024
First Rule of ARIA: Don't Use ARIA
CODE Magazine

First Rule of ARIA: Don't Use ARIA

As you expand your accessibility knowledge, you've probably heard the term ARIA a few times, maybe with an explanation, maybe not. Let's start there: ARIA (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) is a standard from the World Wide Web Consortium (W3C) (https://www.w3.org/) via the Web AccessibilityInitiative (WAI) (https://www.w3.org/WAI/).

time-read
10+ mins  |
November - December 2024
Exploring .NET MAUI: Data Entry Controls and Data Binding
CODE Magazine

Exploring .NET MAUI: Data Entry Controls and Data Binding

In the first parts of this ongoing series on exploring .NET MAUI (https://codemag.​com/Article/2408041/Exploring-.NET-MAUIGetting-Started and https://codemag.​com/Article/2409041/Exploring-.NET-MAUI-Styles-Navigation-and-Reusable-UI), you created your first .NET MAUI application and ran that application on both a Windows computer and an Android emulator.

time-read
4 mins  |
November - December 2024
CODE Magazine Presents: The State of AI Mini Conference Tour
CODE Magazine

CODE Magazine Presents: The State of AI Mini Conference Tour

CODE has recently started a new series of inperson events focusing on the topic of artificial intelligence and its practical uses in business scenarios.

time-read
2 mins  |
November - December 2024
AI with No Internet Connection
CODE Magazine

AI with No Internet Connection

AI, or artificial intelligence; are you bored of hearing about of it yet? Between the stock market and CEO keynotes, we can’t seem to get away from it. It promises to revolutionize everything around us.

time-read
8 mins  |
November - December 2024
CODE: 5 Years Ago
CODE Magazine

CODE: 5 Years Ago

And just like that, we've arrived at the last installment of our \"30 Years of CODE\" celebratory column. Wow. Time flies! Seems like \"just the other day\" we had our 30-year anniversary celebration in Orlando, yet that was in December of 2023. But it's even wilder to think back five or six years. \"Just before the pandemic,\" really. How much has changed in those few short years!

time-read
10 mins  |
November - December 2024
Career Development and Staffing reinvented
CODE Magazine

Career Development and Staffing reinvented

You think great talent and cool positions only exist in Silicon Valley? Think again!

time-read
4 mins  |
September - October 2024
Container Orchestration Using Kubernetes
CODE Magazine

Container Orchestration Using Kubernetes

In my previous article on Docker (\"Introduction to Containerization Using Docker,\" Mar/Apr 2021 issue), I explained what containerization is and how Docker simplifies application deployment.

time-read
2 mins  |
September - October 2024