ServiceStack is Fast, Simple and Versatile message-based Web Services and MQ Framework for .NET and .NET Core
I am trying to run ServiceStack Examples projects. When I run the web client I am getting the following error: {…
sqlite badimageformatexception servicestackI am hosting a ServiceStack web service in Apache with mod-mono, I have mono-3.0.0, and xsp-2.10.2. I hosted the hello …
apache mono servicestack mod-monoI have a POCO like this: public class BlogEntry { public string Title { get; set; } public DateTime Date { get; set; } } Most …
c# servicestack servicestack-textWe have the following setup: Redis 2.6 on Ubuntu Linux 12.04LTE on a RackspaceCloud 8GB instance with the following settings: daemonize …
c# .net iis redis servicestackHow to implement Windows Authentication in a ServiceStack project build on ASP.NET MVC4? I started with a global Request-Filter …
c# asp.net-mvc-4 servicestack windows-authenticationI refer to ServiceStack documentation reg use of POCOs: Since it promotes clean, re-usable code, ServiceStack has always encouraged the …
architecture servicestack separation-of-concernsI am new to Redis (using it at a hosted service) and want to use it as a demonstration / sandbox …
c# redis servicestackCan OrmLite recognize differences between my POCO and my schema and automatically add (or remove) columns as necessary to force …
servicestack ormlite-servicestackHow would you go about registering diferent IDbConnectionFactory instances in Funq and then access them directly within your services? Do …
c# servicestack inversion-of-control ioc-container funqI have a simple REST service built with ServiceStack. If I configure the routes like this: //register user-defined REST-ful urls …
routing servicestack