Click here to Skip to main content
15,886,541 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
I would like to know what´s the best way to connect a SQL Server DB to a Solution in Xamarin Studio in Android(with internal code(DAL), webservices or others), I've worked in C# before in web and desktop(WindowsForm) and I know how to manage a SQL connection to a DB in these ways, but I´m pretty new in Xamarin and Xamarin Studio, and I would like to connect my solution to a DB by the best practice for mobile development.


What I have tried:

I've seen examples with webservices references, but I would like to know if I can do it with internal code like a DAL or DLL, or which be the best practice for mobile development in xamarin
Posted
Updated 25-Aug-16 1:44am

1 solution

Follow below links you need to create Webservice for that..
Introduction to Web Services - Xamarin[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900