Posts by Marcelo Almeida • 71 points
8 posts
-
2
votes1
answer66
viewsA: Creation of Angular Components
I was able to resolve the issue by editing the "Schematics" session parameters from the.json. Only removed the parameter "inlineTemplate": true and the creation process came to work by creating for…
angularanswered Marcelo Almeida 71 -
1
votes1
answer66
viewsQ: Creation of Angular Components
I am starting my experiments with Angular (9) using Vscode as IDE. However I am with a doubt (which may be basic), but I have not seen anywhere the explanation for such... When trying to create a…
angularasked Marcelo Almeida 71 -
0
votes1
answer19
viewsQ: Mapping equivalence between Fluentnhibernate and Entityframeworkcore?
I am on a project where it is necessary to exchange the ORM from Nhibernate to Entityframeworkcore. With this, all the mappings will have to be rewritten to the Entity standard and I’m having some…
-
0
votes2
answers194
viewsQ: Entity Endereco Compatilhada
Modelling a project I associated an entity Addressee at the Root of Aggregation Client. So far so good. However, I later found that other entities or roots of aggregation such as Enterprise and…
-
0
votes1
answer244
viewsQ: Personal Field Login to Identity
Personal A doubt that however seemingly silly I did not find in any article that talks about Identity. How can I customize authentication features to use email as the user name instead of using…
-
1
votes3
answers99
viewsQ: Problems with View Model Implementation
I’m trying to use the concept of View Model Pattern, but when I’m implementing the compiler is showing a conversion error. Below follows the approach I used: Structure of the viewmodel public class…
-
2
votes1
answer160
viewsQ: How to pass more than one parameter to a Controller?
I am in need of a backup to pass more than one parameter to a Creation Controller. I have some models as below: Usuario : Brings the information of the user who opened the call ex. id_usuario,…
-
1
votes1
answer104
viewsQ: Is it more correct to use the Master-Detail concept?
I have a situation that I would like to use the most correct (elegant) way to implement. The scenario is as follows: I’m building a Helpdesk system where Tickets are stored in one table (and…