惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
有赞技术团队
有赞技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
T
Tor Project blog
T
Threat Research - Cisco Blogs
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
V
Vulnerabilities – Threatpost
Project Zero
Project Zero
C
CXSECURITY Database RSS Feed - CXSecurity.com
The Register - Security
The Register - Security
Latest news
Latest news
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
The Hacker News
The Hacker News
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 司徒正美
T
Tenable Blog
H
Hacker News: Front Page
B
Blog
宝玉的分享
宝玉的分享
C
Check Point Blog
美团技术团队
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
C
CERT Recently Published Vulnerability Notes
P
Proofpoint News Feed
The GitHub Blog
The GitHub Blog
G
GRAHAM CLULEY
Google Online Security Blog
Google Online Security Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
P
Proofpoint News Feed
GbyAI
GbyAI
酷 壳 – CoolShell
酷 壳 – CoolShell
Hugging Face - Blog
Hugging Face - Blog
Y
Y Combinator Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Hacker News - Newest:
Hacker News - Newest: "LLM"
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Scott Helme
Scott Helme
L
Lohrmann on Cybersecurity
量子位
A
About on SuperTechFans
V2EX - 技术
V2EX - 技术
T
The Exploit Database - CXSecurity.com

博客园 - IT爱好者

C# 自定义打印 C# 打印,不显示打印进度对话框 如何解决迅雷插件导致IE10崩溃的问题 ASP.NET MVC 使用Jquery Uploadify 在非IE浏览器下Http Error的解决方案 c#操作access,update语句不执行的解决办法 解决:System.Data.SqlClient.SqlError: FILESTREAM 功能被禁用 服务器“**”上的MSDTC不可用的解决办法 删除SVN遗留的无用文件 解决"System.Data.OracleClient 需要 Oracle 客户端软件 8.1.7 或更高版本" 修改IIS默认的localhost名称 IIS服务器应用程序不可用的解决办法 使用XML与远程服务器进行交互 小米手机指令大全 Java与.NET DES加密解密互转 获取执行SQL语句的返回结果 ASP.NET中如何向页面写入JavaScript脚本内容 Oracle自增列创建方法 ASP.net中用JSON序列化对象 android Listview 拖动时背景为黑色问题
通过Package Manager Console 向VS2010安装 EFCodeFirst
IT爱好者 · 2012-03-07 · via 博客园 - IT爱好者

尝试用VS2010--工具--Library Package Manager--Add Library Package Reference的online搜索 EFCodeFirst,
再找到的结果中,点选该Package的Install,
却提示错误:
"This package (or one of its dependencies) contains powershell scripts and needs to be installed from the package manager console."
 
根据提示改用Package Manager Console来安装,
打开VS2010--工具--Library Package Manager--Package Manager Console,

PM > get-package -remote -filter EFCodeFirst 
Id                                                            Version                                                       Description                                                 
--                                                            -------                                                       -----------                                                 
DynamicData.EFCodeFirstProvider                               0.1.0.0                                                       Supports using Dynamic Data with EF Code First models       
DynamicData.EFCodeFirstProvider                               0.1.0.1                                                       Supports using Dynamic Data with EF Code First models       
DynamicData.EFCodeFirstProvider                               0.1.0.2                                                       Supports using Dynamic Data with EF Code First models       
DynamicData.EFCodeFirstProvider                               0.2                                                           Supports using Dynamic Data with EF Code First models       
EFCodeFirst                                                   0.8                                                           CTP5 of the Code First Programming Model and Productivity...
EFCodeFirst                                                   1.0                                                           Legacy package, Code First is now included in the 'Entity...
EFCodeFirst                                                   1.1                                                           Legacy package, Code First is now included in the 'Entity...
EFCodeFirst                                                   1.1.0.1                                                       Legacy package, Code First is now included in the 'Entity...
EFCodeFirst.CreateTablesOnly                                  1.0.0                                                         Adds a IDatabaseInitializer implementation for EF Code Fi...
EFCodeFirst.CreateTablesOnly                                  1.0.1                                                         Adds a IDatabaseInitializer implementation for EF Code Fi...
EFCodeFirst.CreateTablesOnly                                  1.0.2                                                         Adds a IDatabaseInitializer implementation for EF Code Fi...
EFCodeFirst.Sample                                            0.8                                                           This sample blog model demonstrates the use of the Entity...
EFCodeFirst.SqlServerCompact                                  0.8.8482                                                      Allows SQL Server Compact 4.0 to be used with Entity Fram...
EFCodeFirst.SqlServerCompact                                  0.8.8482.1                                                    Allows SQL Server Compact 4.0 to be used with Entity Fram...
FsEfCodeFirst.Linq                                            0.1.0.0                                                       FsEfCodeFirst.Linq provides a quick way to create EFCodeF...
FSRepository                                                  0.4                                                           FSRepository provides a quick way of creating a repositor...
FSRepository                                                  0.5.0.0                                                       FSRepository provides a quick way of creating a repositor...

 
PM > install-package -id EFCodeFirst

已成功安装“EFCodeFirst 1.1.0.1
已成功将“EFCodeFirst 1.1.0.1”添加到 ...