X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fado-net;h=0095d79ef79996374030641fce45c5c8a01272ac;hb=fefd0ee6a5f024ce8897d8286c4b1fa05b2b3770;hp=438b47cb2be195bf064f1998538d5e72a06cd26d;hpb=222fb82852d07d35d1c5a7bc145715d5d6cd07ab;p=mono.git diff --git a/web/ado-net b/web/ado-net index 438b47cb2be..0095d79ef79 100644 --- a/web/ado-net +++ b/web/ado-net @@ -1,44 +1,198 @@ * ADO.NET - The coordinator for the ADO.NET implementation is Rodrigo Moya. +** Data Access in Mono -* Action plan + - The current plan to implement ADO.NET is as follows: +** Bugs and Feature Requests - Step 1: SqlClient: + +

External Projects that have created ADO.NET Providers that work on Mono: - Step 2: OleDBClient: -

+** Tools + +

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

- Step 3: System.Data.SqlClient Providers: +** 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

+** Testing + + +