Qus:    Why we should avoid the roundtrip action in net?
Dec 02, 2020 19:16 DotNet 2 Answers Views: 1307 DIVYA

 



 When the user has access request and made to the system , so the request will go from client to server and go back from server to client , thus making to and for action in the system.

Prev Next
Answers (2)
SAI Dec 03, 2020 14:23
Answer:   When the user has access request and made to the system , so the request will go from client to server and go back from server to client , thus making to and for action in the system.

PARTH Dec 03, 2020 14:43
Answer:   We should avoid roundtrip in .NET since it saves server resources by avoiding a round trip to the client which in turn increases the performance of the application.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect