servicestack
Multiple Optional Parameters with ServiceStack.Net
I\'m trying to implement a service with Multiple Optional Parameters using ServiceStack.Net At the moment my route looks like this[详细]
2023-04-13 01:17 分类:问答Is there an issue with having more than one IoC Container in a solution?
I am building a multi-layer app with with an ASP.NET MVC front-end, and ServiceStack.NET web services.[详细]
2023-04-12 09:56 分类:问答Documenting ServiceStack web services [closed]
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[详细]
2023-03-30 02:20 分类:问答Disabling ASP.NET HttpHandler response caching
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[详细]
2023-03-24 03:09 分类:问答ServiceStack - inheriting all DTO resource in Single Restservice
How to inherit all DTO resource in one service?. Say for example , I Have Resource Class : [RestService(\"/getstudentname\", \"GET,POST,PUT,OPTIONS\")][详细]
2023-03-21 03:46 分类:问答How to use ServiceStack Redis in a web application to take advantage of pub / sub paradigm
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[详细]
2023-03-15 01:36 分类:问答Can ServiceStack use binary serializers for non-HTTP clients, e.g. Google Protocol Buffers?
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[详细]
2023-03-11 16:09 分类:问答Does ServiceStack support binary responses?
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[详细]
2023-03-11 01:43 分类:问答Can the OpenRasta, ServiceStack and RestCake API's be used on frameworks other than .NET?
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[详细]
2023-03-10 03:08 分类:问答How do you implement authentication in servicestack.net
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?[详细]
2023-03-02 01:09 分类:问答