Posts by Domingos Neto • 27 points
2 posts
-
-2
votes3
answers97
viewsQ: Navigation.Popasync() does not work when used as an option to exit the application
I have a one-screen app, a "Contentpage". I can’t get out of the app with "Popasync()". I’m debugging on a Samsung J6 device. // página instanciada MainPage = new NavigationPage(new Inicio()); //…
-
3
votes1
answer109
viewsQ: Is it feasible to migrate from long to Guid?
Using Webapi, . NET Standard, C#, Entity Framework - Codefirst The records in long may exceed their limits. It is feasible to change long for Guid the primary key with the populated bank and running…