摘要:
1. Download ”windows driver kit 10” for windows 10 (I can’t download it in the office) 2. run cmd and cd %programfiles%\Windows Kits\8.0\Testi... 阅读全文
摘要:
1.web.config添加数据库连接 2.创建DbContext,类的名字必须和webconfig建的名字一致 public class GuestbookContext:DbContext { public System.Data.Entity.DbSet Entries { ... 阅读全文