My question is about a high performance way to implement auto-saving in an ASP.NET 4.0 WebForms app. I\'ve read a lot on using the various jQuery autosave plugins but they all seem to be best used fo
I`m adding a message in MSMQ by my flex program using this code: producer = new Producer(); producer.destination = \"VendingMachineBack\";
Trying to implement a MSMQ-backed WCF PubSub. I understand that net.msmq is one-way; however when I use a single service object to implement the net.msmq endpoint for reading from the underlying queue
I want to take message from one queue and send it to database. I want to do it only if it\'s in specific format.
I\'m working on a software solution to for a group of applications running on the same server. The applications are loosely related, and share an event log.The problem that we are running into is per
I\'d like to set up a cache of database objects (i.e. rows in a table) in memory in silverlight, which I\'ll do using WCF and linq-to-sql.Once I have the objects in memory, I\'m planning on using MSMQ
what\'s the diffence between MSMQ and .net Remoting and which one is be开发者_如何学编程tter?Personally I\'d use WCF as it is a newer technology and can wrap both... You will find it good enough to me
I will be using MSMQ in C# to read messages; and I am putting this in Window Service so on OnStart I will start reading messages using queue.Receive method which would be blocking/synchronous call. An
In Pro MSMQ from Apress, it says on p. 26, that queues grouped by the same Service Type GUID can be reached by client applications using \"the Directory Service without needing to know their physical
does anyone knows how to create a private queue in MSMQ using installshield? My application uses one and I can\'t seem to get it done...