DOGNET

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  C#基础

摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Reflection;using System.Text;namespace DogNet.Common{ /// <summary> /// 枚举类型的服务类 /// <... 阅读全文
posted @ 2010-05-18 12:51 DOGNET 阅读(209) 评论(0) 推荐(1)

摘要:using System;using System.Collections.Generic;using System.Configuration;using System.Linq;using System.Text;using System.Web;using System.Web.Caching;namespace DogNet.Common.CacheService{ public clas... 阅读全文
posted @ 2010-05-18 11:07 DOGNET 阅读(319) 评论(0) 推荐(1)

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml.Linq;using System.Web;namespace DogNet.Common.AppConfig{ /// <summary> /// 提供所有Xml配置文件的内存对象 ///... 阅读全文
posted @ 2010-05-18 10:39 DOGNET 阅读(218) 评论(0) 推荐(0)

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.IO; namespace DogNet.Common.AppConfig { /// <summary> /// Xml配置文件加载,监听 ... 阅读全文
posted @ 2010-05-18 10:32 DOGNET 阅读(369) 评论(0) 推荐(0)