This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I'm trying .NET RIAService and LightSpeed. The detail of structure is Silverlight3--RIAService--ASP.NET MVC--LightSpeed--DB(SQL Azure) But now it seems that between LightSpeed and RIAService is not seamless.
// TODO: Create methods containing your application logic. foreach (var entity in _currentScope.Find<MCourse>()) } public class RiaMCourse [Key]
|
|
|
I'm not sure exactly what you're asking here -- are you looking to automate the mapping between LightSpeed entities (MCourse) and RIA Services data transfer objects (RiaMCourse)? If so you can probably do this by using the designer to generate data transfer objects and methods to copy an entity into a DTO and vice versa; but I'm not clear if the RIA Services side of things has any special requirements. If you could provide more info about what you need to do and the problems you're running into then we'd be happy to provide more concrete advice. |
|