Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • That is the usual meaning of the term "application model" in software development. However, Microsoft seems to use the term "application model" slightly differently: they use it to describe a pattern of components needed by a particular type of application. Hence they refer to "ASP.NET Core MVC" as "an application model representing the components of an MVC app". Elsewhere, they'll say "Windows Store application model", "Visual Basic application model. Commented Nov 13, 2021 at 20:04
  • ... "The application model defines convention abstractions that provide a simpler way to customize the behavior of the models than overriding the entire model or provider. These abstractions are the recommended way to modify an app's behavior." My take is this is a pattern representing a category of applications - NOT the model of a specific ("your") application. Commented Nov 13, 2021 at 20:05