Share via

Issue to MAUI app

Scott Huang 3,511 Reputation points
2025-12-19T10:01:05.4866667+00:00

Hi,

Is Azure the best option for DB of Maui app? Any samples for having few forms on one Maui project?

Developer technologies | .NET | .NET Multi-platform App UI

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 84,061 Reputation points
    2025-12-19T17:30:57.7966667+00:00

    Generally it’s a bad practice to expose a cloud database to mobile apps. You should have a website that exposes an api to access the database. You Maui app should call the api. As suggested, you also need to decide how to handle internet off-line as mobile mobile apps commonly have unreliable internet access

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.