Creating Instance of a DataContract Class on the client side
- by hgulyan
I'm not sure, if it's right to do this, but I'd like to ask this question again ( http://stackoverflow.com/questions/2498644/creating-instance-of-a-service-side-datacontract-class-on-client-side-in-wcf ).
The main question is - why there's difference between creating instance on the client side and creating it on the server side?
Why there're some properties, that lose their values when you create them on the client side and pass it to service's functions? What could be the issue?
Any version will be appreciated.
I've written about my problem in the update part of the question in that link.
Thank You.
p.s. If this is against the rules, I'll delete it.