码迷,mamicode.com
首页 >  
搜索关键字:linq to ef    ( 21280个结果
linux操作系统下完全删除oracle数据库
1.关掉oracle server 和 background processes ps -ef | grep ora 关掉数据库 shutdown immediate 2.关掉监听 lsnrctl status 如果开启的话就执行lsnrctl stop 关掉3.把$ORACLE_HOME下面的文件...
分类:数据库   时间:2014-05-17 04:31:36    阅读次数:469
a helper class for generating xls or csv file
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.Office.Interop.Excel;namespace Reuters.ProcessQualit...
分类:其他好文   时间:2014-05-16 19:54:35    阅读次数:286
Asp.net动态生成表单
control.ascx using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls...
分类:Web程序   时间:2014-05-16 08:36:25    阅读次数:362
LINQ 简单用法【1】
LINQ:Language INtegrated Query,语言集成查询。以下内容演示如何利用LINQ进行增加,修改,删除和查询操作,针对数据库。首先创建Linq Class。添加数据库信息,直接Add一个Connection,输入服务器和登录ID,测试连接成功。现在可以看到数据库里面的信息了,比...
分类:其他好文   时间:2014-05-13 20:46:42    阅读次数:333
C# this和base
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(stri...
分类:其他好文   时间:2014-05-12 11:46:04    阅读次数:215
MVC+EF+esayui初试(一 布局加菜单显示)
最近都在做linq+ext.net的开发。这两天想学习下MVC和ef,刚好,在看ext.js的时候也喜欢上了esayui,所以就想用mvc+ef+esayui做一个汽车网后台管理来加强下。在这里也把我的经验和大家分享下。好了开始项目的准备工作,先准备下EsayUI的一些文件,可以到http://ww...
分类:Web程序   时间:2014-05-12 08:10:33    阅读次数:721
WPF更新数据源
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind...
分类:其他好文   时间:2014-05-12 04:19:45    阅读次数:244
.Net 4.0 Convert Object to XDocument
将Object转换为XDocment对象代码如下:C# – Object to XDocument 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 usin...
分类:Web程序   时间:2014-05-12 04:11:31    阅读次数:371
jquery获取表单值的利器:serialize()
前台:[切记:每个表单元素, 都应该带有name, 否则是取不到的。]姓名:密码:性别:男女爱好:足球象棋留言:+|籍贯:后台:[csharp] view plaincopyusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;us...
分类:Web程序   时间:2014-05-12 02:35:07    阅读次数:473
asp.net MVC中控制器获取表单form提交的数据之实体类数据
第一次写记录文章,难免有不足之处;欢迎指出。1、新建一个mvc项目如:2、新建一个Test.cs 注意get,set方法不能简写using System;using System.Collections.Generic;using System.Linq;using System.Web;names...
分类:Web程序   时间:2014-05-11 17:18:55    阅读次数:517
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!