X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Fado-net;h=0095d79ef79996374030641fce45c5c8a01272ac;hb=a17adea98d0e3b4b130ba2d3c65521c26e7f32a7;hp=26979874d20925e2c724910f4c53dfac3a2f3a4c;hpb=0f282cde1be6804e23460c6289c90a5ad6308349;p=mono.git diff --git a/web/ado-net b/web/ado-net index 26979874d20..0095d79ef79 100644 --- a/web/ado-net +++ b/web/ado-net @@ -1,74 +1,198 @@ * ADO.NET - The coordinator for the ADO.NET implementation is Rodrigo Moya, with - the collaboration of Daniel - Morgan. - -* Action plan - - The current plan to implement ADO.NET is as follows: - - Step 1: SqlClient: - - - - Step 2: OleDB: - + + +** ADO.NET Data Providers + +

Mono has many ADO.NET Data Providers to get you connected: + +

+ +

External Projects that have created ADO.NET Providers that work on Mono: + +

+ +** Tools + +

Some tools that can be used for ADO.NET and other technologies (ASP.NET, XML, etc). + +

+ +** Extra Classes in Mono ADO.NET + +

An ADO.NET Provider Factory + was created by Brian Ritchie. The + Provider Factory is a way to dynamically create + connections, commands, parameters, and data adapters based on configuration + information. + +** Database Access from ASP.NET

- Step 4: Other System.Data providers: - - +** Testing + +