10 2009 档案

摘要:Microsoft .Net Remoting系列专题之一:.Net Remoting基础篇Microsoft .Net Remoting系列专题之二:Marshal、Disconnect与生命周期以及跟踪服务Microsoft .Net Remoting系列专题之三:Remoting事件处理全接触系列文章二代码:RemoteObject类:using System;using System.Collections.Generic;using System.Text;using System.Runtime.Remoting.Lifetime;using System.Runtime.Remo 阅读全文
posted @ 2009-10-26 16:11 kntao 阅读(308) 评论(0) 推荐(0) 编辑
摘要:using Newtonsoft.Json;using Newtonsoft.Json.Converters;//把Json 字符串反序列化为对象目标对象 = JavaScriptConvert.DeserializeObject(JSON字符串, typeof (目标对象));//把目标对象序列化为Json字符串string Json字符串 = JavaScriptConvert.SerializeObject(目标对象);代码:protected void Page_Load(object sender, EventArgs e) { Student student = new Stude 阅读全文
posted @ 2009-10-12 17:47 kntao 阅读(296) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示