简体   繁体   中英

Preferred access method for Oracle 11g using .Net 4

I need to develop an ASP.Net web application accessing and Oracle 11g database. What would be the preferred method / framework to access the DB?

At the moment I am using most of the time EF 4.x to access a SQLServer 2008 but it is a while ago I accessed Oracle.

THANKS!

You can try ODP.net which is Oracle's solution to connect .net apps to Oracle.

The latest version even has support for EF but it's probably not as complete as what you had with SQLServer.

And as your are developing an ASP.net app, it also ships with a membership provider.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM