TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
devvvy
NA
5
0
WCF - DataMember an interface okay?
Mar 3 2009 4:41 AM
Is this okay? Property which is an interface?
[Serializable()]
public class Person : ISerializable
{
...
[DataMember()]
IGroup Group {
get {...}
set {...}
}
...
}
Seems like "Group" is always populated as "null" by WCF?
Thanks
Reply
Answers (
0
)
Set class library project as a WCF client
WCF - SvcTraceViewer: "The body of the message cannot be read because it is empty."