码迷,mamicode.com
首页 >  
搜索关键字:linq    ( 6890个结果
【C#基础】拥抱Lambda(2):表达式树与LINQ
一、声明 曾经遇到一个这样的场景: GetEntities(a => a.OrderKindCodeId == 16 && a.IsDeleted, this.DefaultContext) protected IEnumerable<TEntity> GetEntities(Expression< ...
分类:Windows程序   时间:2020-01-15 22:47:39    阅读次数:122
linq操作XML
条件查询 XmlDocument xml = new XmlDocument(); string strUrl = System.Web.HttpContext.Current.Server.MapPath("/Content/ModelFolder/Translation.xml"); xml.L ...
分类:其他好文   时间:2020-01-15 12:09:26    阅读次数:72
根据新旧文件版本或者时间对比,抽取更新文件
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.... ...
分类:其他好文   时间:2020-01-13 21:30:47    阅读次数:69
C#_winfrom与API之HttpClient
最近需要写一些winfrom与端口交互的代码,需要的自取哦! using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using Syst ...
分类:Windows程序   时间:2020-01-12 22:25:50    阅读次数:114
抽象工厂
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Dapper; using System.Data.SqlClient; ...
分类:其他好文   时间:2020-01-11 21:59:35    阅读次数:78
wpf自定义Mvvm框架
1.DelegateCommand.cs 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 u ...
分类:Windows程序   时间:2020-01-10 18:36:30    阅读次数:109
Lambda表达式
自己保存一些偶尔用的到的Lambda表达式小技巧 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Sys ...
分类:其他好文   时间:2020-01-10 00:40:56    阅读次数:75
lambda linq 表达式 ListBox 的升序 降序 乱序
2020年1月9日 17:50:55附件https://files.cnblogs.com/files/xe2011/ListBoxSort.rar这种方法 如果内容足够多就能看到滚动条闪烁了,我觉得这是列表框清除内容,再添加内容引起的。用不删除列表,重新赋值的方法能解释闪烁,但过程时间又太长。us... ...
分类:其他好文   时间:2020-01-09 18:35:54    阅读次数:95
Linq 对string[]字符串数组进行排序 (升序、降序、乱序)
using System;using System.Collections;using System.Linq;namespace ConsoleApp1 { class Program { static void Main(string[] args) { string[] array = { "... ...
分类:编程语言   时间:2020-01-09 18:33:30    阅读次数:334
JObject 操作; Linq to JSON ;将json转换为JObject
https://www.cnblogs.com/gygang/p/8954376.html d.data.replace(/LON:/g, "lng:") ...
分类:Web程序   时间:2020-01-08 10:52:24    阅读次数:93
6890条   上一页 1 ... 28 29 30 31 32 ... 689 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!