How to choose an Oracle provider for .Net application?

后端 未结 3 1758
无人及你
无人及你 2020-12-16 06:01

I am trying to figure out what is the best way to connect an (existing) ASP.Net application to an Oracle database to read its dictionary information.

There are simpl

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-16 06:17

    Microsoft just announced it is deprecating System.Data.OracleClient.

    I think that leaves you with a few choices (at least):

    • ODP.NET (free, from Oracle)
    • DevArt
    • DataDirect

    DevArt also has a LINQ to Oracle implementation which could be interesting to you.

提交回复
热议问题