TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About viewmodel
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
David Anderson (4)
Anubhav Chaudhary (3)
Vishnujeet Kumar (3)
Shweta Lodha (2)
Delpin Susai Raj (2)
Rahat Yasir (2)
Mike Gold (2)
Bruno Leonardo Michels (1)
Jejji Arora (1)
Santhosh Kumar Jayaraman (1)
Nirav Daraniya (1)
Prabhat Kumar (1)
Farhan Ahmed (1)
Varun Setia (1)
Zain Ul Hassan (1)
Selva Ganapathy (1)
Manikandan M (1)
Raj Kumar (1)
Ehsan Sajjad (1)
Gurpreet Arora (1)
Sachin Kalia (1)
Abhimanyu K Vatsa (1)
Rikam Palkar (1)
Gaurav Kumar (1)
Mujeeb Rahman (1)
Nipun Tomar (1)
Gnanavel Sekar (1)
Usama Shahid (1)
Juan Francisco Morales Larios (1)
Ck Nitin (1)
Mukesh Kumar (1)
Praveen K (1)
Sahil Maheshwary (1)
Sara Silva (1)
Sanjay Kumar (1)
Akhil Garg (1)
Shirsendu Nandi (1)
David Furshpan (1)
Related resources for viewmodel
No resource found
Change Style Dynamically in Various Ways Using AngularJS
10/8/2024 9:20:34 AM.
This article explores three methods for dynamically changing styles in AngularJS applications. It covers how to implement external Angular.js files, create CSS classes, and use the ng-class directive
Show Data in Dynamic Grid Using AngularJS
10/1/2024 8:21:44 AM.
This article explains how to create a dynamic grid using AngularJS. It covers setting up the AngularJS environment, implementing a ViewModel to manage employee data, and using input fields bound with
CRUD Operations Using Knockout in MVC Application: Part 2
9/16/2024 11:22:32 AM.
This article demonstrates CRUD operations using Knockout.js in an MVC application. It covers the View class, focusing on Knockout bindings, observable arrays, and AJAX calls for creating, editing, and
ViewModel Locator in WPF
8/22/2024 11:04:58 AM.
The ViewModel Locator in WPF (Windows Presentation Foundation) is a design pattern used in the MVVM (Model-View-ViewModel) architecture. It helps manage and provide instances of ViewModels to Views, f
Data Binding in Android Kotlin
7/17/2024 6:52:51 AM.
Data binding in Kotlin refers to the process of establishing a connection between the UI elements of an application and the underlying data model. This technique allows for seamless synchronization be
A Simple WPF Application Implementing MVVM
6/20/2024 10:12:01 AM.
In modern application development using technologies like WPF, Silverlight, and MVVM, several key concepts and components play critical roles. WPF, or Windows Presentation Foundation, revolutionizes W
Explain INotifyPropertyChanged In WPF - MVVM
6/19/2024 11:56:08 AM.
INotifyPropertyChanged in ASP.NET MVC facilitates automatic updating of UI elements when data changes. By implementing this interface, changes in properties like FirstName and LastName dynamically upd
WPF ICommand In MVVM
6/12/2024 10:28:28 AM.
Commands provide a mechanism for the view to update the model in the MVVM architecture. Commands provide a way to search the element tree for a command handler.
Bootstrap Pagination Dynamically In ASP.NET MVC
6/12/2024 9:38:07 AM.
This tutorial guides you through dynamically implementing Bootstrap pagination in ASP.NET MVC using Entity Framework and ViewModel. Set up SQL Server, MVC architecture, and Bootstrap for efficient pag
MVVM Architecture
6/5/2024 8:14:53 AM.
Learn about the significance of software architecture like MVVM, which separates UI from backend, enhancing maintainability. Explore MVVM's components: Model (business logic), View (UI), ViewModel
Managing Data With ViewModel In ASP.NET MVC
5/21/2024 9:36:47 AM.
This article will tell you almost everything about ViewModel in ASP.NET MVC. I am writing this article to tell you the basic to advance foremost concepts about ways to manage the data and organize the
Handling UI Control's Events in ViewModel (Prism 5.0)
4/29/2024 9:58:03 AM.
This article explains how to data bind a command from my viewModel to an event. In other words, how to make the code-behind not contain any code related to event handlers of a control.
Learn Simple MVVM and Command Bindings in 15 Mins
4/25/2024 8:11:17 AM.
MVVM, a pattern for WPF/Silverlight, separates Model, View, and ViewModel, simplifying UI development. Models represent entities, Views are UI designs, ViewModels manage data binding, and Binders conn
Xamarin.Forms - EventToCommand Behavior in MVVM ViewModel
4/11/2024 10:35:24 AM.
Xamarin.Forms EventToCommand behavior facilitates MVVM by binding events to ViewModel commands. It streamlines event handling, promoting the separation of concerns within the application architecture.
Implementation of Collection View in .NET MAUI
2/2/2024 5:29:04 AM.
In this article, I will explain MAUI Collection View implementation using Visual Studio 2022. .NET MAUI Collection View is a view for presenting lists of data using different layout specifications. Co
Simple MVVM Pattern in WPF
10/30/2023 5:47:50 AM.
This article describes the basic use and functionality of the MVVM pattern in WPF.
Mapping ViewModel To Model Using Implicit Conversion Operator In C#
9/18/2023 9:08:46 AM.
Mapping a ViewModel to a Model in C# using an implicit conversion operator is a technique used to simplify the process of transferring data between these two related classes. ViewModels are typically
View-Model in Vue.js
9/1/2023 7:50:51 AM.
Explore Vue.js's View-Model architecture, central to building efficient interfaces. Learn what it is, its importance, and how to use it for separation of concerns, reactivity, and organized code.
MVVM (Model View ViewModel) Introduction: Part 1
2/3/2021 4:35:12 AM.
In this article, I’ll talk about how to enhance WPF, Silverlight and Windows Phone application productivity, maintainability and testability with UI based Design Patterns.
Dictionary Requires a Model Item of Type System.Collections.Generic.IEnumerable in MVC 3
2/1/2021 7:35:18 AM.
I encountered an error in the implementation of returning multiple models to a single view.
What is Model and ViewModel in MVC Pattern?
1/8/2021 9:49:39 AM.
Model and ViewModel are two things we always hear about in MVC. In this article I will show you the differences between them.
DataContext And Autowire In WPF
1/4/2021 9:19:05 PM.
There are 3 ways to bind the View with ViewModel. One way is to bind DataContext Property within a XAML, Second is to assign DataContext within Code-Behind and last using ViewModelLocator.
MVVM Architecture with LiveData Android
3/15/2020 12:45:34 PM.
In this article, you will learn about MVVM Architecture with LiveData Android.
Xamarin.Forms - MVVM ViewModel Locator Using MVVM Light
10/21/2019 9:27:53 AM.
In this article, you will learn how to create a MVVM ViewModel Locator using MVVM Light in Xamarin.Forms.
WPF MVVM Pattern: A Simple Tutorial for Absolute Beginners
5/21/2019 4:14:50 AM.
After some research I cracked the very basic steps in MVVM pattern, and then trying to write MVVM tutorials for absolute beginners.
MVVM in WPF
2/28/2019 4:45:09 AM.
In this article, I'll review some of those best practices for designing and implementing client applications with WPF. By leveraging some core features of WPF in conjunction with the Model-View-Vi
ASP.NET MVC5 - Passing ViewModel Using JQuery Ajax And Strongly Typed View
10/31/2018 11:21:07 PM.
In this article, I will demonstrate how to work with ViewModel using JQuery Ajax and Strongly Typed view.
ViewBag, ViewData And ViewModel In ASP.NET
10/11/2018 4:07:30 AM.
Earlier in our previous articles, we created this action to display the student record. In this action we passed model to our view by passing an argument to a view method
WPF MVVM - Working With Dialogs
2/25/2018 12:52:52 AM.
Avoid creating views from within your view models by building a dialog service. Facilitates unit testing.
WPF MVVM - Working With Tab Controls And Tab Content
2/21/2018 7:04:24 AM.
Learn how to create, open, and close tabs effectively using the MVVM pattern with WPF. Facilitates unit testing.
Introduction To Model-View-ViewModel Pattern For WPF
2/19/2018 5:06:57 AM.
Introduction to the MVVM (Model-View-ViewModel) pattern in WPF.
Auto ViewModelLocator In MVVM Pattern
5/25/2017 12:07:07 AM.
Auto ViewModelLocator in MVVM pattern.
Get Started MVVM Light With WPF (Separation Of ViewModel) - Part Two
3/17/2017 12:21:52 AM.
This article familiarizes you with MVVM Light with WPF (Separation of ViewModel).
DependencyObject In ViewModelBase - Good Or Bad
1/4/2017 11:55:17 AM.
This article discusses one of the best practices which is to be followed while designing MVVM based solution.
Prefer To Use ViewModel In ASP.NET MVC
12/1/2015 12:30:17 AM.
In this article, you will learn the use of ViewModel in ASP.NET MVC.
MVVM (Model View ViewModel) With WPF
11/18/2015 11:55:07 AM.
This article is intended for the WPF -MVVM beginners with an assumption that they are aware of MVVM model.
Universal Windows Platform With MVVM
11/14/2015 2:25:48 AM.
In this article you will learn how to create Universal Windows Platform with MVVM.
Overview of Model View ViewModel (MVVM)
7/10/2015 5:15:50 PM.
This article explains Model View ViewModel (MVVM).
Xamarin Guide 11: Create a LoginView
4/28/2015 11:41:15 AM.
This article illustrates how to create a LoginView in Xamarian.
Binding GridViewModel in ASP.Net 4.5
3/28/2015 3:09:56 PM.
In this article you will learn how to use GridViewModel Binding in ASP.NET 4.5.
Prism and MVVM Step-By-Step
1/23/2015 12:09:26 PM.
This article will help you learn Prism and MVVM framework.
WPF Enterprise MVVM Session 1: Building a base ViewModel class
1/13/2015 11:27:50 PM.
First video in a new series on what I consider to be enterprise MVVM development for WPF. We will begin covering practical application development scenarios that you will encounter in the real-world, and focus on building high quality, low maintenance, enterprise solutions.
MVVM, Simple Way You Can Think
10/26/2014 3:41:34 AM.
This article exlains MVVM in the simplest way you can think of.
Model View ViewModel (MVVM) Introduction: Part 3
12/24/2013 3:38:02 AM.
So for this article I'll focus on that, one more important core component of MVVM, Events (property and collection change events) or INotifyPropertyChanged.
Model View ViewModel (MVVM) Introduction: Part 2
12/16/2013 2:26:55 AM.
This article focuses fully on the logic and implementation of ICommand.
MVC4 Mobile Application Using View Model Architecture
10/3/2012 4:00:46 PM.
In this article I will describe how to build or create a small MVC4 mobile application with View Model Concept architecture.
Strategy for a Confirmation Dialog in an MVVM World in Silverlight
12/22/2010 5:59:59 PM.
Working with Silverlight in an asynchronous world can sometimes be a challenge. Here is an example of a confirmation dialog that provides some direction into that temporally ambigious environment.
Understanding and Using MVVM Light in Silverlight and Blend - Part I
11/24/2010 11:59:48 AM.
MVVM is an architecture that helps you design Silverlight apps right. If you want to simplify your move to MVVM then take a look at MVVM Light. This article is introduction to the MVVM Light Toolkit and how you can start to take advantage of its rich feature set
MVVM Design Pattern
9/27/2010 1:17:28 PM.
I started with the very basic concept of creating, binding and a few features as I needed them. The following code is simple, extensible, and provides an easier way to follow some MVVM concepts. My approach is that the MVVM design pattern is a set of recommendations not a set of rules.