Posts by Daniel Cedraz • 56 points
2 posts
-
0
votes3
answers636
viewsA: Object Reference not set to an instance of an Object. - Json
Wouldn’t be a mistake in the class name? public class Propertie { public Name name { get; set; } public Hobbies hobbies { get; set; } } It is declared as Propertie, but you try to access as…
-
4
votes1
answer36
viewsA: Problem in SQL selection
The problem is that you used a sub-volume to filter the values, which is not necessary. In this case, the value of FIAT’s daily rate is equal to that of VOLKSWAGEN and, as the sub-volume returns…