Posts by Bruno Taletti • 25 points
10 posts
-
-1
votes1
answer36
viewsQ: Insert multiple values with WEB API
How are you, my dear? Quiet? I will summarize my project to assist in understanding: I am creating a CRUD to assist me in some of the company’s tasks. I have 3 areas I use (System, Database and…
-
0
votes1
answer36
viewsA: Insert multiple values with WEB API
By looking deeper and consulting with some other colleagues, I was able to resolve the error. I would undo the question, but as I saw that there is not much on the internet talking about it, I will…
-
0
votes1
answer230
viewsA: how to decrease the response time of a Web API?
Well, after a lot of research and tests (with a few hints of frustration) I managed to solve the problem :D I will post the solution below and explain how I got to this result. Solution: [HttpGet]…
-
-1
votes1
answer230
viewsQ: how to decrease the response time of a Web API?
I’m a beginner in C# and I’m developing a CRUD using Angular and Web Api (Entity Framework Core), but the response time to list my Serverscontroller data in my table is very high. What happens…
-
0
votes1
answer47
viewsA: How to convert UNIQUEIDENTIFIER to INT?
Good gentlemen, with the help of my teammates I managed to solve. In my line where I did the SELECT (line 2) I just changed the [IdAmbiente] and the [IdTipoServidor] for the values I needed (in case…
-
0
votes1
answer47
viewsQ: How to convert UNIQUEIDENTIFIER to INT?
So quiet people? I’m beginner with SQL SERVER and I’m in a situation where I don’t know how to proceed anymore. I have 2 banks on a server here at the company, and I need to replicate some data that…
-
0
votes1
answer53
viewsA: Delete key composed of a table with angular and Asp.net core
Good gentlemen, I managed to solve and I will leave my contribution here for those with the same error ;D Basically the backend was correct, just having to change the id for Entity, because the same…
-
0
votes1
answer53
viewsQ: Delete key composed of a table with angular and Asp.net core
You guys all clear? next I’m having problems with composite key in my project and I wanted your help because I’m still not quite sure about it, I’m doing the front in Angular and the backend with…
-
1
votes1
answer88
viewsA: Table does not reload after deleting a row
I used a function that I had not seen that I already had in my code, my team partner helped me. I used the following solution: async getAll() { this.rows$ = await…
-
0
votes1
answer88
viewsQ: Table does not reload after deleting a row
Whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa, whoa? next, I’m doing a crud for the company where I work, but I’m not able to make it update automatically…