2009年12月30日
摘要: 转自:http://www.ncfix.com/2009/0927/3757.html1,点击屏幕左下角的Windows开始按钮在出现的菜单中单击选择“控制面板”。 2,在控制面板中单击选择“系统和安全”。 3,在系统和安全中单击选择“备份和还原”。 4,单击选择左上角的“创建系统映像”。 5,... 阅读全文
posted @ 2009-12-30 18:25 冯瑞涛 阅读(1058) 评论(0) 推荐(0) 编辑
摘要: Insert/Update/Delete操作插入(Insert)1.简单形式说明:new一个对象,使用InsertOnSubmit方法将其加入到对应的集合中,使用SubmitChanges()提交到数据库。NorthwindDataContext db = new NorthwindDataContext();var newCustomer = new Customer{ CustomerID =... 阅读全文
posted @ 2009-12-30 14:54 冯瑞涛 阅读(581) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Collections ; using System.Linq; using System.Text; namespace LINQ技术 { class LINQ查询操作符 { public static void Main() { //首先,我们先列出Linq一些常用的操作符... 阅读全文
posted @ 2009-12-30 11:42 冯瑞涛 阅读(895) 评论(0) 推荐(0) 编辑