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
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:15:53
阅读次数:
287
前面介绍了Linq的三个方面应用:Linq to SQL, Linq to XML和Linq to Object,这篇介绍一下动态Linq的实现方式及应用场景。
命名空间:
System.Linq;
System.Linq.Expressions;
应用Linq的时候,我们都知道只需要Lambda表达式就行,但有些场景仅仅只使用Data Model的字段名操作是不够的或者不方便的。...
分类:
其他好文 时间:
2014-06-04 13:43:42
阅读次数:
310
之前为写Asp.Net MVC4而写了Linq应用系列:
Linq技术一:Linq to SQL和Devart Linq to SQL Model
Linq技术二:Linq to XML及xml增删改查的不同实现方式
Linq技术三:Linq to Object 和生成数据表的扩展方法
Linq技术四:动态Linq技术 -- Linq.Expressions ...
分类:
Web程序 时间:
2014-06-04 13:10:21
阅读次数:
411
One reason to use the wrapper objects is when
you want to augment the value and persist state. Because primitives are not
objects, they cannot be augm...
分类:
移动开发 时间:
2014-06-03 16:20:47
阅读次数:
345
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
Te Regular Expression literal also creates new
objects in ECMA Script 5. And one last note that calling RegExp() without new(as
a function, not as a c...
分类:
编程语言 时间:
2014-06-02 15:50:52
阅读次数:
280
数据访问对象(DAO)
对访问存储在不同数据库管理系统(DBMS)中的数据提供了一个通用的API。Yii DAO 基于 PHP Data Objects (PDO)
构建。它是一个为众多流行的DBMS提供统一数据访问的扩展,这些 DBMS 包括 MySQL, PostgreSQL 等等。因此,要使用...
分类:
其他好文 时间:
2014-06-02 06:17:46
阅读次数:
267
在昨天我学习了LinQ的一些基础知识和动手写了一些LinQ to
Object的例子的基础上,对于LinQ语法和基本的要点有了一定的了解。今天继续自己的学习,对于今天学习的LinQ to DataSet 和LinQ to
Entity做自己的一些总结,一方面加深自己的理解,另一方面也能掌握LinQ....
分类:
其他好文 时间:
2014-06-02 02:05:58
阅读次数:
300
【Physics Material】1、ThePhysics Materialis used to
adjust friction and bouncing effects of colliding objects. Physicx
Material是Collider的一个属性,用于设置摩擦系数和....
分类:
其他好文 时间:
2014-06-02 01:28:37
阅读次数:
393