DEV Community

Cover image for Redirecting legacy .NET apps to a new Oracle DataAccess
Marcos Junior
Marcos Junior

Posted on

Redirecting legacy .NET apps to a new Oracle DataAccess

Published on October 13, 2018

I wrote this guide to help you dealing with a development or production environment that needs to run multiple legacy .net applications that are highly coupled with an specific version of Oracle DataAccess. With this guide you don't have to change any line of code, reference, or configuration of each project.

This guide will also help you to keep your system clean, running only one lighweight version of Oracle Client.

Please fell free to give feed back and suggest improvements.

Top comments (0)