摘要: using System;namespace ConsoleApplication1{ //用户界面(观察者1) public class SomeKindOfUI { public void Show(object anObject) { if (anObject is SomeData) { ... 阅读全文
posted @ 2005-11-01 17:08 Ready! 阅读(1265) 评论(4) 推荐(0) 编辑
摘要: Web services and SOAP are the preferred method invocation for remote objects:.They are firewall-friendly.Simple to create.Easy to access by other applications 阅读全文
posted @ 2005-11-01 11:14 Ready! 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Microsoft .NET is 3 things:.Set of languages (C#, VB.NET, JavaScript, Managed C++, Others).Set of libraries organized in Namespaces.Runtime environment (Compiled to MSIL and JIT or NGEN) 阅读全文
posted @ 2005-11-01 10:57 Ready! 阅读(165) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Files/silva/Observer.rar 阅读全文
posted @ 2005-11-01 10:40 Ready! 阅读(168) 评论(0) 推荐(0) 编辑