Tagged Questions
7
votes
3answers
2k views
What are the advantages of using WCF over frameworks like MassTransit or hand written MSMQ client?
I am looking at using MSMQ as a solution to do asynchronous execution in my upcoming project. I want to know the differences between using WCF and frameworks like MassTransit or even hand written MSMQ ...
1
vote
1answer
242 views
Any viable alternatives to WCF and WSDL for integration endpoints?
My employer is a software vendor for a specific market. Our customers integrate our system with others using web services. We use Microsoft technology, and our web services are implemented in ASP.NET ...