Posts by Patric Vinicios • 11 points
4 posts
-
0
votes2
answers531
viewsQ: How to name folders in PHP’s MVC structure
How should the folders be named in MVC? In upper or lower case letters? And the files? How should they be named? The controllers, must have 'Controller' at the end or just the name? And the models…
-
-1
votes1
answer317
viewsQ: How do I integrate React into a MVC (PHP) structure?
I am learning PHP and I came up with a question: With React, we have the CLI, which is a structure already ready for you, with all the necessary files. In MVC we built a structure separating the…
-
1
votes1
answer80
viewsQ: Starting with Xamarin
I got interested in Xamarin and decided to test the short time, the problem is that all the tutorials I saw have the option "Portable", and in visual studio 2017 does not have, even for android as…
-
-1
votes1
answer405
viewsQ: How to create an image with Hover effect in C#
I’m making an app and I wanted when passing the mouse in the image, she changed the color for a lighter, but I can’t do it in C#...