Posts by Jd3 Tecnologia • 50 points
7 posts
-
-1
votes1
answer760
viewsA: HTTP/1.1 400 Bad Request
Friend, save your Json in Text and use the site https:/jsonlint.com/ to validate your Json file, then use Postman to send the request to your server, so you isolate, and know if it is the component,…
-
0
votes1
answer190
viewsQ: Access a Singleton Repository outside the Controller (Dependency Injection)
I have a Repository instance added as Scoped in Startup and to access the instance I do the dependency injection by the Controller constructor, or by Fromservices. However, I need to access…
-
0
votes1
answer38
viewsQ: Excuir Gitlab Single Computer Repository
I need to delete the files downloaded from a repository of only one member remotely authorized, so that it no longer has access to the project, it is possible?
-
2
votes3
answers623
viewsQ: Wait Thread Finish to continue code - Delphi
I need to wait for select and fill the list to finish in Thread for Function Result to receive the list loaded in the asynchronous method, is it possible? Follow the code of Function: function…
-
0
votes0
answers32
viewsQ: Encrypt data between Controller Asp.Net Mvc and Jquery Ajax
I communicate between Back and Front End with Ajax, but I don’t know how to encrypt the data transported, this is a method of my controller that returns a Json I call through the Ajax: [HttpGet]…
-
0
votes1
answer41
viewsA: Validation Input Aspnetmvc
Validation, called Remotevalidation in Asp.Net, creates Function in the service layer (Backend, and in the attribute class call parameter -[Remote(action: "MinhaFuncao",controller: "MeuController")]…
-
1
votes1
answer41
viewsQ: Validation Input Aspnetmvc
As I do to validate in the Exit of an Input, I already have the function that returns bool, if it returns false, I can’t let go of the seller.snome field and present an alert message. <div…