|
-
June 23rd, 2018, 06:55 PM
#1
How do Xamarin forms connect to SQL Server ?
How do I process the xamarin forms that connect to SQL Server and export data to the listView ? I'm looking for this simple example xamarin forms that connect to SQL Server and display data to the listView. What do I find on google ?
-
January 30th, 2026, 02:38 PM
#2
Re: How do Xamarin forms connect to SQL Server ?
You should not connect Xamarin.Forms directly to SQL Server. Create a Web API that accesses SQL Server, then have your app call the API, parse the JSON response, and bind it to a ListView. This is secure, cross-platform, and standard practice.
-
February 8th, 2026, 01:33 PM
#3
Re: How do Xamarin forms connect to SQL Server ?
You shouldn?t connect Xamarin.Forms directly to SQL Server. Instead, create a Web API that accesses the database, have your app call the API, parse the JSON response, and bind it to a ListView. This is the secure, cross-platform standard approach
-
February 9th, 2026, 02:37 AM
#4
Re: How do Xamarin forms connect to SQL Server ?
 Originally Posted by Milenart
You shouldn?t connect Xamarin.Forms directly to SQL Server. Instead, create a Web API that accesses the database, have your app call the API, parse the JSON response, and bind it to a ListView. This is the secure, cross-platform standard approach
Please pay attention to the DATE when the first post was made... In this thread -> June 23rd, 2018 is the date...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|