11
votes
9answers
689 views
Service Oriented Architecture: How would you define it
Service Oriented Architecture seems to be more and more of a hot quote these days, but after asking around the office I have found that I seem to get many different definitions for it. How would you …
8
votes
4answers
695 views
How well will WCF scale to a large number of client users?
Does anyone have any experience with how well services build with Microsoft's WCF will scale to a large number of users?
The level I'm thinking of is in the region of 1000+ client users connecting to …
7
votes
7answers
616 views
WCF Data Contract and Reference Entity Data?
Hello,
Soliciting feedback/options/comments regarding a "best" pattern to use for reference data in my services.
What do I mean by reference data?
Let's use Northwind as an example. An Order is …
7
votes
17answers
611 views
Have we given up on the idea of code reuse?
A couple of years ago the media was rife with all sorts of articles on
how the idea of code reuse was a simple way to improve productivity
and code quality.
From the blogs and sites I check on a …
6
votes
8answers
478 views
What is SOA (Service Oriented Architecture)?
Call me a troll if you want, but I'm serious -- how exactly is the new SOA trend any different than the client-service architecture that I was building 15 years ago? I keep hearing SOA but I don't see …
6
votes
7answers
326 views
How to get up to speed on SOA?
I've been given the task of laying the groundwork of a SOA for my client. The goal is to open up various processes in an end-client independent way and also to make data available offline e.g. for …
6
votes
7answers
398 views
Good Reads for Distributed Systems
I am working on a server system that going to have a distributed architecture. Can anyone recommend some good (titles|urls|blogs) on programming distributed architectures, P2P, Master/Slave, etc..?
…
5
votes
8answers
439 views
When to use SOA (Service Oriented Architecture)
I had a conversation with one of our architects recently and he summarized his use of SOA as "The only time we'll use services is when we need async actions otherwise we'll use go direct to the data …
5
votes
4answers
439 views
Anti-pattern of SOA or WCF
While I can find lots of article advocating SOA, or WCF, my question is that what should not be exposed as service, is there any lessen that we learn from SOA failure. WCF is a way to implementing …
5
votes
6answers
674 views
ORM and SOA in the .NET world
From my experience the major ORM frameworks for .NET (NHibernate, LinqToSql, Entity Framework) work best if they keep track of loaded objects. this works fine with simple client-server applications, …
5
votes
10answers
637 views
Is SOA a fad?
I've been resisting making any personal career investment in learning anything about this acronym because my particular field of work doesn't require it. I am curious if it would be worth my time or …
5
votes
2answers
882 views
WCF - Domain Objects and IExtensibleDataObject
Typical scenario. We use old-school XML Web Services internally for communicating between a server farm and several distributed and local clients. No third parties involved, only our own applications …
4
votes
3answers
70 views
What does Crosscutting Requirements/Concerns mean in Programming?
These I come across this term a lot "crosscutting requirements/concerns" in programming world.
Although I think I have an idea what it means still I do not have a clear idea. I hear it a lot in web …
4
votes
2answers
100 views
How to balance DRY principle with minimizing dependencies?
I'm having a problem with the DRY principle (Don't Repeat Yourself) and minimizing dependencies that revolves around Rete rules engines.
Rules engines in large IT organizations tend to be Enterprise …
4
votes
3answers
286 views
What is the advantages and disadvantages of using services over components?
Hi,
From past few months I am working on projects in latest dot net frameworks.
I feel that in latest dot net versions "services" are encouraged over components. Is that correct?
I have seen in …
