What does ServiceStack MVC Power Pack give me that is not in the base SS library?
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.
You must have check power pack link. Basically this is what I like about service stack that everything comes in Lego pieces, so you can play plug things. Now, service stack is basically web service library which you can use with any json serializer or any IOC container with any orm. But if you install power pack it will give you everything to get up and started. Without worrying about choosing libraries, something like yak shaving is done for you; so you can concentrate on business need. Personally I prefer to check other things / options too other than provided by power pack but for normal case (80% scenario) power pack worked like charm. And get your application running.
Let me know if any further information needed. I hope I understand your question, so instead of dll names I gave little bit a brief answer.
Service stack introduction at monkey square.