开发者

Entity Framework 4 usage with Oracle Db

Are there any know开发者_如何转开发n issues of EF usage with Oracle database? Are there any key points I should specially pay attention? Share your toughts and experience please?


Devart dotConnect for Oracle allows you a direct access to the Oracle database without Oracle client installation.


You will need to use a 3rd party EF provider to talk to Oracle, this may cost money.

All of the EF examples asume you are using Sql Server


Most EF implementations for Oracle require the deployment of the Oracle client in order to use some or all of the available features. Look for an implementation that is 100% managed for support of all features in order to avoid the performance bottlenecks, memory leaks, and deployment headaches this type of implementation can cause.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜