码迷,mamicode.com
首页 >  
搜索关键字:linq distinct    ( 10194个结果
多线程
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:编程语言   时间:2014-05-29 04:01:44    阅读次数:276
ASP.NET文件操作通用类
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 using System.IO; 7 using System.Web; 8 usi...
分类:Web程序   时间:2014-05-29 01:07:43    阅读次数:392
C#.net word excel powerpoint (ppt) 转换成 pdf 文件
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Web程序   时间:2014-05-28 18:29:46    阅读次数:378
LINQ语句中的.AsEnumerable() 和 .AsQueryable()的区别【转】
在写LINQ语句的时候,往往会看到.AsEnumerable() 和 .AsQueryable() 。例如:string strcon ="Data Source=.\\SQLEXPRESS;Initial Catalog=Db_Example;Persist Security Info=True;...
分类:其他好文   时间:2014-05-28 16:07:41    阅读次数:418
Linq- ExcuteQuery用法
DataContext.ExecuteQuery方法 (String,Object[])语法:public IEnumerable ExecuteQuery( string query, params Object[] parameters)类型参数:TResult:返回的集合中的元素的...
分类:其他好文   时间:2014-05-28 08:57:51    阅读次数:226
sql去除重复语句
转自芙蓉清秀的BLOGhttp://blog.sina.com.cn/liurongxiu1211sql去除重复语句(2012-06-15 15:00:01)sql 单表/多表查询去除重复记录单表distinct多表group bygroup by 必须放在 order by 和 limit之前,不...
分类:数据库   时间:2014-05-28 04:00:47    阅读次数:280
Linq递归生成easyui-tree
我把整个类放这里大加参考:public class ClassOrganization { static List org; public List GetOrgTree(string _pid) { List porg = new List(); porg = org.Where(g => g.a...
分类:其他好文   时间:2014-05-27 17:05:33    阅读次数:298
一些简单的帮助类(2)-- JavaSctipt Array Linq
在日程工作中经常会遇到这样的问题 一个JS数组 我们要找出其中 一些符合要求的类容又或者对数组里的类容求和求平均数之类的一般的做法是循环里面的类容做判断添加到一个新的集合里 var array = []; array.push(1); array.push(2); array.push(3)...
分类:编程语言   时间:2014-05-26 19:15:53    阅读次数:332
千呼万唤岂出来,写款软件不容易——Visual Entity 2.0 发布
在各位用户不继的催更中,终于完成了这次更新。Visual Entity这个软件发布于 2011年,这个软件完成后,便上班去了,也没有做什么推广工作。所以知道的用户并不多,尽管它是个非常好用、并且免费的软件。它是一个支持 NHibernate 和 Linq to SQL 的实体设计器,关于它的介绍,大...
分类:其他好文   时间:2014-05-26 18:45:19    阅读次数:292
Silverlight项目笔记1:UI控件与布局、MVVM、数据绑定、await/async、Linq查询、WCF RIA Services、序列化、委托与事件
最近从技术支持转到开发岗,做Silverlight部分的开发,用的Prism+MVVM,框架由同事搭好,目前做的主要是功能实现,用到了一些东西,侧重于如何使用,总结如下: 1.UI控件与布局 2.MVVM 3.数据绑定 4.await/async 5.Linq查询 6.WCF RIA...
分类:Web程序   时间:2014-05-25 20:05:38    阅读次数:346
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!