I'm working on a new personal project and I'm creating an App made in Xamarin and I want to connect it to an Azure SQL database.
My first question: Should I create an API to handle the connection to the Database or is it enough to only use Enitity Framework with models?
My secound question: How do I secure the database password, is it safe to keep it in the appsettings.json?
Thanks!