App UWP connects SQL Server 2012 without Webservice?

Asked

Viewed 36 times

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?

1 answer

0

If the device connects in the same way as the network BD yes. Otherwise, you will need a service (WCF, REST API etc) to perform the transactions in the BD.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.