Click here to Skip to main content
15,888,341 members
Articles / Web Development / ASP.NET

Oracle DB EDMX: Upgrade ASP.NET Project and Entity Framework to use Oracle.ManagedDataAccess.Client

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
14 Jun 2020CPOL2 min read 8K   156   1  
Upgrade a legacy ASP.NET project to use managed Oracle.ManagedDataAccess.Client instead of unmanaged Oracle.DataAccess.Client while using Entity Framework DB first or EDMX.
A legacy ASP.NET web project, connecting to an Oracle database using entity framework DB first or EDMX using unmanaged Oracle.DataAccess.Client. This article is going to demonstrate the steps to upgrade the current project to use managed Oracle.ManagedDataAccess.Client instead of unmanaged Oracle.DataAccess.Client.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Bangladesh Bangladesh
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions