What is the difference between mvvm and 3 layer architecture?
Answer / Mukesh Sharma
{"MVVM (Model-View-ViewModel) is a design pattern used to separate the UI, data, and business logic layers in an application. The primary goal is to improve testability, maintainability, and separation of concerns.n1. Model: Represents the data and business logic.n2. View: Represents the visual representation of the data.n3. ViewModel: Acts as a bridge between the Model and View, providing a simplified interface for binding data and commands.nThree-tier architecture (also known as N-tier architecture) typically separates an application into three distinct layers: Presentation, Business Logic, and Data Access.n1. Presentation Layer: Handles user interaction.n2. Business Logic Layer: Contains the business rules and logic of the application.n3. Data Access Layer: Manages data storage and retrieval.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is wpf and why it is used?
What are Freezable objects in WPF?
What is a wpf application?
Explain ancestor relative source binding in wpf?
What is the name of the frameworkelement most commonly used to work with media in wpf?
How to navigate from window to page in wpf?
Explain the need of binding and commands?
What is expression blend?
What is wpf visual studio?
What is the use of "system.windows.markup" namespace in wpf?
What are value converters in wpf?
What are important features of wpf?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)