
.net
文章平均质量分 80
xxcc
这个作者很懒,什么都没留下…
展开
-
COM组件对象与.NET类对象的相互转换
运行环境:Visual Studio.NET Beta2, VC7, C#参考资料:MSDN级别:入门级 一、前言COM组件对象与.NET类对象是完全不同的,但为了使COM客户程序象调用COM组件一样调用.NET对象,使.NET程序象使用.NET对象一样使用COM组件,MS使用了wrapper技术。本文详细介绍了两种不同的wrapper技术,并给出了简单的代码实例。 二、COM wrapp原创 2001-10-18 11:00:00 · 2666 阅读 · 1 评论 -
Observer Design Pattern in C#!
This article describes a very important and one of the powerful tools in C#.This is based on a famous design pattern called Observer. Observer design pattern dictates what is called as subscriber-pu原创 2001-10-25 16:36:00 · 952 阅读 · 0 评论