I\'m trying to implement a service with Multiple Optional Parameters using ServiceStack.Net At the moment my route looks like this
I am building a multi-layer app with with an ASP.NET MVC front-end, and ServiceStack.NET web services.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
Background I\'m in the midst of comparing the performance of NancyFx and ServiceStack.NET running under IIS 7 (testing on a Windows 7 host).Both are insanely fast - testing locally each framework pro
How to inherit all DTO resource in one service?. Say for example , I Have Resource Class : [RestService(\"/getstudentname\", \"GET,POST,PUT,OPTIONS\")]
I am interested in the Pub/Sub paradigm in order to provide a notifications system (ie : like Facebook), especially in a web application which has publishers (in several web applications on the same w
As a followup to Does ServiceStack support binary responses?, I\'m wondering whether there are injection points built (or planned) to use binary serializers such as Mark Gravell\'s protobuf-net for ef
Is there any mechanism in ServiceStack services to return开发者_如何学JAVA streaming/large binary data? WCF\'s MTOM support is awkward but effective in returning large amounts of data without text con
I know these API\'s are used for doing something easier than 开发者_Python百科WCF (in terms of config and performance) for .NET, but I wanted to know if these API\'s can be used on other frameworks to
I\'m investigating servicestack.net - but it\'s examples and articles don\'t seem to cover authentication - is this something handled by servicestack.net - and if so how?