Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between mvvm and 3 layer architecture?



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

Post New Answer

More WPF Interview Questions

What is a wpf form?

1 Answers  


What the first class that is loaded by any new WPF Application project?

1 Answers  


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?

1 Answers  


How you would go about writing your own button style?

1 Answers  


How many type of templates are available in wpf?

1 Answers  


Can wpf be used in web applications?

1 Answers  


What is the wpf unit?

1 Answers  


What is better than wpf?

1 Answers  


What are different kinds of templates in wpf?

1 Answers  


What is the class hierarchy in windows presentation foundation?

1 Answers  


What are common localization/globalization practices for localizing/globalizing wpf?

1 Answers  


What are the dependency properties?

1 Answers  


Categories