hello guys, i want to make my Login Page can Connecting to my Website Database, are you have any references or guess, so i can try it ???
thankyou guys, i really need your help
i'm using visual studio xamarin Cross-Platform..
im using sql server database for my website databse, are you have any guess what code that i have to use (Azure,RestFul,Webservice and many more) because i really dont know which should i use to connect to my sql management database @DaveHunt
Answers
How you actually connect to a "website database" is entirely dependent on what "website database" you use and how the connection between the website and the database is configured on the server, so you're not going to find any generic example for that. However, there is an example demonstrating login flow. See https://developer.xamarin.com/samples/xamarin-forms/Navigation/LoginFlow/. That example uses Xamarin.Forms, but the concept is the same, whether you're using Xamarin.Forms or not.
im using sql server database for my website databse, are you have any guess what code that i have to use (Azure,RestFul,Webservice and many more) because i really dont know which should i use to connect to my sql management database @DaveHunt
To connect to a SqlServer db you can use System.Data.SqlClient
Or you can take a look At some docs
https://developer.xamarin.com/guides/cross-platform/application_fundamentals/web_services/
Hi,
Getting compilation error: The "ResolveLibraryProjectImports" task failed unexpectedly.
Hi,
Getting compilation error: The "ResolveLibraryProjectImports" task failed unexpectedly. Which package needs to be installed?
Please.. copy your project and paste it into another local disk. means try to put it outside of any folder... if still facing the issue. then tell me.