码迷,mamicode.com
首页 >  
搜索关键字:linq to entity 多表联合    ( 11784个结果
ashx文件中使用session提示“未将对象引用设置到对象的实例”
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Data;usingSystem.Web.SessionState;namespacefriends{//////Hand...
分类:其他好文   时间:2014-05-16 03:53:53    阅读次数:381
Entity Framework 6.0 源码解读笔记(一)
internal static TResult ExecuteSingle(IEnumerable query, Expression queryRoot) { return GetElementFunction(queryRoot)(query)...
分类:其他好文   时间:2014-05-15 20:54:39    阅读次数:283
交换密钥与安全传输
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Security....
分类:其他好文   时间:2014-05-15 17:20:45    阅读次数:329
ASP.NET Web API ----实例
上文ASP.NET Web API ----理论知识之后实例VS2013新建Web API,如下图:参考的博客是使用的Entity FrameworkCodeFirst创建数据库,即下图的EF 6.X DbContext生成器。本文是基于已经存在的数据库,创建ADO.NET实体数据模型,如下图:添加...
分类:Windows程序   时间:2014-05-15 17:09:06    阅读次数:668
Linq:First FirstOrDefault
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace TestConsole{ ...
分类:其他好文   时间:2014-05-15 17:07:04    阅读次数:187
EntityFramework小知识
Entity Framework 应用程序有以下优点:1应用程序可以通过更加以应用程序为中心的概念性模型(包括具有继承性、复杂成员和关系的类型)来工作。2应用程序不再对特定的数据引擎或存储架构具有硬编码依赖性。3可以在不更改应用程序代码的情况下更改概念性模型与特定于存储的架构之间的映射。4开发人员可...
分类:其他好文   时间:2014-05-15 13:59:35    阅读次数:284
c#简单概念(面向对象,类)
好好学习c#代码,学了怎么调用类using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace robot{ class Program { static...
分类:其他好文   时间:2014-05-15 10:45:07    阅读次数:263
归并排序算法学习
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace MegreSort{ class Program { static void Main(s...
分类:其他好文   时间:2014-05-15 09:21:59    阅读次数:171
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!