随笔分类 -  MVC

摘要:user_books_info 类namespace CiWong.LearningLevel.Mapping{ public class user_books_info { /// /// 使用对象ID,个人版存放会员ID,班级版存放班级ID,校园版存放校... 阅读全文
posted @ 2015-07-27 17:33 逊老头 阅读(635) 评论(0) 推荐(0) 编辑
摘要:一,控制器CheckIndexAreaRegistration.cspublic class CheckIndexAreaRegistration : AreaRegistration { public override string AreaName { ... 阅读全文
posted @ 2015-06-30 22:33 逊老头 阅读(283) 评论(0) 推荐(0) 编辑
摘要:一,Model public class Course { public int Id { get; set; } public string Name { get; set; } } public c... 阅读全文
posted @ 2015-06-30 22:24 逊老头 阅读(489) 评论(0) 推荐(0) 编辑
摘要:/// /// 查询数据库中学生姓名 /// /// public ActionResult Index() { //使用linq,查询数据上下文中的学生姓名 L... 阅读全文
posted @ 2015-06-18 00:33 逊老头 阅读(659) 评论(0) 推荐(0) 编辑
摘要:// // GET: /Home/ TestTryEntities Db = new TestTryEntities(); public ActionResult Index() { return View... 阅读全文
posted @ 2015-06-18 00:21 逊老头 阅读(244) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示