Explain why do we use msmq?
Answer / Jitendra Tiwari
MS-MQ (Message Queuing) is a technology used for sending and receiving messages between applications. It is useful in scenarios where there is a need to decouple the sender and receiver of messages, or when there may be network issues that can cause communication failures. MS-MQ ensures reliable message delivery by storing messages on the queue until they are successfully delivered.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference b/w dataset.clone and dataset.copy ?
What is file extension of Webservices in .Net?
What is the difference between override and overload in a method?
What property do you have to set to tell the grid which page to go to when using the Pager object?
Which ports are used by viruses? UDP/TCP?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is the use com component in .net?
What is exception handling?
Explain code access security.
Explain the difference between task and thread in .net?
How would ASP and ASP.NET apps run at the same time on the same server?
Explain the difference between static page and dynamic page?