Top "Servicestack" questions

ServiceStack is Fast, Simple and Versatile message-based Web Services and MQ Framework for .NET and .NET Core

Is it possible to serve HTML pages with ServiceStack?

I'm evaluating ServiceStack for use in a Windows Service to host REST services. So far, it's excellent and way outperforms …

servicestack
How can I extend ServiceStack Authentication

I'm using ServiceStack Authentication with ServiceStack.OrmLite (SqlServer). I have different User types like Student, Teacher, Principal.. All user types …

authentication servicestack
Serializing a list of dynamic objects to a CSV with ServiceStack.Text

All of my EF classes have a Projection() method that helps me choose what I want to project from the …

c# csv servicestack servicestack-text
Check authorize in SignalR attribute

i have some services on ServiceStack and use SignalR in this project. And now, i would like to secure hub …

c# asp.net servicestack signalr authorize
ServiceStack and returning a stream

I have just started to use ServiceStack which is an amazing library. However, I have a business requirement where we …

servicestack
Getting ServiceStack to retain type information

I'm using ServiceStack to serialize and deserialize some objects to JSON. Consider this example: public class Container { public Animal Animal { …

c# .net json serialization servicestack
Does ServiceStack support binary responses?

Is there any mechanism in ServiceStack services to return streaming/large binary data? WCF's MTOM support is awkward but effective …

servicestack
ServiceStack: RESTful Resource Versioning

I've taken a read to the Advantages of message based web services article and am wondering if there is there …

servicestack
Should ServiceStack be the service layer in an MVC application or should it call the service layer?

I'm creating an MVC website and also intend to create a web API for use both within the website and …

asp.net-mvc asp.net-web-api servicestack service-layer
Override field name deserialization in ServiceStack

I'm using ServiceStack to deserialize some HTML form values but can't figure out how to override the value that each …

serialization servicestack