Sunday, March 17, 2019

Switch to a remote DB for .NET Core application

Hello, I've just gotten a .NET Core MVC application to the point where I'm ready for my client to try out the prototype. To date, I've been developing and testing using the "localdb" provided with Visual Studio. At this point I think I need to find a remotely-hosted database that I can switch the connection string to so the client can begin clone the project from my Github and begin using the application with a fresh DB. Is this general idea correct? What would the high-level steps be for this? Thanks in advance.

Switch to a remote DB for .NET Core application Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team