Tagged Questions
4
votes
5answers
852 views
Using MSMQ - System.Messaging versus WCF
I have to port a VB 6.0 app to VB.Net (Framework 3.5). The application uses MSMQ heavily. I'm trying to figure out what are the advantages of using WCF over good ole System.Messaging. Are there any ...