Friday, June 19, 2009

System.data.oracleclient - Deprecated in .NET 4.0

The ADO.NET team had posted an article about the System.Data.OracleClient component. This component is available in .NET 4.0 but it is deprecated. So the existing and new applications will still compile with warnings for the first time.

It has been recommended to make use of microsoft's parter component to substitute the System.Data.OracleClient.

One of the options to consider is using "ORACLE ODP.NET". This component has some issues with respect to performance, errors etc.,

No comments: