摘要: participants The classes and/or objects participating in this pattern are: Component (LibraryItem) defines the interface for objects that can have responsibilities added to th... 阅读全文
posted @ 2008-12-18 16:54 昕友软件开发 阅读(215) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2008-12-18 11:03 昕友软件开发 阅读(286) 评论(0) 推荐(0) 编辑
摘要: http://blogs.msdn.com/corrinab/archive/2008/10/01/8971166.aspx 阅读全文
posted @ 2008-12-17 10:09 昕友软件开发 阅读(159) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; us... 阅读全文
posted @ 2008-12-17 09:53 昕友软件开发 阅读(601) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2008-12-17 09:52 昕友软件开发 阅读(510) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace SilverlightInterview.Web { public class Note { public Note() { } public string ID... 阅读全文
posted @ 2008-12-17 09:51 昕友软件开发 阅读(220) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace SilverlightInterview.Web { /// /// StockService 的摘要说明 /// [W... 阅读全文
posted @ 2008-12-17 09:38 昕友软件开发 阅读(249) 评论(0) 推荐(0) 编辑
摘要: private void GetAllValues(XElement doc) { ChartValues = new List(); ChartKeys = new List(); var myValues = from pv in doc.Descendants("value") ... 阅读全文
posted @ 2008-12-12 17:40 昕友软件开发 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 编写WCF服务接口 using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.Text; namespace SilverlightApplication11.We... 阅读全文
posted @ 2008-12-10 12:51 昕友软件开发 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 编写Web service using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace SilverlightApplication10.Web { /// /// WebService1 的摘... 阅读全文
posted @ 2008-12-10 12:50 昕友软件开发 阅读(316) 评论(0) 推荐(0) 编辑
欢迎访问我的开源项目:xyIM企业即时通讯