Skip to content

Observations in Enterprise Application Patterns using .NET Maui #31462

Closed
@HobDev

Description

@HobDev

These are few of the obeservations while reading the book.

  1. Introduction- MacOS is missing in platforms in the Summary.
  2. MVVM- In the benefits of using the MVVM pattern I 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#.
  3. MVVM- In a .NET MAUI application, a view is typically a Page-derived. But in my opinion it should be ContentPage-derived.
  4. DI- In line number 52 the word Autofac is used instead of Microsoft.Extensions.DependencyInjection.
  5. DI- in line number 56 The involves the container performing the following actions: should be This involves the container performing the following actions:
  6. Validation -Model-ViewModel-Model (MVVM) should be Model-View-ViewModel (MVVM) in first line of second paragraph.
  7. Authentication and Authorization- Shouldn't Access Code be saved in Secure Storage instead of Preferences.
  8. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions