-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
Description
These are few of the obeservations while reading the book.
- Introduction- MacOS is missing in platforms in the Summary.
- MVVM- In
the benefits of using the MVVM patternI have objection to point 3. In my experience the app UI can be redesigned without touching the view model and model code if it is written entirely in XAML or C#. - MVVM- In a .NET MAUI application, a view is typically a
Page-derived. But in my opinion it should be ContentPage-derived. - DI- In line number 52 the word Autofac is used instead of Microsoft.Extensions.DependencyInjection.
- DI- in line number 56
The involves the container performing the following actions:should beThis involves the container performing the following actions: - Validation -Model-ViewModel-Model (MVVM) should be Model-View-ViewModel (MVVM) in first line of second paragraph.
- Authentication and Authorization- Shouldn't Access Code be saved in Secure Storage instead of Preferences.
- Accessing Remote Data- NewtonSoft can be replaced with System.Text..Json
I learn a lot from the book. Thanks to the author for his hard work.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 8286af12-fbed-6ba9-b33e-be1345421763
- Version Independent ID: 85388434-76a7-7a20-feec-fe27e5ca76b0
- Content: Enterprise Application Patterns Using .NET MAUI
- Content Source: docs/architecture/maui/index.md
- Product: dotnet-architecture
- GitHub Login: @michaelstonis
- Microsoft Alias: nanil
michaelstonis