1
peeps

POKE 53280,0: Pete Brown's Blog : Sharing Entities between WCF and Silverlight

published 1044 days, 11 hours, 58 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1045 days, 2 hours, 48 minutes ago
Tuesday, July 14, 2009 1:20:03 PM GMT Monday, July 13, 2009 10:29:30 PM GMT

Sharing Entities between WCF and Silverlight One thing that often comes up when developing Silverlight applications is the desire to share entity classes between Silverlight and server-side code in WCF.

.NET RIA Services handles the sharing for us automatically. But you’ll find yourself needing the functionality in cases where you’re simply not using .NET RIA Services.

Sharing in WCF happens by default when you mark up your entities using [DataContract] and [DataMember] attributes. However, I find p...

category: News | clicked: 0 | | source: community.irritatedvowel.com | show counter code
tags: Silverlight, WCF

No comments yet, be the first one to post comment.

To post your comment please login or signup