由于最近一个项目的数据库变动比较频繁, 为了减少数据层的负担, 打算采用.net的MVC框架, 使用LINQ对付数据层. 这个框架的web.config文件里出现了configSections section, 这个之前没有留意, 乘着项目不是很急, 顺势把它给搞懂, 花了一下午时间, 终于搞定,....
分类:
其他好文 时间:
2014-07-16 22:59:51
阅读次数:
154
LINQ to SQL语句(1)之WhereWhere操作适用场景:实现过滤,查询等功能。说明:与SQL命令中的Where作用相似,都是起到范围限定也就是过滤作用的,而推断条件就是它后面所接的子句。Where操作包含3种形式,分别为简单形式、关系条件形式、First()形式。以下分别用实例举例下:1...
分类:
数据库 时间:
2014-07-16 22:56:22
阅读次数:
330
前边看抽象工厂模式时,对反射有些不熟悉,这两天学习了一下,把成果记下来。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;nam...
分类:
其他好文 时间:
2014-07-16 21:11:15
阅读次数:
173
MVC+EF, LINQ,MVC+EF 的增删改查操作
分类:
Web程序 时间:
2014-07-16 21:07:29
阅读次数:
699
using System;using System.Collections.Generic;using System.Linq;using System.Collections;using System.Text;using System.Diagnostics;namespace Hecha.Te...
分类:
其他好文 时间:
2014-07-16 20:59:13
阅读次数:
164
以下代码在VS2008中测试通过 View Codeusing System;using System.Collections.Generic;using System.Linq;using System.Web;...
分类:
Web程序 时间:
2014-07-16 20:35:42
阅读次数:
189
Language-Independent Set Expansion of Named Entities Using the Web.Chao Wang,Venu Satuluri,Srinivasan Parthasarathy:Local Probabilistic Models for Lin...
分类:
其他好文 时间:
2014-07-16 20:14:17
阅读次数:
346
本文向大家介绍Linq To Sql,可能好多人还不了解Linq To Sql,没有关系,看完本文你肯定有不少收获,希望本文能教会你更多东西。Linq To Sql是Microsoft开发的针对解决data!=object问题的新技术。在笔者的一系列的文章中,对它已经做了大量的介绍。现在,笔者将从经...
分类:
数据库 时间:
2014-07-16 19:41:46
阅读次数:
266
孟宪会多文件上传测试多文件上传用户名:C#代码usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;...
分类:
Web程序 时间:
2014-07-12 13:43:00
阅读次数:
184
示例代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Collections;namespace...
分类:
其他好文 时间:
2014-07-12 13:34:26
阅读次数:
330