Posts by Bia Baldasso • 51 points
3 posts
-
4
votes2
answers249
viewsQ: What’s the difference between Http Requests and Request App
What difference in Laravel, to use use App\Http\Requests for use Request?
-
0
votes1
answer70
viewsQ: Xamarin Portable
It is possible in Xamarin to have a Xamarin.Android and Xamarion.IOS project and to have a class that accesses the Sqlite and reuse it in these two projects? How can we call it? Does anyone have an…
-
1
votes1
answer103
viewsQ: Spring MVC - Write Data to TXT
How could you get inside a Receive Data controller via Post (in Spring MVC) and write this data to a TXT? Later, in Model open this TXT and send to View. Would anyone have any example?…