First of all i will describe current state: Server consists of several WCF services, hosted in one or several win services ondiffirent machines.
I am looking to write some webservices. What defines one unit of \"service\". I note that as apart of one project you can have multiple .svc service files.
I am trying to separate behaviour from data completely in my classes and came up wi开发者_如何学JAVAth this simple solution:
What management tools (open source or otherwise) are there to track the location of data, the services that deliver/use that data and the services themselves. If you believe the snake oil a combinatio
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I\'ve just been chatting with a Microsoft MVP, and he 开发者_运维知识库told me that MSMQ is obsolete. Is this true? What\'s the infrastructure for SOA then???Well, they released a new version (4.0) wi
I want to implement bulk availability checking of .co.za domain names as accurately as possible by checking for the existence of SOA or MX records using C# ASP.NET.
Are there any good patterns/practices used while designing Services. I came across this post today: When to Use the Decorator Pattern?
I have an e-commerce website that is already up and running for some time. It\'s built on .NET 3.5. So far, so good.
When it comes to systems integration, how do you model integration requirements? Do you use UML or BPMN or some other techniques?