码迷,mamicode.com
首页 >  
搜索关键字:linq to entities    ( 7131个结果
Newtonsoft.Json使用
1.将json字符串解析成指定对象 2.将json字符串解析成数组 ...
分类:Web程序   时间:2019-06-09 00:44:08    阅读次数:115
三级联动
public ActionResult sanji() { var list = bl.sanji(0); var linq = from i in list select new SelectListItem { Text=i.name, Value=i.id.ToString() }; View ...
分类:其他好文   时间:2019-05-31 21:39:08    阅读次数:110
WPF 实现多语言支持
WPF 多语言有各种实现方式。如 https://www.codeproject.com/Articles/35159/WPF-Localization-Using-RESX-Files,后来发现这个不够直接和简洁,在看到这里 https://www.cnblogs.com/yang-fei/p/4 ...
分类:编程语言   时间:2019-05-28 17:07:50    阅读次数:95
点标记(lambda表达式+linq查询标记符)与linq语句(查询表达式)
什么是Linq表达式?什么是Lambda表达式? 参照:https://www.cnblogs.com/zhaopei/p/5746414.html ...
分类:其他好文   时间:2019-05-25 20:06:00    阅读次数:130
[Validation] include rules in the domain that may vary from instance to instance
using System; using System.Collections.Generic; using System.Linq; namespace Validation // include rules in the domain that may vary from instance to ... ...
分类:其他好文   时间:2019-05-25 19:36:22    阅读次数:84
C# 表达式树的重要意义
linq就是表达式树的最重要价值的体现 因为 可以通过 lambda表达式,直接转换为 expression tree所以,通过linq 所构造 的连式lambda就可以构造任意复杂的算法数据结构 而对这个算法数据结构的,解析,和翻译将可以帮助 实现 跨语言的算法 平移,比如 linq to sql ...
分类:Windows程序   时间:2019-05-25 09:17:08    阅读次数:150
socket 异步接收连接和接收数据
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
分类:其他好文   时间:2019-05-24 12:45:01    阅读次数:122
asp.net core web的导入导出excel功能
这里主要记录下asp.net core web页面上进行导入导出excel的操作。 主要是导入,因为现在使用的很多前端框架(例如kendo ui)本身就有导出的功能。 这里使用到EPPlus.Core,其实对于excel的导入导出还可以使用NPOI, 这里讲解EPPlus的方式 1.创建asp.ne ...
分类:Web程序   时间:2019-05-23 00:18:12    阅读次数:443
Winform,Wpf快捷键
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows.Forms; 6 using System.Windows.Inp ...
分类:Windows程序   时间:2019-05-19 23:18:12    阅读次数:195
上传本地文件到服务器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:Web程序   时间:2019-05-18 23:44:54    阅读次数:191
7131条   上一页 1 ... 52 53 54 55 56 ... 714 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!