码迷,mamicode.com
首页 >  
搜索关键字:linq    ( 6890个结果
.NET Framework各版本比较
工作流WF以及基于Web身份验证(Cardspaces) 增加了对LINQ的支持,对于集合编程API进行了大幅改进,.NET Framework 3.5对原有类库进行了扩展,从而支持 添加了动态类型(dynamic)的支持,对用于多线程的API进行了大幅改进。强调了多处理和多核心支持 https:/ ...
分类:Web程序   时间:2019-08-15 11:05:22    阅读次数:128
麻雀虽小,五脏俱全。基于Asp.net core + Sqlite 5分钟快速上手一个小项目
虽然该方法不会用在实际开发中,但该过程对于初学者还是非常友好的,真应了麻雀虽小,五脏俱全这句话了。好了不多废话了,直接开始!! 1.建立一个名为test的Asp.net core web应用程序 这一部分的目的是建立项目,并使用MVC框架。 2.导入依赖项(sqlite数据库 与 EF core) ...
分类:数据库   时间:2019-08-14 17:17:47    阅读次数:270
C#调用user32.dll Win32的API函数
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; namespace WindowsAPI { cla... ...
分类:Windows程序   时间:2019-08-14 12:55:38    阅读次数:94
模板管理类
//1e2124dd04e11d01b9df2865f85944be using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System... ...
分类:其他好文   时间:2019-08-14 09:36:16    阅读次数:133
Linq.join_lambda知识点
1、一直 不太明白 join的 lambda的写法,先记录一些我查到的东西: 1.1、有关 Linq 与 Lambda 的Join连接查询_已解决_博问_博客园.html(https://q.cnblogs.com/q/106310/) ZC:里面有人说 “lambda 太长 比linq 恶心多了 ...
分类:其他好文   时间:2019-08-10 09:56:55    阅读次数:73
C# winform窗体简单保存界面控件参数到xml
原文:C# winform窗体简单保存界面控件参数到xml 引用网上的 XMLHelper 地址 :https://www.cnblogs.com/chnboy/archive/2009/04/02/1427652.html 稍做修改 using System; using System.Linq;... ...
分类:Windows程序   时间:2019-08-08 23:42:06    阅读次数:153
c#链接摄像头 ,照相录像存储
using Camera.Net;using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;using ...
分类:Windows程序   时间:2019-08-08 19:22:35    阅读次数:180
任务48:Identity MVC:Model后端验证
任务48:Identity MVC:Model后端验证   RegisterViewModel     using System; using System.Collections.Generic; using System.Linq; using System.Thr ...
分类:Web程序   时间:2019-08-05 13:50:12    阅读次数:132
30.第一个Linq 数据库查询
使用Linq to Entity查询数据库 首先在项目中添加ADO.NET实体数据模型,如下 新建连接 勾选生成的表 点击完成即可看到两个建立的实体数据对象模型 模型生成好之后就可以直接使用了 ...
分类:数据库   时间:2019-08-01 15:58:39    阅读次数:115
【C#】MongoDbCsharpHelper
using MongoDB; using MongoDB.Bson; using MongoDB.Driver; using System; using System.Collections; using System.Collections.Generic; using System.Linq; ... ...
分类:数据库   时间:2019-07-29 11:44:34    阅读次数:109
6890条   上一页 1 ... 43 44 45 46 47 ... 689 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!