码迷,mamicode.com
首页 >  
搜索关键字:entity    ( 4994个结果
[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序更新相关数据
这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第六篇:为ASP.NET MVC应用程序更新相关数据原文:Updating Related Data with the Entity Fra...
分类:Web程序   时间:2014-05-17 01:28:45    阅读次数:510
[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序使用异步及存储过程
这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第九篇:为ASP.NET MVC应用程序使用异步及存储过程原文:Async and Stored Procedures with the E...
分类:Web程序   时间:2014-05-16 08:59:56    阅读次数:449
HTML语言特殊字符对照表(ISO Latin-1字符集)
HTML字符实体(Character Entities)有些字符在HTML里有特别的含义,比如小于号 大于 > > & &符号 & & " 双引号 " " 其他常用的字符实体(Character Entities)显示结果 说明 Entity Name...
分类:Web程序   时间:2014-05-16 05:55:34    阅读次数:357
Asp.Net MVC Entity Framework
Asp.Net MVC 模型(使用Entity Framework创建模型类) - Part.1这篇教程的目的是解释在创建ASP.NET MVC应用程序时,如何使用Microsoft Entity Framework来创建数据访问类。这篇教程假设你事先对Microsoft Entity Framew...
分类:Web程序   时间:2014-05-16 05:26:23    阅读次数:474
Entity Framework 6.0 源码解读笔记(一)
internal static TResult ExecuteSingle(IEnumerable query, Expression queryRoot) { return GetElementFunction(queryRoot)(query)...
分类:其他好文   时间:2014-05-15 20:54:39    阅读次数:283
EntityFramework小知识
Entity Framework 应用程序有以下优点:1应用程序可以通过更加以应用程序为中心的概念性模型(包括具有继承性、复杂成员和关系的类型)来工作。2应用程序不再对特定的数据引擎或存储架构具有硬编码依赖性。3可以在不更改应用程序代码的情况下更改概念性模型与特定于存储的架构之间的映射。4开发人员可...
分类:其他好文   时间:2014-05-15 13:59:35    阅读次数:284
entity framework 6 自己编写的通用数据类
//dal类: public class BaseDAL { string strConn = ""; public BaseDAL(string connString) { strConn = connString; } #region 通用增删改查 #region...
分类:其他好文   时间:2014-05-15 05:20:18    阅读次数:283
[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序处理并发
这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第十篇:为ASP.NET MVC应用程序处理并发原文:Handling Concurrency with the Entity Framew...
分类:Web程序   时间:2014-05-14 10:39:02    阅读次数:695
crm2013关于contentIFrame不能使用
在CRM2011里面,我们可以在页面的控制台里面输入: contentIFrame.Xrm.Page.data.entity.getEntityName(); contentIFrame.Xrm.Page.data.entity.getId(); 是可以得到当前实体的名称和记录的id 而2013里面不行,那到底是怎么回事? 在2013里面,页面的排版布局跟2011不同,contentIF...
分类:其他好文   时间:2014-05-12 15:12:06    阅读次数:242
Entity中Lazy Load的属性序列化JSON时报错
The server encountered an internal error that prevented it from fulfilling this request.org.springframework.http.converter.HttpMessageNotWritableExcep...
分类:Web程序   时间:2014-05-11 04:32:24    阅读次数:1292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!