Posts by Bruno Henrique Gaignoux Gomes • 31 points
4 posts
-
2
votes1
answer2142
viewsQ: Read a value inside a complex JSON in C#
Good morning folks! I’m new to C# and I’m having a hard time picking up a value within a complex Json. This is Json: { "id": "58e50b82-50b1-4f29-a2e8-a9a544013255", "timestamp":…
-
-2
votes1
answer1753
viewsA: How to create a custom Auth controller in Laravel 5.5?
This is my friend, good morning. To answer your question, in Aravel 5.5 we have several types of tutorials to do this type of multiple authentication. I recommend to give a read on this material…
-
0
votes0
answers38
viewsQ: Run nhibernate on macOS X 10.13.3 (c#)
Good morning, I’m new to the world of C# programming and therefore had some problems compiling a project by visual studio for mac. The problem was this, the project uses version 4.0.3 of nhibernate…
-
1
votes1
answer622
viewsQ: How to receive a variable within the php URL
I’ve had a problem for two days that I can’t decipher. I need the login and password variable passed in my system login form, to reach the url that receives the user and password parameter. This way…