1
I need to develop a UWP application in C#/XAML for use in the industry for data collection via Lumia 640 XL cell phone with Windows 10 Mobile. All persistence (CRUD) will be in SQL Server 2012 in the internal enterprise network. The app will be extended later to other Developers (Tables + PC and even Iot). That is, everything will be based on Windows 10.
Now with the . Net Standard 2.0 supporting System.Data, I would like to know if anyone has successfully tested this + CRUD connection directly on the device’s external SQL Server 2012 without the use of Webservices.
If so, what was the final verdict?