这是微软官方教程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
这是微软官方教程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字符实体(Character Entities)有些字符在HTML里有特别的含义,比如小于号
大于 > > & &符号 & & " 双引号 "
" 其他常用的字符实体(Character Entities)显示结果 说明 Entity Name...
分类:
Web程序 时间:
2014-05-16 05:55:34
阅读次数:
357
Asp.Net MVC 模型(使用Entity Framework创建模型类) -
Part.1这篇教程的目的是解释在创建ASP.NET MVC应用程序时,如何使用Microsoft Entity
Framework来创建数据访问类。这篇教程假设你事先对Microsoft Entity Framew...
分类:
Web程序 时间:
2014-05-16 05:26:23
阅读次数:
474
internal static TResult ExecuteSingle(IEnumerable
query, Expression queryRoot) { return GetElementFunction(queryRoot)(query)...
分类:
其他好文 时间:
2014-05-15 20:54:39
阅读次数:
283
Entity Framework
应用程序有以下优点:1应用程序可以通过更加以应用程序为中心的概念性模型(包括具有继承性、复杂成员和关系的类型)来工作。2应用程序不再对特定的数据引擎或存储架构具有硬编码依赖性。3可以在不更改应用程序代码的情况下更改概念性模型与特定于存储的架构之间的映射。4开发人员可...
分类:
其他好文 时间:
2014-05-15 13:59:35
阅读次数:
284
//dal类: public class BaseDAL
{
string strConn = "";
public BaseDAL(string connString)
{
strConn = connString;
}
#region 通用增删改查
#region...
分类:
其他好文 时间:
2014-05-15 05:20:18
阅读次数:
283
这是微软官方教程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
在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
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