Posts by Leonardo Silva • 36 points
4 posts
-
0
votes2
answers759
viewsQ: Problems connecting to sql server with Visual Studio and C#
I have encountered problems connecting to sql server by visual studio with Entity Framework 6. My connection worked normally and after I created a new project, I cannot access the database server.…
-
2
votes1
answer307
viewsA: View JSON data in Listview
So far everything I’ve done with Listview has been class-based, setting the Bindinds to the corresponding property name. Usually working with json dice I play the json dice in a class and then feed…
-
0
votes0
answers558
viewsQ: Xamarin Forms - Select and display Images
I am developing an application in Xamarin Forms and I am in need of a functionality in which the user can choose an image from the gallery and that this image can be displayed in an Image control in…
-
0
votes0
answers153
viewsQ: Exception when accessing web service in Xamarin.Forms application
I’m creating an application with Xamarin with Visual Studio 2017. I did all the tests on the web service and it accesses the database and records everything perfectly in the browser version. I have…