2014年4月28日

C# Linq Group By 多个字段并返回给实体类List

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace study 7 { 8 class LinqGroup 9 {1... 阅读全文

posted @ 2014-04-28 16:12 hellofking 阅读(2243) 评论(0) 推荐(0) 编辑

C# 扩展方法克隆实体类

摘要: using System;using System.IO;using System.Runtime.Serialization.Formatters.Binary;using System.Runtime.Serialization;using System.Collections.Concurre... 阅读全文

posted @ 2014-04-28 15:15 hellofking 阅读(1883) 评论(0) 推荐(0) 编辑

导航