Why do we use msmq?
Answer / Magnesh Singh Chauhan
MS-MQ (Message Queuing) is a messaging technology that allows applications to communicate asynchronously over various network and machine boundaries. It provides a reliable, secure, and scalable mechanism for sending and receiving messages between distributed applications, allowing them to continue their tasks without blocking each other.
| Is This Answer Correct ? | 0 Yes | 0 No |
State the methods used during deserialization and serialization process.
<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
How can I tell if .net 3.5 is installed?
What is different between webusercontrol and in webcustomcontrol?
Explain security measures exist for .net remoting in system.runtime.remoting?
How can you see which services are running on a Windows box?
Can any object be stored in a viewstate in .net?
What is use of ContextUtil class?
Explain attributes in dot net?
How viewstate is being formed and how it's stored on client in .net?
How do you turn off cookies for one page in your site? Give an example.