Posts by Rubens • 115 points
5 posts
-
1
votes1
answer51
viewsQ: Versioning of the Procedure
I’m having a kind of conceptual doubt. I am currently working on a project where I will have to check the calls of some api’s. For example: Urls: /api/V1.0/Chamados/1220 /api/V1.5/Chamados/1220 The…
-
2
votes4
answers1299
viewsQ: Disable the forms autocomplete
Hello... I am with a problem that I thought simple, but I am two days ago looking for a solution... I just can’t get the forms autocomplete disabled. I remembered the 'autocomplete="off"' for this,…
-
1
votes0
answers58
viewsQ: Dependency Injection and Specification Pattern
Good night. Can anyone give me a help to understand this issue of Specification Pattern and Dependency Injection? For example: In my service layer I need to check if the user has filled in some…
-
3
votes1
answer2685
viewsQ: C# Convert object to an unknown list of objects
I have a question here. I have an object (Object) received by parameter. It can be a single object or a list of objects (List). Can I convert the object to a List object WITHOUT RECEIVING THE TYPE…
-
4
votes2
answers363
viewsQ: EF Relationship between 3 Tables
I am learning Entity Framework using Code First and found a difficulty with relationships. I have three tables in the system that I’m making: Flow (Key = ID_FLUXO); Step (Key = ID_PASSO); Acao (Key…
entity-frameworkasked Rubens 115