Tagged Questions
0
votes
1answer
386 views
SOA in .NET 4.5 with MSMQ Durability
I have been doing some investigation regarding ASP.NET Web API. I have enjoyed using the WCF REST template to create new RESTful web services, and Web API seems to be a cleaner iteration on that.
...
1
vote
1answer
143 views
Architecture for interfacing multiple applications
Let's say you have a Master Database and a few External/Internal applications that use WebServices to interface data.
What would be your preferred architecture to interface data from and to those ...
4
votes
2answers
232 views
Choosing right technology for messaging system
I'm working on a messaging system for two years now, the system was written by a long ago gone team and involves emails and document processing. The basic process is:
Receive an email, parse it, ...
3
votes
1answer
330 views
What is one correct architecture when using a DB with multiple clients?
We have a legacy system with data stored in a SQL database.
Several clients connects to this database using a web service.
The web service expose a lot of "commands" to query the database and to "do" ...