码迷,mamicode.com
首页 >  
搜索关键字:entity-framework    ( 1520个结果
.Net EntityFramework学习笔记
以mysql 为例,按codefirst 的方式需在vs的拓展和更新里先安装Entity Framework Power Tools然后再项目 里添加 mysql connect/net最后 用上面的 工具 逆向生成实体类在选择数据源 时 若无mysqlDatabase,需去mysql官网http:...
分类:Web程序   时间:2015-04-08 19:46:39    阅读次数:155
mvc3+entity framework+autofac,网站进程占用内存太多
midifan.com/moduleuser-index-411847.htmmidifan.com/moduleuser-index-411860.htmmidifan.com/moduleuser-index-411816.htmmidifan.com/moduleuser-index-4118...
分类:Web程序   时间:2015-04-08 06:38:49    阅读次数:534
EF多数据库预热
使用EF第一次加载程序会很慢,因为EF第一次会生成实体类和数据库的对应关系并做缓存,怎么解决这个问题呢?站在巨人的肩膀上将会省力很多,博客园的dudu已经给出了个解决方案(EF版本6.0以上)http://www.cnblogs.com/dudu/p/entity-framework-warm-up...
分类:数据库   时间:2015-04-07 11:20:15    阅读次数:292
.NET的EF+POSTGRESQL事项。
Entity Framework 6连接Postgresql、SQLite、LocalDB的注意事项和配置文件 - 玄离时间2014-09-03 01:05:00博客园精华区原文http://www.cnblogs.com/znlgis/p/3952673.htmlPostgresqlPostgre...
分类:数据库   时间:2015-04-06 23:06:45    阅读次数:551
Entity Framework Code First处理Clustered Index
Clustered Index 集群索引:http://msdn.microsoft.com/en-us/library/ms177443.aspx由于其特殊性,使得每个table只可以有一个clustered index,如果尝试建立第二个,会报错。在EntityFramework里,不知道即将到...
分类:其他好文   时间:2015-04-06 20:05:28    阅读次数:124
EF 6 Support
MySQL Connector/Net 6.8 integrates support for Entity Framework 6.0 (EF 6), but also offers support for Entity Framework 5. This section explains the ...
分类:其他好文   时间:2015-04-06 14:08:23    阅读次数:304
Oracle 与 entity framework 6 的配置,文档
官方文档: http://docs.oracle.com/cd/E56485_01/win.121/e55744/intro001.htm#ODPNT123Oracle 对 微软 实体框架 EF6 的支持,在 ODP.NET的新版本中才有实现。 Oracle Data Access Componen...
分类:数据库   时间:2015-04-03 00:10:03    阅读次数:686
企业模式之Unit Of Work模式
http://www.cnblogs.com/zxj159/p/3505457.html【翻译】在Entity Framework 4.0中使用 Repository 和 Unit of Work 模式 MVC+UnitOfWork+Repository+EF 之我见MVC+MQ+WinServic...
分类:其他好文   时间:2015-04-02 18:41:38    阅读次数:394
OData 笔记
http://www.odata.org/blog/how-to-use-web-api-odata-to-build-an-odata-v4-service-without-entity-framework/ http://www.asp.net/web-api/overview/odata-su...
分类:其他好文   时间:2015-04-01 00:19:50    阅读次数:275
什么是Entity Framework(ORM)
高手掠过,仅仅是查漏补缺Entity Framework是什么:1,ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping) 解决方案2,实体框架Entity Framework 是 ADO.NET 中的一组支持开发面向数...
分类:其他好文   时间:2015-03-30 18:15:43    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!