码迷,mamicode.com
首页 >  
搜索关键字:linq    ( 6890个结果
c# 数组迭代器简介 基于unity2018.3.8f1(一)
简介 迭代器模式是设计模式中的一种,能够获得序列中的元素,不关心其具体内容。这也是LINQ的核心模式。 具体实现 先创建一个单体的数据类 Car 代码如下: 我们利用IEnumerable接口去封装一个Car数组 代码如下 接下来我们实现GetEnumerator函数里面的内容 新建CarItera ...
分类:编程语言   时间:2019-06-18 14:29:06    阅读次数:123
sql和linq日前比较
一、建立一个数据库帮助类 DbHelper 二、建立一个数据库类型类 DatabaseType 三、日期处理类 DbTimeType 四、Json操作类 Json 五、类型转换扩展类 Extensions ...
分类:数据库   时间:2019-06-18 12:10:47    阅读次数:115
WPF DataGird 类似Excel筛选效果 未成品
这个本是针对MSDN上所写的代码,不过写一半不想写了。 不想浪费代码,是个半成品的半成品。 效果图: 思路: 利用PopUp来做显示层。 显示层中的数据则是绑定到Datagrid的数据。 popup中数据是需要去重的,利用简易的linq处理下即可。 选择popup之后,未选择的 数据的这一行都是需要 ...
分类:Windows程序   时间:2019-06-17 10:45:41    阅读次数:147
基于Dapper的开源Lambda超轻量扩展,Dapper.Common
Dapper.Common Dapper.Common是基于Dapper的Lambda扩展,遵循Linq语法规则,上手快,支持Mysql,Sqlserver(目前只实现了这两个数据,实现其他数据库也很轻松),支持单表,多表,自定义函数等功能。 开源地址:https://github.com/1448 ...
分类:移动开发   时间:2019-06-15 19:00:24    阅读次数:1607
C#判断年份是否为闰年
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 闰年{ class Program { static vo ...
分类:Windows程序   时间:2019-06-14 23:40:35    阅读次数:179
C# 微信开发 《验证签名》
using System; using System.Collections.Generic; using System.Linq; using System.Web; using TalentCloud.Base.Utils; using System.IO; using System.Text; ...
分类:微信   时间:2019-06-11 15:08:06    阅读次数:155
委托_deleget
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /* //由框架提供的委托类型 //无返的 Action act0 ... ...
分类:其他好文   时间:2019-06-11 15:02:38    阅读次数:101
taskFactory
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 多线程 { class Program { st... ...
分类:其他好文   时间:2019-06-11 14:57:49    阅读次数:90
Lambda
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lambda //匿名方法,用来实现委托 { c... ...
分类:其他好文   时间:2019-06-11 14:56:01    阅读次数:109
线程池_ThreadPool
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Management; using ... ...
分类:编程语言   时间:2019-06-11 14:51:21    阅读次数:120
6890条   上一页 1 ... 48 49 50 51 52 ... 689 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!