ADO.NET Code Samples Collection【转载】

原文链接:http://blogs.msdn.com/b/jmeier/archive/2010/10/31/ado-net-code-samples-collection.aspx

版权声明:本文全部版权归原作者所有。

ADO.NET Code Samples Collection

 J.D. Meier

  31 Oct 2010 3:17 PM   

The ADO.NET Code Samples Collection is a roundup and map of some of the various data access code samples from  various sources including the MSDN library, Code Gallery, CodePlex, and Microsoft Support.

You can add to the code examples collection by sharing in the comments or emailing me at FeedbackAndThoughts at live.com.

Common Categories for ADO.NET Code Samples
The ADO.NET Code Samples Collection is organized using the following categories:

ADO.NET Code Samples Collection


Category


Items


Data Binding


MSDN Library


Data Models


Code Gallery

Microsoft Support


DataReader


MSDN Library


DataSet


MSDN Library


DataTable


MSDN Library


Entity Framework


All-in-One Code Framework

Code Gallery


General


All-in-One Code Framework

MSDN Library


LINQ to DataSet


MSDN Library


LINQ to Entities


MSDN Library


LINQ to Objects


All-in-One Code Framework


LINQ to SQL


All-in-One Code Framework

Code Gallery

Code Gallery


N-Tier


Code Gallery


O/RM Mapping


Code Gallery


OData


Code Gallery


POCO


Silverlight


Code Gallery


SQL Server


MSDN Library


Streaming


Code Gallery


WCF Data Services


All-in-One Code Framework

Code Gallery

时间: 2024-09-11 08:47:07

ADO.NET Code Samples Collection【转载】的相关文章

Common ASP.NET Code Techniques (DPC&DWC Reference)--6

asp.net Figure 2.5Output of Listing 2.1.5 when viewed through a browser. If you've worked with classic ASP, you are likely familiar with the concept of session-level variables. These variables are defined on a per-user basis and last for the duration

[20170412]op code列表.txt

[20170412]op code列表.txt 转载:http://www.itpub.net/thread-1517926-1-1.html --看redo转储,需要了解OP的含义,做一个记录: 附op code列表(来自网络): 格式:layer: opcode        LAYER的含义:                4 - Block Cleanout                5 - Transaction Management              10 - 索引操作

Table-values parameter(TVP)系列之三: 利用Collection将其作为参数传给SP

一,回顾 上一部分讲述了"在ADO.NET中利用DataTable对象,将其作为参数传给存贮过程". 通过DataTable实例,完成了两部分的内容:   1)DataTable的数据传输给Stored Procedure   2)利用DataTable的TVP数据,可以参与别的实体数据读写(DataReader). 这一部分的内容,通过Collection对象,还是要实现上边的两个实例. 二,在ADO.NET中利用Collection对象,将其作为参数传给存贮过程   通过实例,大家

资源分享:学习CSS的相关资源网站

css Creating a graphRuss Weakley - Creating a graph using percentage background images CSS FOR BAR GRAPHSBasic CSS Bar Graph, Complex CSS Bar Graph, Vertical CSS Bar Graph Super simple CSS barsTobias Lütke Dynamic Pie Chart with CSSThis is an example

Java认证宝典v1.0之SCJD篇

Java认证宝典v1.0之SCJD篇Java认证宝典v1.0之SCJD篇(本文为www.java365.com原创,版权所有,转载请注明出处) 在J2EE尚未得到规模应用以前,SCJD是java认证中的高级认证.即便现在有了SCWCD.SCJA等认证,SCJD依然有其独特的魅力. 一.考试目标 Programming Assignment Objectives Write an application program using Java technology. The application

值得推荐的程序员网站

IT资讯及博客网站: CSDN:http://www.csdn.net/ 伯乐在线:http://blog.jobbole.com/ 伯乐在线-博客专注于分享职业相关的博客文章.业界资讯和职业相关的优秀工具和资源.博文类别包括:程序员.设计.营销.互联网.IT技术.自由职业.创业.运营.管理.翻译和人力资源等. 51CTO:http://www.51cto.com/ 中国领先的IT技术网站51CTO(www.51cto.com)是一个为CTO.IT技术经理.系统工程师.网络工程师.安全工程师.数

Writing your first Django app, part 1(转)

Let's learn by example. Throughout this tutorial, we'll walk you through the creation of a basic poll application. It'll consist of two parts: A public site that lets people view polls and vote in them. An admin site that lets you add, change and del

android.support library找不到的解决方法

Downloading the Support Package The Support Package is provided as a downloadable package from the Android SDK Manager. To install: Launch the Android SDK Manager. From Eclipse, you can select Window > Android SDK Manager. Or, launch SDK Manager.exe 

VMware 虚拟机的虚拟磁盘编程知识点扫盲之二

目录 目录 前文列表 VDDK 安装 VDDK VixDiskLib VADP 前文列表 VMware 虚拟机的虚拟磁盘编程知识点扫盲之一 VDDK 摘自官方文档:The Virtual Disk Development Kit (VDDK) is a collection of C/C++ libraries, code samples, utilities, and documentation to help you create and access VMware virtual disk