码迷,mamicode.com
首页 >  
搜索关键字:linq to objects    ( 10076个结果
【scrapy】基础知识
ItemsItem objects are simple containers used to collect the scraped data.They provide a dictionary-like api with a convenient syntax for declaring the...
分类:其他好文   时间:2014-07-16 22:48:37    阅读次数:186
关于反射的学习
前边看抽象工厂模式时,对反射有些不熟悉,这两天学习了一下,把成果记下来。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 的增删改查操作
MVC+EF, LINQ,MVC+EF 的增删改查操作
分类:Web程序   时间:2014-07-16 21:07:29    阅读次数:699
对N个数组进行操作。先把这N个一维数组合并成一个2为数组;然后进行操作
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
ASP.NET中使用Server.Transfer()方法在页间传值 实例
以下代码在VS2008中测试通过 View Codeusing System;using System.Collections.Generic;using System.Linq;using System.Web;...
分类:Web程序   时间:2014-07-16 20:35:42    阅读次数:189
Linq To Sql学习经验
本文向大家介绍Linq To Sql,可能好多人还不了解Linq To Sql,没有关系,看完本文你肯定有不少收获,希望本文能教会你更多东西。Linq To Sql是Microsoft开发的针对解决data!=object问题的新技术。在笔者的一系列的文章中,对它已经做了大量的介绍。现在,笔者将从经...
分类:数据库   时间:2014-07-16 19:41:46    阅读次数:266
Windows Phone本地数据库(SQLCE):2、LINQ to SQL(翻译)(转)
首先、要说到的是,windows phone 7.1上基本的数据库功能是SQL Compact关于Mango的一个实现,使用linq to sql访问存储在数据库上的数据。1、LINQ to SQL是什么 LINQ to SQL 是一个作为.NET Framework上的一部分的ORM(对象关系映射...
分类:数据库   时间:2014-07-13 08:56:50    阅读次数:239
Windows Phone本地数据库(SQLCE):11、使用LINQ查询数据库(翻译) (转)
这是“windows phone mango本地数据库(sqlce)”系列短片文章的第十一篇。 为了让你开始在Windows Phone Mango中使用数据库,这一系列短片文章将覆盖所有你需要知道的知识点。我将谈谈在windows phone mango本地数据库里怎么使用LINQ查询数据库。1、...
分类:数据库   时间:2014-07-13 00:39:22    阅读次数:183
aspx 文件上传和下载,多文件上传
孟宪会多文件上传测试多文件上传用户名:C#代码usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;...
分类:Web程序   时间:2014-07-12 13:43:00    阅读次数:184
C# Hashtable中存入数组或类
示例代码: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!