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 there was a problem with the ADO.NET Entity Framework it couldn't work in the netier enviourment every entitiy is tracked. does the lightspeed support nTier architecture for WCF? |
|
|
LightSpeed can generate data transfer objects that allow entity data to be sent over WCF. DTOs are not entities and are not tracked (and, conversely, do not e.g. retain the entity business logic or participate in LightSpeed validation): they are dumb data objects. This mechanism can be used to create service-oriented messaging architectures over WCF using LightSpeed as a data source -- but note that as per SOA philosophy your tiers will only "share schema, not behaviour." |
|