Tagged Questions
The service-tier tag has no wiki summary.
6
votes
1answer
191 views
Scaling strategies for Service Tiers on .NET
I'm working on a web product that is composed of many modular web applications. To the end user, it appears to be one single application, though various components are broken out into their own apps.
...
3
votes
6answers
431 views
Service-Orientation vs Object-Orientation - can they coexist?
There's been a lot of interest in Service-Oriented Architecture (SOA) at my company recently. Whenever I try to see how we might use it, I always run up against a mental block. Crudely:
...
0
votes
1answer
289 views
Authenticate with MS Crm Web Service
I'm looking for a way to authenticate a user (given a username and password) via the Microsoft CRM 4.0 Web Services API. Ideally, I'd like to filter down a list of projects based on which ones the ...