Linq Provider for MySql, Oracle and PostgreSQL Linq to Oracle 使用教程目录

DbLinqProject是一款支持MySql、Oracle及PostgreSQL的Linq提供者,它作为一款对象关系映射工具,使.NET程序能更安全快速地设计数据访问层。本文介绍了DbLinqProject的基本概念、特性及其最新进展,并提供了下载链接。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

DbLinq Project: Linq Provider for MySql, Oracle and PostgreSQL

What is LINQ?

LINQ stands for Language-Integrated Query, which allows .NET programs (e.g. C# or VB.NET) to connect to databases.

It is an O/R (Object-Relational) mapping tool, with some similarities to Hibernate or LlblGen.  LINQ is type-safe, queries get compiled into MSIL on the fly, and your C# WHERE clauses are translated into SQL and sent to SQL server for execution. In short, it makes design of data access layers safer and faster. In C# 3.0, linq code looks like this:

 var q = from p in db.Products             
         where p.ProductName == "Pen"  
         select p.ProductID;           

Download

Latest source code is in subversion on code.google.com:  svn page
Zipped releases are on the  downloads page.

Coming in 2008 Feb:

Douglas Six from France has ported the provider to SqlLite. Peter Magnusson from Sweden maintains it - thanks to both!

Status Update - 2008 Jan:

Oracle support is back - but it's tested on OracleXE only. 
Please write to tell me if it works on regular Oracle.

We now have a newsgroup: http://groups.google.com/group/dblinq

http://code2code.net/DB_Linq/
http://code.google.com/p/dblinq2007/downloads/list


LinqToActiveDirectory
http://www.codeplex.com/LINQtoAD

LinqToSharePoint
http://www.codeplex.com/LINQtoSharePoint


Linq to Oracle 使用教程目录

http://www.cnblogs.com/ansiboy/archive/2010/12/04/1896449.html

Linq to Oracle 使用教程(一)准备工作

Linq to Oracle 使用教程(二)创建实体类

Linq to Oracle 使用教程(三)数据的增、删、改

Linq to Oracle 使用教程(四)验证数据

Linq to Oracle 使用教程(五)使用 Xml 映射文件

Linq to Oracle 使用教程(六)将数据库的函数映射到方法

Linq to Oracle 使用教程(七)将数据库的存储过程映射到方法

Linq to Oracle 使用教程(八)使用 T4 模版生成代码

Linq to Oracle 使用教程(九)ALinq 的扩展

Linq to Oracle 使用教程(十)绑定数据到 GridView

Linq to Oracle 使用教程(十一)创建 Dynamic Data 项目

Linq to Oracle 使用教程(十二)使用其它的版本的 Oracle.DataAccess.dll

 

补充教程

将 Linq to SQl 项目移植到 Linq to Oracle

Linq to Oracle 存储过程使用(使用 MS ADO.NET Provider)  



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

csdn_aspnet

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值