Click here to Skip to main content
15,904,339 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get value from PropertyInfo Pin
Pete O'Hanlon18-Aug-11 22:35
mvePete O'Hanlon18-Aug-11 22:35 
GeneralRe: How to get value from PropertyInfo Pin
Etienne_12318-Aug-11 23:00
Etienne_12318-Aug-11 23:00 
GeneralRe: How to get value from PropertyInfo Pin
Pete O'Hanlon18-Aug-11 23:13
mvePete O'Hanlon18-Aug-11 23:13 
GeneralRe: How to get value from PropertyInfo Pin
Etienne_12318-Aug-11 23:31
Etienne_12318-Aug-11 23:31 
GeneralRe: How to get value from PropertyInfo Pin
Pete O'Hanlon18-Aug-11 23:43
mvePete O'Hanlon18-Aug-11 23:43 
GeneralRe: How to get value from PropertyInfo Pin
BobJanova18-Aug-11 23:16
BobJanova18-Aug-11 23:16 
GeneralRe: How to get value from PropertyInfo Pin
Pete O'Hanlon18-Aug-11 23:23
mvePete O'Hanlon18-Aug-11 23:23 
Questionuse apider in asp.net Pin
apadana_198918-Aug-11 19:49
apadana_198918-Aug-11 19:49 
AnswerRe: use apider in asp.net Pin
Pete O'Hanlon18-Aug-11 20:12
mvePete O'Hanlon18-Aug-11 20:12 
JokeRe: use apider in asp.net PinPopular
Mycroft Holmes18-Aug-11 20:30
professionalMycroft Holmes18-Aug-11 20:30 
JokeRe: use apider in asp.net Pin
Peter_in_278018-Aug-11 21:40
professionalPeter_in_278018-Aug-11 21:40 
GeneralRe: use apider in asp.net Pin
Mycroft Holmes18-Aug-11 22:24
professionalMycroft Holmes18-Aug-11 22:24 
JokeRe: use apider in asp.net Pin
Manfred Rudolf Bihy18-Aug-11 23:15
professionalManfred Rudolf Bihy18-Aug-11 23:15 
AnswerRe: use apider in asp.net Pin
V.18-Aug-11 21:07
professionalV.18-Aug-11 21:07 
AnswerRe: use apider in asp.net Pin
Manfred Rudolf Bihy18-Aug-11 23:18
professionalManfred Rudolf Bihy18-Aug-11 23:18 
AnswerRe: use apider in asp.net Pin
Not Active19-Aug-11 2:16
mentorNot Active19-Aug-11 2:16 
Questionmulti inh Pin
apadana_198918-Aug-11 18:44
apadana_198918-Aug-11 18:44 
AnswerRe: multi inh Pin
unknowndentified1011118-Aug-11 18:49
unknowndentified1011118-Aug-11 18:49 
AnswerRe: multi inh Pin
Eddy Vluggen18-Aug-11 20:56
professionalEddy Vluggen18-Aug-11 20:56 
GeneralRe: multi inh Pin
BobJanova18-Aug-11 23:14
BobJanova18-Aug-11 23:14 
GeneralRe: multi inh Pin
Eddy Vluggen19-Aug-11 6:49
professionalEddy Vluggen19-Aug-11 6:49 
AnswerRe: multi inh Pin
Pete O'Hanlon18-Aug-11 23:49
mvePete O'Hanlon18-Aug-11 23:49 
QuestionMSMQ Pin
CodingYoshi18-Aug-11 18:07
CodingYoshi18-Aug-11 18:07 
I am fixing a tcp listening application which is accepting messages on a port. Once the message arrives it is sent to a queue using MSMQ. The message is then received from the queue and put into another queue. So it goes like so:

Message arrives > Message is sent to queue (Q1) > Message is received from queue (Q1) > Message is sent to another queue (Q2)

The same application is doing all this. I am not sure why this has been implemented this way.

The idea is to accept messages in format x, convert them to format y and send it to another application.

I understand the above might be unclear but I am still analyzing the code. I am starting to think the implementer did not understand the concept and use of message queues really well. What do you think?

<b>CodingYoshi</b>

<i>Artificial Intelligence is <b>no</b> match for Human Stupidity.</i>

AnswerRe: MSMQ Pin
Luc Pattyn18-Aug-11 18:20
sitebuilderLuc Pattyn18-Aug-11 18:20 
AnswerRe: MSMQ Pin
PIEBALDconsult18-Aug-11 18:28
mvePIEBALDconsult18-Aug-11 18:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.