Oracle database and MySQL database with .NET

VithanP

Bit poster
I am planning to replace my macbook pro intel to macbook pro M3 so I need to make sure that i can migrate all my works to ARM based CPU. A one of my concerns is the way to connect to these 2 databases from .NET project. I have read several posts regarding to connect between .NET and these 2 databases but most of them are the old post. Most of my works are ASP.NET (both core version and standard version) and winform. What i have learn so far is

Oracle
- Install database on window ARM under parallel
- Install Oracle connector / OPD.NET on window

MySQL
- Install database on Mac
- Install MySQL connector 32 bit on window (with some error during install)

Are these correct?
 
Back
Top