Posts by Pedro Tomaz • 131 points
8 posts
-
0
votes0
answers56
viewsQ: ng2-pdf-Viewer does not display automatic pdf
I have an Angular 8 application that I get a pdf file from the API. At the angle, I get the pdf file as blob and convert to Filereader to use the byte array. I am facing the following problem, the…
-
1
votes3
answers325
viewsA: Is it possible to override a base class property?
I forgot to mention something important. It didn’t work with virtual /override or new. What happens is that in Modelstate.Isvalid, you are validating the required of the base class and giving error…
-
5
votes3
answers325
viewsQ: Is it possible to override a base class property?
I have a class Cliente, which is the basis. In it I have the property Celular with Data Annotation "Required". I wonder if it is possible to use a property Cellular in class ClientePersonalizado,…
-
1
votes0
answers38
viewsQ: Error running Oracledatareader.Hasrows with cursor without values
I am using Oracledatareader to insert elements of a cursor into a list. The cursor is returned from an oracle db procedure. The problem is that when I have no elements returned on the cursor, the…
-
2
votes1
answer1981
viewsA: Automappermappingexception: 'Error Mapping types. '
This statement was missing in the Map boot class: config.CreateMap<HelpModel, HelpViewModel>();
-
1
votes1
answer1981
viewsQ: Automappermappingexception: 'Error Mapping types. '
Could you help me with this mistake described in the title, please. I am using the Automapper in the same way in other classes and only in those classes is it making this mistake. I couldn’t…
-
0
votes1
answer121
viewsQ: Pull Attribute setName from another class in the Agenda view using the Idservico foreign key with Razor Asp.Net mvc
I have a view Index which lists the schedules. In this list the agenda attributes including a foreign key appear IDServico, however, the list appears only the index of IDServico and I need the…
-
3
votes0
answers61
viewsQ: Relationship between classes Asp.Net Identity
I’m a beginner with Asp.net, I’m making a site with scheduling times for a barbershop, using Asp.Net’s Identity for authentication and authorization of users. However, I am in doubt whether it will…
asp.net-mvcasked Pedro Tomaz 131