随笔分类 -  Software Project

摘要:一、配置项 二、反射创建BLL管理控制器public static ControllerManager Instance() { if (bllManager == null) { string path = ConfigurationManager.AppSettings["DalPath"];string value = ConfigurationManager.AppSettings["DalValue"];Type type = Assembly.Load(path).GetType(path + "." +value); C 阅读全文
posted @ 2014-04-02 00:12 kinglong1984 阅读(286) 评论(0) 推荐(0)
摘要:介绍数据库,C#编码,Asp.net工程相关命名规范。 阅读全文
posted @ 2013-05-18 23:05 kinglong1984 阅读(554) 评论(0) 推荐(0)