码迷,mamicode.com
首页 >  
搜索关键字:linq to entities    ( 7131个结果
C# OracleHelper帮助类
原文:https://blog.csdn.net/easyboot/article/details/102608498 using System; using System.Data; using System.Configuration; using System.Linq; using Syst ...
分类:数据库   时间:2020-02-14 14:42:10    阅读次数:299
C#入门 Hello World
1 //导入微软提供的命名空间,以便使用 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 8 ...
分类:Windows程序   时间:2020-02-14 10:50:24    阅读次数:80
MVC上传图片
//控制器using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.IO;//上传文件的数据流 namespace U ...
分类:Web程序   时间:2020-02-13 16:31:22    阅读次数:95
简单的管道模拟
简单的管道模拟 using System; using System.Collections; using System.Collections.Generic; using System.Threading.Tasks; using static ConsolePipeline.Program; ...
分类:其他好文   时间:2020-02-13 09:24:25    阅读次数:56
关于过滤器的方式
1.创建过滤类 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace P01MVCFilter.Filters { // ...
分类:其他好文   时间:2020-02-12 23:45:37    阅读次数:80
C# access、excel、sql和压缩access
1 using System; 2 using System.Data; 3 using System.Data.OleDb ; 4 using System.Linq; 5 using System.IO; 6 7 OleDbConnection conn=new OleDbConnection( ...
分类:数据库   时间:2020-02-12 22:32:41    阅读次数:131
温故知新之:反射:加载程序集中的类,动态调用
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Reflection; 5 using System.Text; 6 7 //Net Reflector(收费)官方网址:h ...
分类:其他好文   时间:2020-02-12 10:48:29    阅读次数:77
html转义符
显示一个空格 &nbsp; &#160; < 小于 &lt; &#60; > 大于 &gt; &#62; & &符号 &amp; &#38; " 双引号 &quot; &#34; 其他常用的字符实体(Character Entities) 显示结果 说明 Entity Name Entity Num ...
分类:Web程序   时间:2020-02-12 10:36:27    阅读次数:93
C#XML文件操作随笔
以为公司一直没有电源屏厂家协议解析为DevVars相关的软件,手写费时费力还容易出错,用了2天时间做了一个.txt协议文件筛选加并解析成xml文件的工具,总结一下用到的几个知识点 1、LINQ 是一个解析XML的轻量级工具,他的命名空间是using System.xml.Linq; 和using S ...
分类:Windows程序   时间:2020-02-11 19:25:11    阅读次数:80
一个简单的EF Linq MVC Web应用程序
LINQ(Language Integrated Query)语言集成查询是一组用于c#和Visual Basic语言的扩展。 它允许编写C#或者Visual Basic代码以操作内存数据的方式,查询数据库。 LINQ的读法:lin k 很多人会误读为lin Q LINQ的全称:Language-I ...
分类:Web程序   时间:2020-02-11 09:51:21    阅读次数:81
7131条   上一页 1 ... 26 27 28 29 30 ... 714 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!