Tag: wpf
Found 163 results for 'wpf'.
1) c# - C# .NET MVVM software architecture and naming conventions
2) c# - What the best way to wire up Entity Framework database context (model) to ViewModel in MVVM WPF?
3) c# - What is the proper way to handle with View and ViewModel in WPF?
4) architecture - WPF, MVVM, EF, POCO guidance required on simple architecture
5) wpf - Again MVVM / MVP story , passing interface of a view to its view model why it is bad?
6) c# - Overall view validation with a datagrid and keeping to MVVM
7) c# - MVVM Reporting App Approach ? Data Access Layer?
8) c# - How much functionality needed to create a new class?
9) c# - Data visualisation application for WPF and MVVM
10) wpf - Add complex customization to form or create two forms?
11) wpf - Help with complex MVVM (multiple views)
12) design-patterns - Stateless vs Stateful ViewModel
13) c# - MVVM communicate between views
14) c# - How to separate the ViewModel from the Model, yet associate them with each other based on the Model?
15) c# - Alternative to ObservableCollection in c# wpf MVVM
16) design - MVVM best practices with WPF client and WCF duplex service
17) c# - Preserve MVVM while using XAML resources
18) c# - Is it right way to make Window to Singleton and call Visibility and Shutdown() methods directly in WPF?
19) c# - When using MVVM, is it okay to use property injection on a view model in WPF?
20) c# - Invoke model logic in one UserControl from view-model in another UserControl without violating MVVM
21) c# - MVVM pattern - Best design approach to manage an application
22) c# - Dealing with stale data persistence
23) c# - Model and ViewModel for View
24) c# - How to edit and monitor changes in a complex Datamodel
25) wpf - MVVM Correct way to switch between views occupying the same footprint on the screen
26) design - How to select drawing system when requirements not yet known?
27) wpf - ItemSource as DataTable
28) c# - Application made up of multiple executable programs
29) design-patterns - Structuring code to support console output and WPF views
30) wpf - Is it okay to pass my model into my view model via its constructor through MVVM practices?
31) c# - Does default deleting behavior of Datagrid violate mvvm pattern and separation of concerns
32) c# - WPF/C#: What is the accepted way for a lower level object to notify the UI?
33) design - Should I create a (new) project for shared UserControls?
34) wpf - Trying to learn how to use WCF services in a WPF app, using MVVM
35) c# - PasswordVault security when used from Desktop app
36) wpf - Is there a good formal pattern to manage state in MVVM?
37) wpf - What is the best approach to storing a multi-dimensional array with unknown bounds?
38) c# - System.ArgumentException thrown when switching tabs after creating new tab
39) c# - Where do I save a Canvas "center position" coordinate in an MVVM architecture?
40) c# - In MVVM, should ViewModel or View be responsible for creating new views?
41) fonts - Visual Studio 2010 Beta 2, built-in font smoothing
42) c# - WPF/Multithreading: UI Dispatcher in MVVM
43) sql-server - Which database to prefer while developing a WPF medical inventory system?
44) windows-xp - WPF apps suddenly blurry
45) c# - Best practice to extend Model in View Model
46) solid - MVVM Inheritance following SOLID principles
47) c# - Is it OK to create an Entity Framework DataContext object and dispose it in a using block in each of my CRUD methods?
48) design - Can data model have Business logic reference?
49) c# - MVVM in WPF - How to alert ViewModel of changes in Model... or should I?
50) c# - C# WPF toolkit: How can I make a cell from a datagrid be editable?