Client wants me to write a WPF desktop app that will run on their internal LAN. I want users of my app to use sqlclient to access the database directly versus a web API.
The concern is that users will be able to use a CLI or SQL Management Studio to access the database outside of the app. Is there a way for me to control access to the database such that only users of my app can use it?
Thanks