登录
首页 » C# » LINQ 实战开发

LINQ 实战开发

于 2022-08-15 发布 文件大小:7.20 MB
0 120
下载积分: 2 下载次数: 1

代码说明:

LLINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases. "LINQ in Action" is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You"ll then learn to query unstructured data using LINQ to XML and rel

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sht10 pic 16f877a
    测定温度和湿使用 pic16f877a 传感器是从 sensiron sht10。 范围 ︰ 温度 ︰ 0-50,humidit: 0-90 %rh
    2022-06-26 02:28:42下载
    积分:1
  • dcacinvertermodel
    DCAC INVERTER MODELLING BY PSCAD/EMTDC
    2016-01-14 21:25:29下载
    积分:1
  • srilm_vc2008
    The SRI Language Modeling Toolkit contains a bunch of useful utilities for language modeling related research. The standard toolkit only includes build procedures for unix and Windows using Cygwin. I wanted to use the libraries in a Visual Studio project, so here is a solution and project files that builds native Windows libraries and the associated command-line utilities. Instructions * Download and unpack the SRILM toolkit. * Unzip the below solution archive to the SRILM root directory. * Load the srilm.sln in Visual Studio 2005. * Select either Debug or Release in Build->Configuration Manager * Right-click on each project in the libs folder, select Build. * Build any of the command-line utilities you need.
    2010-12-02 20:24:05下载
    积分:1
  • z_SkillEditor
    KLS游戏很来了,这是工具修改的源码,可以修改游戏里的很多文件,希望大家喜欢,支持和合作,方便新手学习和制作,源码很不错的啊。(KLS game is coming, this is the tool to modify the source code, you can modify the game a lot of files, I hope you like it, support and cooperation to facilitate novice learning and production, the source code is very good ah.)
    2014-03-29 21:12:28下载
    积分:1
  • CS快速开发框架源码
    花了真金白银买的www.csframework.com、www.cscode.net CS框架网的快速开发框架源码!绝对是高质量的代码!不是市面上一些垃圾代码!功能太强大了,三言两语说不清楚,具体可以看网站介绍。
    2022-07-18 13:08:30下载
    积分:1
  • opencv图像RGB显示程序
    该程序是在opencv平台上编写编译的,利用opencv函数读取图像,然后提取出图像中的RGB成分,并分别显示出来。程序比较简单易懂,主要是对图像中的数据矩阵进行操作,和matlab代码相比要复杂很多,但是有一定的实际jiazhi ,对于我们理解图像和opencv入门有好处。
    2022-01-26 07:46:12下载
    积分:1
  • C#在列上加入计算
    C#在列上加入计算,这个主要是指SQL查询语句的列上面,如下面定义的语句,进行合并计算后,被执行:   private DataTable GetMessage()   {    string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串    @"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");    string P_Str_SqlStr = string.Format(//创建SQL查询字符串    "SELECT 学生编号,学生姓名,高数+外语 AS 高数加外语的分数 FROM tb_Grade");    SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器    P_Str_SqlStr, P_Str_ConnectionStr);    DataTable P_dt = new DataTable();//创建数据表    P_SqlDataAdapter.Fill(P_dt);//填充数据表    return P_dt;//返回数据表   }
    2022-08-18 16:13:26下载
    积分:1
  • 红龙摄像头源码
    基于stm32平台实现ov7670摄像头图像数据采集的源码,优化到20帧的速率
    2023-08-31 14:35:06下载
    积分:1
  • 经典算法
    数学建模经典算法,是一系列解决问题的清晰指令,算法代表着用系统的方法描述解决问题的策略机制。也就是说,能够对一定规范的输入,在有限时间内获得所要求的输出。是一系列解决问题的清晰指令,算法代表着用系统的方法描述解决问题的策略机制。也就是说,能够对一定规范的输入 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-24 14:11:01下载
    积分:1
  • TitanCS MU服务器源码
    MU服务器源码  连接服务器的源码!
    2022-04-07 14:39:43下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载