Creating Instance of a DataContract Class on the client side
        Posted  
        
            by hgulyan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hgulyan
        
        
        
        Published on 2010-04-06T09:19:56Z
        Indexed on 
            2010/04/06
            9:23 UTC
        
        
        Read the original article
        Hit count: 419
        
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.
© Stack Overflow or respective owner