Как подключить базу данных SQL server к решению xamarin studio?
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.
Что я уже пробовал:
Я видел примеры со ссылками на веб-сервисы, но мне хотелось бы знать, могу ли я сделать это с помощью внутреннего кода, такого как DAL или DLL, или какой из них лучше всего подходит для мобильной разработки в xamarin