I have a silverlight ChildWindow.When I click on a link it opens this child window and displays some data from my ViewModel.The problem is this isn\'t updating when the data in the ViewModel is update
Third try to describing problem: Try 1: Sunchronizing view model and view Try2: WPF ViewModel not active presenter
In short I would like to be able to pass a generic ViewModel into my views Here is some simplified code of the gist of what I am trying to achieve
Why is UseValue only executed once? I need to call the TeamRepository for each request. How can I achieve this?
I have XSD\'s held as data in a SQL Server XML, or oracle XMLtype field. I retrieve an XSD from the database as an XDocument. I want to display this XDocument in a WPF treeview. This is relatively str
I\'m building a site in ASP.NET MVC 2 that will allow for anonymous users and registered users.When a user is logged in, I want to display multiple pieces of information related to that profile on eve
Please bear with me, I know very little about WPF so I might be way off target with this... I currently have a static resource defined as follows:
I\'m making an MVC2 app to manage billing schemes. These billing schemes can be of various types, e.g. daily, weekly, monthly, etc. and all types have their specific properties. My class structure loo
I have this code: public partial class App : Application { protected override void OnStartup(StartupEventArgs e)
i am trying to develop a Silverlight application for a school project. But I’m having problems with Visual Studio not loading the break point, making it very hard to debug a Silverlight application