views:

37

answers:

2

we will develop a web site that will have some free services and we want to make it as a framework that can any build application over it or can use its api in their site ..

Could any lead me in how to start it , what's the better architecture and design pattern help in that , is there any resources discuss or explain how to do like this ?

FYI : we are dot net developers but we can learn any other if its urgently needed in such a solution

A: 

The best thing I can suggest would be to use Domain Driven Design and architecture to develop a system that would expose your api as domains that can be programmed.

Preet Sangha
are you try such one and you see it's a good one or just from reading about ?
Space Cracker
We do a lot of DDD and specifically to create api that the user can use to write applications within our architecture.
Preet Sangha
A: 

Would one of these questions help?

Josh Kelley
USEfull links but is there any other with case study or with open source one ?
Space Cracker