代码改变世界

随笔档案-2012年4月10日

WinPhone7使用调用WCF传递对象

2012-04-10 13:53 by java线程例子, 187 阅读, 收藏,
摘要: 很少做手机开发,今天没事,做了个小小的实验,一般来讲,我学东西,只要能连上后台数据,基本上就可以了,因为前台很多东西要么不难,要么需要的是创意和美工,这都是我的薄弱之处,也就没兴趣深入了.WCF大家估计都必须交熟悉,代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.ServiceModel.Web;using System.Text;namespace WcfS 阅读全文