All Questions
3 questions
0
votes
1
answer
188
views
RESTful API get requests by "modified" condition from mobile app
Currently I have following scenario.
I have two projects: ASP.NET Core Web API and Xamarin.Forms app. General idea is to have consumer (Xamarin.Forms app) which is getting data from server (Web API)....
1
vote
1
answer
204
views
Most convenient way to implement the models used by the Service Access layer of a Xamarin application
I am new to the Xamarin technology, and I am working on an Asp.NET Core Web application which basically delivers micro-services which will be consumed by a Xamarin.Forms application.
So my Web API ...
0
votes
2
answers
1k
views
Web API vs Entity Framework with Repository Pattern using Xamarin
My team currently has a WPF application that runs on PC just fine. It utilizes Entity Framework 6 with the Repository/Unit of Work pattern that talks to Azure for the database store.
We service a ...