Browse by Tags

Tagged Content List
  • Wiki Page: Parte I. Notas Rapidas (sticky notes) App W8: MVVM y SQLite (es-ES)

    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 ...
  • Wiki Page: Contextual Typography using Entity Framework

    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...
  • Wiki Page: Building SharePoint App Using JavaScript & REST with MVVM

    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...
  • Wiki Page: Starting your PixelSense Application Efficiently

    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...
  • Wiki Page: WPF/MVVM: Binding the IsChecked Property of a CheckBox to Several Other CheckBoxes

    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...
  • Wiki Page: Event handling in an MVVM WPF application

    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...
  • Wiki Page: Cascading ComboBoxes in WPF using MVVM

    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...
  • Wiki Page: How to Build, Manage and Navigate the User Interface of a WPF Application

    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...
  • Wiki Page: Easy MVVM examples (in extreme detail)

    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...
  • Wiki Page: VERY Easy MVVM

    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...
  • Wiki Page: MVVM Model View ViewModel Part - 1

    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...
  • Wiki Page: WPF, MVVM & Data (in a nutshell)

    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"...
Page 1 of 1 (12 items)
Can't find it? Write it!