码迷,mamicode.com
首页 >  
搜索关键字:linq to entity 多表联合    ( 11784个结果
委托复习
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 委托复习 8 {.....
分类:其他好文   时间:2014-06-18 22:04:02    阅读次数:118
EF接触02
Ado.net Entity Framework早期称为ObjectSpace。基于Ado.net操作数据库的一组类库。什么是ADO.NET? 基础.net平台下的操作数据库的一组Api或组建。五大对象。连接池。什么是ORM框架 ???ORM框架就是表实体对象和数据库的表之间的相互转换。edmx模型...
分类:其他好文   时间:2014-06-18 20:17:28    阅读次数:205
wcf事务
wcf服务using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.Service...
分类:其他好文   时间:2014-06-18 19:06:34    阅读次数:222
EF接触03
emdx文件解读:ssdl描述有什么表csdl描述有什么实体edmx:Mapping 映射关系 用EF实现简单的查询操作://Linq:【link】select * from UserInfo where Id();foreach (var u in dbContext.UserInfo){ if....
分类:其他好文   时间:2014-06-18 17:53:45    阅读次数:293
【DDD-Apwork框架】事件总线和事件聚合器
第一步:事件总线和事件聚合器 【1】事件总线IEventBus IUnitOfWork.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading...
分类:其他好文   时间:2014-06-18 16:58:56    阅读次数:1005
使用wcf的双工模式做的一个控制台聊天app
//wcf 服务using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.Serv...
分类:移动开发   时间:2014-06-18 16:04:35    阅读次数:335
Dijistra(C#)
支持有向与无向图DijistraSeach.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Dijis...
分类:其他好文   时间:2014-06-18 15:21:20    阅读次数:270
【转】Entity Framework技术导游系列开篇与热身
转自:http://blog.csdn.net/bitfan/article/details/12779517Entity Framework走马观花 之把握全局=========================================这是一个系列文章上一篇《Entity Framework...
分类:其他好文   时间:2014-06-18 15:03:49    阅读次数:176
HTTP Status 500 - X is not mapped [from X]; nested exception
本来是有用@Entity和@Table注解映射,之后发现,是因为@Table导入的包导错了。
分类:移动开发   时间:2014-06-16 18:34:19    阅读次数:194
c# Ftp下载程序源码解析
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Sy...
分类:其他好文   时间:2014-06-16 14:22:40    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!