码迷,mamicode.com
首页 >  
搜索关键字:linq to entities    ( 7131个结果
基于Dapper的开源Lambda超轻量扩展,Dapper.Common
Dapper.Common Dapper.Common是基于Dapper的Lambda扩展,遵循Linq语法规则,上手快,支持Mysql,Sqlserver(目前只实现了这两个数据,实现其他数据库也很轻松),支持单表,多表,自定义函数等功能。 开源地址:https://github.com/1448 ...
分类:移动开发   时间:2019-06-15 19:00:24    阅读次数:1607
C#判断年份是否为闰年
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 闰年{ class Program { static vo ...
分类:Windows程序   时间:2019-06-14 23:40:35    阅读次数:179
C# 微信开发 《验证签名》
using System; using System.Collections.Generic; using System.Linq; using System.Web; using TalentCloud.Base.Utils; using System.IO; using System.Text; ...
分类:微信   时间:2019-06-11 15:08:06    阅读次数:155
委托_deleget
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /* //由框架提供的委托类型 //无返的 Action act0 ... ...
分类:其他好文   时间:2019-06-11 15:02:38    阅读次数:101
taskFactory
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 多线程 { class Program { st... ...
分类:其他好文   时间:2019-06-11 14:57:49    阅读次数:90
Lambda
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lambda //匿名方法,用来实现委托 { c... ...
分类:其他好文   时间:2019-06-11 14:56:01    阅读次数:109
线程池_ThreadPool
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Management; using ... ...
分类:编程语言   时间:2019-06-11 14:51:21    阅读次数:120
BackgroundWorker study
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
分类:其他好文   时间:2019-06-11 12:59:36    阅读次数:72
Async_Study
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net; using System.Dia... ...
分类:其他好文   时间:2019-06-11 12:57:43    阅读次数:102
8天玩转并行开发——第五天 同步机制(下)
承接上一篇,我们继续说下.net4.0中的同步机制,是的,当出现了并行计算的时候,轻量级别的同步机制应运而生,在信号量这一块 出现了一系列的轻量级,今天继续介绍下面的3个信号量 CountdownEvent,SemaphoreSlim,ManualResetEventSlim。 一:Countdow ...
分类:其他好文   时间:2019-06-10 18:29:52    阅读次数:82
7131条   上一页 1 ... 51 52 53 54 55 ... 714 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!