摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Reflection;using Microsoft.CS... 阅读全文
posted @ 2009-12-29 10:32 t_l 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 关于Ado.Net Entity Framework 的理论、入门教学文章已不少了,但是很少有人讲到在ASP.Net项目中实际项目应用的问题,往往学的时候轻松搞定,一上手项目就一头雾水。比如在教程中最常见的这种形式的使用方法:using(MyObjectContext c=new MyObjectContext()){……}如果在实际应用中,每每需要连接数据库,就造这么一个... 阅读全文
posted @ 2009-12-29 09:38 t_l 阅读(425) 评论(1) 推荐(0) 编辑