Base solution for your next web application
Open Closed

Single application using multiple databases #1311


User avatar
0
inovatech created

I would like to hear from you on what the best approach to have to develop a single application using multiple databases (SQL Server or Oracle (one at a time)). It would be better to use Entity Framework with Code First or Model First? I browsed the available documentation aspnetboilerplate and Oracle, but had problems with the Migrations. Please help me this question.


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    We suggest Code First always. But this is not related to multiple db case. I haven't used it with Oracle, but there are many people using it. Have you searched the forum?