Posts by Igor Marcante • 110 points
5 posts
-
1
votes1
answer152
viewsQ: View related table information - Laravel?
I’m starting to mess with Laravel(5.7) and I’m having a little trouble. I have two tables, product and category, being that one category can be of various products, and the product only of one…
-
0
votes1
answer71
viewsA: Error in encryption program c#
There is no Return in the method, there is a Return inside the if but only it does not help, because if the condition is not met, there is no "where to go". Try it this way: public static string…
-
1
votes2
answers977
viewsA: Connection to the database in ASP.NET with Entityframework
Dude, on the Web.Config is gonna have something like this: <connectionStrings> <add name="ProjetoContext" providerName="System.Data.SqlClient"…
-
2
votes1
answer130
viewsQ: Problem with Bundle on the server
Good morning, I was implementing the use of Bundle in my ASP.NET MVC project, in the development environment worked perfectly. But when I go up on the server it does not work. I went to debug in the…
-
5
votes1
answer354
viewsQ: JSON output in a table
Good afternoon, And I put a search field, and as soon as the search is done, I popular a table with the users found.. The part of the query I managed to do, but now I’m not getting popular(actually…