随笔分类 -  MVC

序列化
该文被密码保护。

posted @ 2017-11-24 23:41 CCCCCC1129 阅读(0) 评论(0) 推荐(0)

单例模式MVC
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace SingleLeton{ public class Si 阅读全文

posted @ 2017-11-07 18:19 CCCCCC1129 阅读(151) 评论(0) 推荐(0)

MVC数据库迁移
摘要:1.使用Migrations 命令 添加对 数据库上下文类的 初始版本 Enable-Migrations -ContextTypeName MVCDemo.Models.MVCDemoContext2.使用 Add-Migration 添加上一个版本 3.使用 Upadata-database 调 阅读全文

posted @ 2017-11-02 20:30 CCCCCC1129 阅读(184) 评论(0) 推荐(0)

导航