A cross-platform application WPF, ASP.NET, Silverlight, WP7, XAML

Posted by J. Lennon on Stack Overflow See other posts from Stack Overflow or by J. Lennon
Published on 2012-07-04T03:10:24Z Indexed on 2012/07/06 3:16 UTC
Read the original article Hit count: 164

Filed under:
|
|
|
|

Considering the fact that all applications will interact with the web project (which will use the cloud or web services).. Is there any way to share my class models between applications?

If yes, what is the best way to do it?

About sending / receiving data from the Webservice, serialize and deserialize, how can I do this in a simple way without having to manually populate the objects?

Any information about this applications would be really helpful!

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET