码迷,mamicode.com
首页 >  
搜索关键字:linq to entities    ( 7131个结果
.Net基础加强05
垃圾回收(先了解以后再研究)using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace ConsoleApplication1{ clas...
分类:Web程序   时间:2014-08-13 12:32:56    阅读次数:275
C#_模拟webAp_POST-GET-PUT-DELETE
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.IO;using System.Web;namespace WebAPICl...
分类:Web程序   时间:2014-08-13 00:41:14    阅读次数:297
C# 自己对delegate的总结和认识
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-08-13 00:38:24    阅读次数:247
File.Delete(), File.Copy(), File.Replace()
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { ...
分类:其他好文   时间:2014-08-12 22:04:54    阅读次数:271
邮件批量发送
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Net....
分类:其他好文   时间:2014-08-12 21:41:54    阅读次数:256
configSections
由于最近一个项目的数据库变动比较频繁, 为了减少数据层的负担, 打算采用.net的MVC框架, 使用LINQ对付数据层. 这个框架的web.config文件里出现了configSections section, 这个之前没有留意, 乘着项目不是很急, 顺势把它给搞懂, 花了一下午时间, 终于搞定, ...
分类:其他好文   时间:2014-08-12 18:43:34    阅读次数:241
HTML字符实体(Character Entities),转义字符串(Escape Sequence)
最常用的字符实体Character Entities显示说明实体名称实体编号半方大的空白  全方大的空白  不断行的空白格 大于>>&&符号&&"双引号""©版权©©®已注册商标...
分类:Web程序   时间:2014-08-12 18:24:34    阅读次数:624
Request请求
HTMLPage.htm请求页 Default.aspx.cs处理页 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls;...
分类:其他好文   时间:2014-08-12 17:20:04    阅读次数:197
Ajax无刷新分页
using System;using System.Collections.Generic;using System.Linq;using System.Web;using Ajax翻页.DAL.DataSetCommentTableAdapters;using Syste...
分类:其他好文   时间:2014-08-12 13:26:24    阅读次数:226
Linq语法详细
开门见山读这篇文章之前,我先说下,每一种搜索结果集,我都以三种方式变现出来,为啦更好的理解,希望不要嫌我啰嗦。1.简单的linq语法 //1 var ss = from r in db.Am_recProScheme ...
分类:其他好文   时间:2014-08-12 12:42:14    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!