1.委托:把一个方法当作参数传到另一个方法中 扩展方法:1.静态类 2.静态方法 3.this关键字 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 委托 { //扩展方法的三大步 //1.静态类 2.静态方法 3.this 关键字 public static class MyListExit…
再来一张,选择 MVC 模版,其他的没选过,不会用 =_=!! 身份验证用个人用户账户,这个是为了偷懒,话说 ASP.NET Identity 还是很给力的,不用白不用 ^_^~ 点击确定之后,会看到以下界面: 解决方案结构: 先更新一把先: 好吧,开工吧!!在Models目录下建立博客分类(Category)和博客(Post)两个类,代码贴在下面 Category: using System; using System.Collections.Generic; using System.Li…