Tagged Questions

0
votes
3answers
290 views

How can I create a file with StreamWriter using a relative path?

When I run the following code, an XML file is correctly created in c:\temp: XmlSerializer xs = new XmlSerializer(typeof(ObservableCollection<Models.Customer>)); using (Strea …
1
vote
1answer
23 views

Someone know example of silverlight implementation with repositories?

I'm trying to implement a Silverlight infrastructure with Prism, Ado.Net Dataservices and Repository Patterns but having some problems, what I want to know is, if there's out there …
0
votes
2answers
37 views

ADO.NET DataServices with Prism

I've start using prism with silverlight 3, but, we are trying to implement it to work with ADO.NET DataServices. The "DataServiceQuery" query type required to use with Silverlight, …
0
votes
2answers
397 views

MVVM & WCF - View Model and Model Relationship

I am not understanding how my model can be a WCF service. It makes sense when its an Astoria partial class residing on the client that allows remote calls to do persistence calls, …
0
votes
2answers
59 views

Where should the data be stored in MVVM?

I've got this Silverlight Prism application that is using MVVM. The model calls a WCF service and a list of data is returned. The ViewModel is bound to the View, so the ViewModel …
2
votes
3answers
60 views

Using Silverlight MVVM with Prism/Unity, and need to detect when view is closed.

I am writing an app using the MVVM (Model-View-ViewModel) pattern and am leveraging the Prism and Unity bits from the Microsoft P&P team. I have a View with a list of items. …
0
votes
0answers
8 views

TypeLoadException was Unhandeled in Prism - Composite Application Guidance

Hi, I am trying to study PRISM , and how to use it , and for that I am following video tutorials. Anyway, the problem is in my App.config file, which defines the container and t …
0
votes
1answer
14 views

Localization in Prism WPF App

I'm looking for the best way to localize a Prism 2 WPF app that might have several modules ported to Silverlight 3. Has anyone successfully localized a Prism 2 WPF app with severa …
0
votes
1answer
77 views

How to publish an event in my module’s constructor?

When I try to publish an event in my Customer Module, it doesn't work (the subscriber does not receive the object, displays nothing): public class CustomersRegister : IModule …
0
votes
2answers
31 views

Silverlight PRISM, creating a behavior

Hi Guys, I've been trying to create a basic behavior in my PRISM based silverlight project. Something like http://csharperimage.jeremylikness.com/2009/10/silverlight-behaviors-and …
2
votes
1answer
54 views

Where to put the calls to WCF or other webservices in MVVM?

I'm building Silverlight applicaitions using Prism and MVVM. When calling WCF services on your own server, or even external webservices like the Bing api, would this be done from …
0
votes
6answers
290 views

WPF MVVM dialog example

Does anyone have any examples of showing a window dialog using MVVM (Prism)? - for example a configuration settings window when a command is executed. All of the examples I've see …
0
votes
0answers
20 views

VB.net Examples for Prism MVVM In Silverlight

Hey guys IM Looking at Implementing MVVM in Silverlight. Kind of new to Silverlight and I'm Definately new to MVVM Pattern. I get it all But I want A set of small Prism VB.Net MV …
1
vote
1answer
35 views

Silverlight 3 - PRISM - Retrieve and Load Module Definitions using WCF - Possible?

We are starting to use Silverlight 3 and PRISM and are successful to load modules by reading from a XAML file. However, I would like to be able to read those definitions from a d …
0
votes
1answer
48 views

How to design prism EventAggregator?

Pattern of pub-sub events is that the publisher should not know or care if there are any subscribers out there, nor should it care what the subscribers do if they are th …

1 2 3 4 5 12 next
15 30 50 per page