by Tim Heuer via Method ~ of ~ failed by Tim Heuer on 3/29/2010 5:24:15 PM
This morning I was on a weekly (new) radio show from MSDN, hosted by Mike Benkovich. The show, MSDN Radio, features live call-in questions that you can ask. It was a better format than the typical live meeting text-based QA I thought. I think hearing questions gives you a better chance of articulating your inquiry more. Thanks to all those who listened and asked questions. I know it seemed short and there were a few more questions in the queue – feel free to send me questions you may have.
UPDATE: The audio from the show was just posted here.
There were a few that I wanted to follow-up on and get some more answers from other team members. Here are 3 items I wanted to provide a bit more follow-up to (I’m paraphrasing the questions).
Vince asked a question around Prism and part of that was what are the plans for Prism moving forward? I didn’t know a concrete answer, so I quickly asked around. Take a look at the team’s post on Prism, A Look Ahead. The team talks about the next release (v4) to be around the September 2010 timeframe. They also comment on using Prism today with Silverlight 4. As to what will be in Prism 4? They offer some insight:
I’d encourage you to subscribe to their blog and be a part of their conversation over there as well.
Scott asked a question about how to best define DomainServices (contexts) in your application – is it better to have 1:1 for entity:DomainService or other methods. I asked the RIA Services team for some additional input to my answer.
DomainService should be based on a set of related tasks that you expect the end-user to perform in [your application]. Typically such tasks involve a small group of closely related entities; e.g. in an Expense reporting app, Expense Report, Line Items and Details would be a good set of entities to cover in a single DomainService while covering accounts and payments in a separate DomainService type.
Additionally Jane asked about many-to-many relationships with regard to RIA Services.
Currently RIA Services require the “class in the middle” containing FK values in a many-to-many. In a POCO model, you can add it yourself while in an EF-generated model, you would have to change the model (edmx) to add such a class in the middle.
Hopefully these provide some additional clarity on top of my opinions. There sure seems to be a lot of interest in the RIA Services space!
Hope this helps!
Original Post: MSDN Radio follow-up answers: Prism for Silverlight, DomainServices and relationships
The content of the postings is owned by the respective author. Silverlight Feeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on Silverlight Feeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.