码迷,mamicode.com
首页 >  
搜索关键字:linq to entities    ( 7131个结果
Linq操作ArrayList
ArrayList实现了System.Collections空间下的IEnumerable接口,这个接口是非泛型的。如果要使用LINQ,必须声明枚举变量的类型,依赖Cast查询运算符转换枚举类型。 using System; using System.Collections; using Syste ...
分类:其他好文   时间:2020-03-06 01:22:46    阅读次数:74
.net(四) winform应用程序
winform应用程序是一种智能客户端技术,可以使用其来帮助我们获得信息或传输信息。 XAML VS中新建窗体应用程序 程序入口 Program.cs using System; using System.Collections.Generic; using System.Linq; using S ...
分类:Windows程序   时间:2020-03-06 01:20:15    阅读次数:92
C# -WebAPIOperator.cs
说明:一个用C#编写的WebAPI操作类,只写了Get Post 部分。 using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.L ...
分类:Windows程序   时间:2020-03-05 15:27:41    阅读次数:85
C#数组求和,求最大数,最小数,平均值
以上是代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication ...
分类:编程语言   时间:2020-03-05 00:49:21    阅读次数:87
C# 读写XML文件最简单方法
C#史上最简单读写xml文件方式,创建控制台应用程序赋值代码,就可以运行,需要改动,请自行调整 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; ...
分类:Windows程序   时间:2020-03-04 00:36:13    阅读次数:224
LINQ和文件目录
记录https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/concepts/linq/linq-and-file-directories的学习 查询具有指定扩展名的文件 (SearchOption.AllDirectorie ...
分类:其他好文   时间:2020-03-04 00:20:52    阅读次数:96
ugui 通用页签管理器
一直是个痛点,这次解决了, ugui通用 using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; /// <summary> /// UGUI页签管理器 /// ...
分类:其他好文   时间:2020-03-02 23:21:00    阅读次数:112
药品管理系统(药库管理)+数据库连接代码
--AdminDal.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data; //包含Ado.Net的各类数据对象;using System.Data ...
分类:数据库   时间:2020-03-02 20:25:19    阅读次数:80
工控随笔_C#连接PLC_之_C#入门_05_类_01
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Class { class Program { static void Main(string[] args ...
分类:Windows程序   时间:2020-03-01 17:11:00    阅读次数:90
C# HttpHelper
HttpHelper using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Security; using Syst ...
分类:Windows程序   时间:2020-03-01 14:20:53    阅读次数:77
7131条   上一页 1 ... 23 24 25 26 27 ... 714 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!