using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
us...
分类:
其他好文 时间:
2014-06-05 00:31:37
阅读次数:
309
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
数据库 时间:
2014-06-04 17:30:04
阅读次数:
214
Linq是C#3.0引入的,在C#2.0实现从集合中过滤符合条件的记录实现方式。
假设有一个Book类,以及一个Book类的集合,现在需要从集合中查找出单价大于50的Book。 1、固定查询字段的实现方式: Book.cs类:using
System;using System.Collec...
分类:
其他好文 时间:
2014-06-02 21:43:50
阅读次数:
309
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 using
System.Runtime.InteropServices; 6 7 namespace .....
分类:
其他好文 时间:
2014-06-02 18:26:00
阅读次数:
185
一:截图二:代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using Syste...
分类:
其他好文 时间:
2014-06-02 13:35:03
阅读次数:
256
(一) 前言
EF使用非常简单,但是如果使用不当就会误入EF陷阱中。下面讲解了几种分页方式的对比,以及各种方式的缺陷。(二) 陷阱一 Expression>
和Func的区别 说明:System.Linq.Expressions...
分类:
其他好文 时间:
2014-06-02 11:44:53
阅读次数:
388
一:截图二:代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using Syste...
分类:
其他好文 时间:
2014-06-02 10:11:09
阅读次数:
314
using System;using
System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.UI;using System.Web.UI.WebControls;//http://msdn.mic...
分类:
Web程序 时间:
2014-06-02 09:33:11
阅读次数:
402
在昨天我学习了LinQ的一些基础知识和动手写了一些LinQ to
Object的例子的基础上,对于LinQ语法和基本的要点有了一定的了解。今天继续自己的学习,对于今天学习的LinQ to DataSet 和LinQ to
Entity做自己的一些总结,一方面加深自己的理解,另一方面也能掌握LinQ....
分类:
其他好文 时间:
2014-06-02 02:05:58
阅读次数:
300
今天将之前买的《ASP.NET高级程序设计第四版》拿出来翻看了一下,其中第十三章节关于linq技术的讲解,还不错,之前自己对于这一块属于只闻其名不知其理,所以为了保持自己学海无涯苦作舟的心态,将自己今天学习的内容总结分享出来,对于跟我一样需要接触学习linq的朋友们也能够提供一些帮助。
(1)什么....
分类:
其他好文 时间:
2014-06-01 11:36:02
阅读次数:
285