摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;namespace EF_Exercise{ class Program { static void Main(string[] args) { Heima3DbShitEntities db = new Heima3DbShitEntities(); Customer custom =new Customer(); //添加实体 db.Custom... 阅读全文
posted @ 2013-06-22 16:56 nieyulin 阅读(201) 评论(0) 推荐(0)
摘要: 今晚的任务:开始看EF的电子书,提高自己对EF框架的理解,真正的理解代码的意义。查看项目代码,并多做分析,提高自己的实力,更好的融入到公司的项目中去。 阅读全文
posted @ 2013-06-22 15:34 nieyulin 阅读(258) 评论(0) 推荐(0)
摘要: 今天的任务:把MVC的东西看完,之后再操作一遍,提高自己的实际操作能力,真正理解其真正的含义! 阅读全文
posted @ 2013-06-22 06:35 nieyulin 阅读(94) 评论(0) 推荐(0)