VirtualMJ

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2016年2月2日

摘要: 1. NuGet 下载EntityFramework. 2. 定义Context 和 打开NuGet 命令 执行 Enable-Migrations , Libaray.DAL.Migrations.Configuration 要在执行命令后自动产生. using Libaray.Models.En 阅读全文
posted @ 2016-02-02 17:18 小马过河MJ 阅读(1574) 评论(0) 推荐(0)

摘要: 1. NuGet 下载 PagedList.MVC 2. View Page @model PagedList.IPagedList<Libaray.Models.Entities.BookModel> @using PagedList.Mvc; @{ Layout = "~/Views/Share 阅读全文
posted @ 2016-02-02 17:08 小马过河MJ 阅读(366) 评论(0) 推荐(0)

摘要: 1. Application_Error namespace Libaray.Web{ public class MvcApplication : System.Web.HttpApplication { protected void Application_Start() { AreaRegist 阅读全文
posted @ 2016-02-02 16:59 小马过河MJ 阅读(328) 评论(0) 推荐(0)