¡@

Home 

c# Programming Glossary: mvvm

How to bind to a PasswordBox in MVVM

http://stackoverflow.com/questions/1483892/how-to-bind-to-a-passwordbox-in-mvvm

to bind to a PasswordBox in MVVM I have come across a problem with binding to a PasswordBox... It seems it's a security risk but I am using the MVVM pattern so I wish to bypass this. I found some interesting code.. clear text passwords in memory. I know this breaks the MVVM pattern but you shouldn't ever bind to PasswordBox.Password..

Complex UI inside ListBoxItem

http://stackoverflow.com/questions/15532639/complex-ui-inside-listboxitem

view from the business logic albeit not as cleanly as an MVVM approach with WPF. The best advice I can give is don't put business..

Graph nodes coordinates evaluation [closed]

http://stackoverflow.com/questions/15579069/graph-nodes-coordinates-evaluation

share improve this question I made a complete WPF MVVM sample of a Nodes Editor supporting drag and drop and many interesting..

Transitioning from Windows Forms to WPF

http://stackoverflow.com/questions/15681352/transitioning-from-windows-forms-to-wpf

to WPF What is this DataContext you speak of A Simple MVVM Example To summarize the biggest difference between Winforms..

Implementing a log viewer with WPF

http://stackoverflow.com/questions/16743804/implementing-a-log-viewer-with-wpf

some form of virtualization and would love to follow the MVVM pattern. Any help or pointers are welcome. c# wpf performance.. incredibly good performance even with 200000 items Fully MVVM friendly. DataTemplate s for each kind of LogEntry type. These..

Good or bad practice for Dialogs in wpf with MVVM?

http://stackoverflow.com/questions/3801681/good-or-bad-practice-for-dialogs-in-wpf-with-mvvm

or bad practice for Dialogs in wpf with MVVM I lately had the problem of creating add and edit dialogs for..

WPF MVVM Newbie - how should the ViewModel close the form?

http://stackoverflow.com/questions/501886/wpf-mvvm-newbie-how-should-the-viewmodel-close-the-form

MVVM Newbie how should the ViewModel close the form I'm trying to.. ViewModel close the form I'm trying to learn WPF and the MVVM problem but have hit a snag. This question is similar but not.. with mvvm) ... I have a Login form written using the MVVM pattern. This form has a ViewModel which holds the Username..

Creating an MVVM friendly dialog strategy

http://stackoverflow.com/questions/6595312/creating-an-mvvm-friendly-dialog-strategy

an MVVM friendly dialog strategy I'm trying to create a strategy for.. the messages that are sent within the app. I'm using MVVM Light and I'm fairly new to the Messenger class. Imagine a Master.. share improve this question When designing a UI with MVVM the goal is to separate the concerns of the View from the concerns..

Managing multiple selections with MVVM

http://stackoverflow.com/questions/803216/managing-multiple-selections-with-mvvm

multiple selections with MVVM On my journey to learning MVVM I've established some basic.. multiple selections with MVVM On my journey to learning MVVM I've established some basic understanding of WPF and the ViewModel..

SelectedItem in a WPF Treeview

http://stackoverflow.com/questions/1000040/selecteditem-in-a-wpf-treeview

object e Model.SelectedCluster Cluster e.NewValue c# wpf mvvm treeview selecteditem share improve this question This property..

MVVM: Binding to Model while keeping Model in sync with a server version

http://stackoverflow.com/questions/10437241/mvvm-binding-to-model-while-keeping-model-in-sync-with-a-server-version

change my architecture if it makes sense. c# silverlight mvvm domain driven design prism share improve this question In..

Set focus on textbox in WPF from view model (C#) & wPF

http://stackoverflow.com/questions/1356045/set-focus-on-textbox-in-wpf-from-view-model-c-wpf

Left IsEnabled Binding Path IsEditable Please help c# wpf mvvm textbox focus share improve this question Let me answer to..

WPF ICommand MVVM implementation

http://stackoverflow.com/questions/1468791/wpf-icommand-mvvm-implementation

_execute.Invoke parameter #endregion c# .net wpf mvvm icommand share improve this question This is almost identical..

How to bind to a PasswordBox in MVVM

http://stackoverflow.com/questions/1483892/how-to-bind-to-a-passwordbox-in-mvvm

but it never updates my Password in my ViewModel . c# wpf mvvm wpf controls passwords share improve this question Sorry..

MVVM - what is the ideal way for usercontrols to talk to each other

http://stackoverflow.com/questions/1798600/mvvm-what-is-the-ideal-way-for-usercontrols-to-talk-to-each-other

to avoid writing any code in xaml code behind. c# wpf mvvm user controls share improve this question Typically it's..

Why use MVVM?

http://stackoverflow.com/questions/2653096/why-use-mvvm

realise the true benefits of it from this answer . c# wpf mvvm share improve this question Implementing patterns and following..

A super-simple MVVM-Light WP7 sample?

http://stackoverflow.com/questions/3655422/a-super-simple-mvvm-light-wp7-sample

pattern for a lot of apps. c# silverlight windows phone 7 mvvm light share improve this question Mick N's pointer helped.. 2010 04 model view viewmodel mvvm explained.html Here's the sample for the benefit of others assuming..

Good or bad practice for Dialogs in wpf with MVVM?

http://stackoverflow.com/questions/3801681/good-or-bad-practice-for-dialogs-in-wpf-with-mvvm

like this. I mostly use viewmodel first approach with mvvm ViewModel which calls a dialog window var result this.uiDialogService.ShowDialog.. do you see any problems with this solution c# .net wpf mvvm modal dialog share improve this question This is a good approach..

WPF/MVVM - how to handle double-click on TreeViewItems in the ViewModel?

http://stackoverflow.com/questions/4497825/wpf-mvvm-how-to-handle-double-click-on-treeviewitems-in-the-viewmodel

DataTemplate TreeView.Resources TreeView c# wpf mvvm mouseevent commandbinding share improve this question Updating..

WPF MVVM Newbie - how should the ViewModel close the form?

http://stackoverflow.com/questions/501886/wpf-mvvm-newbie-how-should-the-viewmodel-close-the-form

the same as this one ( handling dialogs in wpf with mvvm) ... I have a Login form written using the MVVM pattern... of patterns and purity is a bit ridiculous.... c# wpf mvvm share improve this question Why are you using MVVM for this..

Changing the View for a ViewModel

http://stackoverflow.com/questions/5309099/changing-the-view-for-a-viewmodel

change the data template used for SampleViewModel c# wpf mvvm share improve this question Less words more code. As far.. can be any type of command I use the command from the mvvmlight library. Inside the handler of the command I change the..

Binding WPF ComboBox to a Custom List

http://stackoverflow.com/questions/561166/binding-wpf-combobox-to-a-custom-list

That would seem a bit silly to me. c# wpf data binding mvvm combobox share improve this question You set the DisplayMemberPath..

Creating an MVVM friendly dialog strategy

http://stackoverflow.com/questions/6595312/creating-an-mvvm-friendly-dialog-strategy

any code samples of how I might acheive this c# wpf mvvm mvvm light share improve this question When designing a.. any code samples of how I might acheive this c# wpf mvvm mvvm light share improve this question When designing a UI with.. geekswithblogs.net lbugnion archive 2011 04 13 deep dive mvvm samples mix11 deepdivemvvm.aspx Sample 03 . Implementing a service..

In MVVM should the ViewModel or Model implement INotifyPropertyChanged?

http://stackoverflow.com/questions/772214/in-mvvm-should-the-viewmodel-or-model-implement-inotifypropertychanged

experiences on MVVM projects you have worked on c# mvvm share improve this question I'd say quite the opposite I..

Managing multiple selections with MVVM

http://stackoverflow.com/questions/803216/managing-multiple-selections-with-mvvm

a backer property on the ViewModel c# .net data binding mvvm share improve this question Here's what I've seen Josh Smith..