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 a wpf form?
What the first class that is loaded by any new WPF Application project?
You need to display a list of items. Which controls are possible options are made available to you if you need to display a list of items? Of those, which would you use and why?
How you would go about writing your own button style?
How many type of templates are available in wpf?
Can wpf be used in web applications?
What is the wpf unit?
What is better than wpf?
What are different kinds of templates in wpf?
What is the class hierarchy in windows presentation foundation?
What are common localization/globalization practices for localizing/globalizing wpf?
What are the dependency properties?
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)