Skip to content

Commit 7338d6b

Browse files
Merge pull request #51304 from v-thpra/azure-triage-fix-1065392
Fix for Customer Feedback 1065392: Please proofread your content.
2 parents bf01309 + 7fe4fec commit 7338d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/dot-net-maui/build-mobile-and-desktop-apps/includes/2-describe-maui-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A common pattern used for cross-platform app development is to factor the business logic from the user interface, and then develop separate user interfaces and UI logic for each platform. While the business logic remains unchanged for each type of device, the code that drives the app and presents the data can vary. This variance is because of the differing capabilities, APIs, and features the devices provide. Building a multiplatform app in this way involves dealing with not only separate Software Development Kits (SDKs), but altogether different languages and toolsets.
1+
A common pattern used for cross-platform app development is to factor the business logic separate from the user interface, and then develop separate user interfaces and UI logic for each platform. While the business logic remains unchanged for each type of device, the code that drives the app and presents the data can vary. This variance is because of the differing capabilities, APIs, and features the devices provide. Building a multiplatform app in this way involves dealing with not only separate Software Development Kits (SDKs), but altogether different languages and toolsets.
22

33
The purpose of .NET MAUI (Multi-platform Application User Interface) is to simplify multiplatform app development. Using .NET MAUI, you create multiplatform apps using a single project, but you can add platform-specific source code and resources if necessary. The key aim of .NET MAUI is to enable you to implement as much of your application logic and UI layout as possible in a single codebase.
44

0 commit comments

Comments
 (0)