I’m looking for at using ServiceStack for the services part of a web application instead of rolling my own. Anyone have any experience using it? Any C#/.Net alternatives I should consider?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m planning to use ServiceStack on my system, I found it very cool, very impressive in the way it implements some patterns and I like it’s architecture
There are differences in the way you intend services..
However, the frameworks could be used are: (It’s clear it depends on situations)
It’s very important to understand the difference between a service framework like Agatha vs a service bus like NServiceBus. A good point could be the great Davy Brion blog post on that
argument http://davybrion.com/blog/2010/01/agatha-vs-nservicebus/
Maybe if I remember something else I will update later
Hope it helps