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只能将数据表与实体属性一一对应……LINQ开发指南:在LINQ中进行数据库字段映射……以上两句话其实说的都是LINQ
to SQL而不是指LINQ。可能由于LINQ to SQL的...
分类:
数据库 时间:
2014-05-26 22:21:18
阅读次数:
383
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获取集合实体
///
/// 获取表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
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
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) 是 Visual Studio 2008 和 .NET
Framework 3.5 版中一项突破性的创新,它在对象领域和数据领域之间架起了一座桥梁。
传统上,针对数据的查询都是以简单的字符串表示,而没有编译时类型检查或 IntelliSense 支持。此外,您还必须针对以...
分类:
其他好文 时间:
2014-05-22 14:51:52
阅读次数:
323