.NET news » Search results

Search results for query "WPF" (114):

Using MvvmLight with (XAML) Silverligtht 4 or WPF

How to get started with MVVMLight and XAML for unit testing

Resetting a View Model in WPF MVVM applications without code-behind in the view

The core idea behind this code and article is to provide an uncomplicated approach to reset a view-model without having to adjust DataContext references in views.
2011-02-17 07:16:00   Source: Resetting a View Model in WPF MVVM...   Tags: WPF

WPF : A Weird 3d based control

A kind of 3d tree level control
2011-02-12 06:55:00   Source: WPF : A Weird 3d based control   Tags: WPF

WPF TaskDialog Wrapper and Emulator

A TaskDialog wrapper class with fallback emulator (for XP and earlier)
2011-02-09 18:34:00   Source: WPF TaskDialog Wrapper and Emulator   Tags: WPF

WPF Two-way Databinding in ASP.NET - Enabling MVVM

Bringing WPF like declarative data binding to ASP.NET Web Forms to enable declarative two-way data binding to any object whilst opening up MVVM UI development.
2011-01-30 00:20:00   Source: WPF Two-way Databinding in ASP.NET -...   Tags: GUI

Catel - Part 5 of n: Building a WPF example application with Catel in 1 hour

This article explains how to write a real-world application using Catel.
2011-01-28 12:04:00   Source: Catel - Part 5 of n: Building a WPF...   Tags: WPF

WPF Midi Band

Learn how to play midi files using fun WPF animations
2010-12-31 12:30:00   Source: WPF Midi Band   Tags: WPF

WPF Tutoriall - Concept Binding

Binding is the most important topic of WPF programming. In this article I have demonstrated how you could employ DataBinding to ensure that the Presentation logic is separated from the View and also give simple demonstration on how the DataBinding concept works. The article also gives you the basics
2010-12-31 03:09:00   Source: WPF Tutoriall - Concept Binding   Tags: WPF

BindingHub - a new component and design pattern, very useful in WPF as well as in ViewModels

BindingHub is the best thing since sliced bread. After you finish reading this article, you will start wondering how you could survive for so long without BindingHub. I did wonder the same thing after creating it.
2010-12-30 15:23:00   Source: BindingHub - a new component and design pattern, very...   Tags: Components

Color picker using wpf combobox

The article will demonstrate how to use a combobox as a colorpicker tool just like we have in visual studio color picker tool.
2010-12-30 04:56:00   Source: Color picker using wpf combobox   Tags: WPF