ServiceStack is Fast, Simple and Versatile message-based Web Services and MQ Framework for .NET and .NET Core
I'm evaluating ServiceStack for use in a Windows Service to host REST services. So far, it's excellent and way outperforms …
servicestackI'm using ServiceStack Authentication with ServiceStack.OrmLite (SqlServer). I have different User types like Student, Teacher, Principal.. All user types …
authentication servicestackAll of my EF classes have a Projection() method that helps me choose what I want to project from the …
c# csv servicestack servicestack-texti have some services on ServiceStack and use SignalR in this project. And now, i would like to secure hub …
c# asp.net servicestack signalr authorizeI have just started to use ServiceStack which is an amazing library. However, I have a business requirement where we …
servicestackI'm using ServiceStack to serialize and deserialize some objects to JSON. Consider this example: public class Container { public Animal Animal { …
c# .net json serialization servicestackIs there any mechanism in ServiceStack services to return streaming/large binary data? WCF's MTOM support is awkward but effective …
servicestackI've taken a read to the Advantages of message based web services article and am wondering if there is there …
servicestackI'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-layerI'm using ServiceStack to deserialize some HTML form values but can't figure out how to override the value that each …
serialization servicestack