TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
MVVM
Tagged Content List
Wiki Page:
Parte I. Notas Rapidas (sticky notes) App W8: MVVM y SQLite (es-ES)
Richard Mueller
Bases para MVVM y SQLite . Requerimientos Windows 8 Visual Studio 2012 Conociendo de MVVM Comenzare dando el reconocimiento al creador de Modelo-Vista- ViewModel o conocido como MVVM Light toolkit Laurent Bugnion ...
on
19 Sep 2013
Wiki Page:
Contextual Typography using Entity Framework
Naomi N
Let's pretend that Entity Framework had something called Contextual Pluralization. Maybe it does maybe it doesn't. Now let's say that we also have something called Contextual Typography. Ok, so now let's add some cats. If I have a single cat... i.e Cat which is singular...
on
30 Aug 2013
Wiki Page:
Building SharePoint App Using JavaScript & REST with MVVM
Naomi N
In this tutorial, we will be creating a simple SharePoint app which will Add a list item into a Customer List and then displaying all list items on the page. Artifact: SharePoint App Language : JavaScript, REST Pattern: Model View ViewModel Library: Knockout Step 1: Create a Visual Studio...
on
28 Aug 2013
Wiki Page:
Starting your PixelSense Application Efficiently
Carsten Siemens
When you start to build application for the SUR40 and Microsoft PixelSense, all used to work really perfectly well on the simulator and your development PC. When you start to install and run your application directly on the device in Surface mode, you start to face a challenging but important issue...
on
22 Aug 2013
Wiki Page:
WPF/MVVM: Binding the IsChecked Property of a CheckBox to Several Other CheckBoxes
Ed Price - MSFT
Table of Contents Introduction Grouping in XAML Data Templating Defining a GroupStyle The binding Selecting all CheckBoxes Introduction This article provides an example on how you can use a three-state Checkbox control to set the IsChecked property of several other related CheckBoxes in a data...
on
19 Aug 2013
Wiki Page:
Event handling in an MVVM WPF application
Ed Price - MSFT
In a WPF application that uses the MVVM (Model-View-ViewModel) design pattern, the view model is the component that is responsible for handling the application's presentation logic and state. This means that the view's code-behind file should contain no code to handle events that are raised...
on
6 Jul 2013
Wiki Page:
Cascading ComboBoxes in WPF using MVVM
Ed Price - MSFT
When a user is selecting an item from a cascading ComboBox, another ComboBox gets automatically populated with items based on the selection in the first one. This article is about how you can implement this behaviour in a WPF application using the MVVM (Model-View-ViewModel) pattern. Assume that...
on
6 Jul 2013
Wiki Page:
How to Build, Manage and Navigate the User Interface of a WPF Application
Richard Mueller
Table of Contents Introduction Download Navigate Pages or Dashboard NavigationWindow 1. Hyperlink 2. Frame 3. NavigationService Dashboard Applications Side-note about the power of templates 4. Adding UserControls to XAML 5. Parent Cast 6. Inversion of Control / Dependancy Injection (kind of) 7. Application...
on
30 Apr 2013
Wiki Page:
Easy MVVM examples (in extreme detail)
XAML guy
This article discusses the various methods and tricks used in MVVM, to enable a developer to completely separate the user interface from the code. It demonstrates all the basics with easy examples to follow, in a downloadable project. Table of Contents Introduction About the Sample Project Classic...
on
18 Sep 2012
Wiki Page:
VERY Easy MVVM
XAML guy
This article documents the classes and techniques presented in "MVVMExtraLite", a TechNet Gallery sample that you can download, copy the code and use as your own. Table of Contents Introduction 1. Attached Property + ViewModelBase = CloseWindow from ViewModel 2. RelayCommand 3. Mediator...
on
18 Sep 2012
Wiki Page:
MVVM Model View ViewModel Part - 1
dplotnikov - mvp
Targeted Audience: 1. .NET Architects 2. .NET Application Designers 3. .NET Application Developers Prerequisites: 1. .Net technologies. 2. Basic understanding of data binding in WPF, Silverlight. Problem Statement: 1. Already using different patterns in application...
on
31 Aug 2012
Wiki Page:
WPF, MVVM & Data (in a nutshell)
XAML guy
This is an article to summarize the concepts of WPF data manipulation, within the MVVM pattern. Table of Contents The Model The ViewModel The Repository DataAdapters Entity Framework Further reading The Model The Model in MVVM is usually just the class (business object). A "Person"...
on
24 Aug 2012
Page 1 of 1 (12 items)
Can't find it? Write it!
Post an Article