Ingres DOT NET Projects
From Ingres Community Wiki
This page provides a complete index of all .NET Data Provider related open source projects sponsored by Ingres Corp. If you are interested in joining any of these projects, please contact the project leaders. If you would like to start a new project, please contact Teresa King.
=Discussion
=Planning
=Design
=Coding
=Beta
=Stable
=Terminated
[edit]
.NET Data Provider Research Projects
| Project | Leader(s) | |
| | .NET EnlistTransaction and TransactionScope Support The IngresConnection's EnlistTransaction( ) method enables the Ingres .NET Data Provider to interface to an explicit transaction programming model using the .NET Transaction class or to an implicit transaction programming model using the .NET TransactionScope class. | Teresa King Dave Thole |
| | .NET Exploit Multiple DAS Servers The Multiple Data Access Servers (DAS) Project provided a means to easily start multiple DAS Servers. This project exploits that functionality and provides a mechanism whereby multiple ports can be specified in the .NET Connection string. | Dave Thole |
| | Ingres Linq Support Linq is an O/R (Object-Relational) mapping tool, with some similarities to Hibernate. 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;
This Community Project aims to contribute an Ingres Plugin for the DbLinq project, an alternative implementation of Microsoft Linq. | Thomas Glaser |

