Service Stack is a high-performance .NET web services framework that simplifies the development of XML, JSON, JSV and WCF SOAP Web Services.
Advantages
- Simplicity
- Speed
- Model-driven
- Support for all XML, JSON, SOAP, CSV, JSV
- No XML Config, No Code-gen
- Smart. Infers intelligence from strong-typed DTOs
- First class cross-platform support for OSS/Linux
ServiceStack is open source framework and you can find all samples on github from here
Creating a Web service from scratch with Service Stack
How to create startup template of servicestack using NuGet (talked in previousarticale)
- Create one asp.net web application in VS2010
- right click on Refernce and click on Mange Nuget Package
OR you can also install using following command
No comments:
Post a Comment