码迷,mamicode.com
首页 >  
搜索关键字:linq to entity 多表联合    ( 11784个结果
wcf文件上传时碰到的配置问题
1.远程服务器返回了意外相应:(413) Request Entity Too Large修改客户端配置maxReceivedMessageSize="2147483647" 并在服务端修改webconfig,加入binding节...
分类:其他好文   时间:2014-05-26 23:10:58    阅读次数:370
呵呵呵呵
呵呵呵呵```csharpusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using ...
分类:其他好文   时间:2014-05-26 22:58:46    阅读次数:352
LINQ / LINQ to SQL / LINQ to XXX 它们到底有什么区别
LINQ是新生事物,不过从不少文章和讨论上看来,这方面的概念也已经有点混沌不清了。因此我们经常可以看到这样的话:LINQ只能将数据表与实体属性一一对应……LINQ开发指南:在LINQ中进行数据库字段映射……以上两句话其实说的都是LINQ to SQL而不是指LINQ。可能由于LINQ to SQL的...
分类:数据库   时间:2014-05-26 22:21:18    阅读次数:383
C# Inject
using System;using System.Collections.Concurrent;using System.Collections.Generic;using System.Diagnostics.Contracts;using System.IO;using System.Linq...
分类:其他好文   时间:2014-05-26 16:20:34    阅读次数:269
dapper+linq+json+ztree构建树
dapper获取集合实体 /// /// 获取表tb_sys_zhuowei全部数据 /// public IEnumerable SelectAll_tb_sys_zhuowei() { using (IDbConnection conn = OpenConnection()) ...
分类:移动开发   时间:2014-05-22 17:34:19    阅读次数:387
二维数组
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 二维数组{ class Program { ...
分类:其他好文   时间:2014-05-22 15:54:53    阅读次数:227
MVC 过滤器 ActionFilterAttribute
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using 过滤器.Controllers;namespace 过滤器.Filtes{ p...
分类:Web程序   时间:2014-05-22 15:54:09    阅读次数:308
序列化反序列化
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 序列化反序列化{ c...
分类:其他好文   时间:2014-05-22 15:52:52    阅读次数:264
mvc 微软票据验证
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Security;namespace 验证权限.Control...
分类:Web程序   时间:2014-05-22 15:36:02    阅读次数:264
LINQ 语法
语言集成查询 (LINQ) 是 Visual Studio 2008 和 .NET Framework 3.5 版中一项突破性的创新,它在对象领域和数据领域之间架起了一座桥梁。 传统上,针对数据的查询都是以简单的字符串表示,而没有编译时类型检查或 IntelliSense 支持。此外,您还必须针对以...
分类:其他好文   时间:2014-05-22 14:51:52    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!