知识在于积累(.NET之路……)

导航

2010年9月7日 #

asp.net三层结构中,SQL助手类DbHelperSQL.cs的通用写法

摘要: 在asp.net三层结构(Model、DAL、BLL)设计中,我们通常设置一个SQL助手类,即DbHelperSQL.cs。其代码一般为:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using Sys 阅读全文

posted @ 2010-09-07 09:56 汤尼 阅读(820) 评论(0) 推荐(0)