ServiceStack is Fast, Simple and Versatile message-based Web Services and MQ Framework for .NET and .NET Core
The most simple way I get ServiceStack xml deserialization to work is when the xml contains a namespace. However, the …
c# namespaces servicestack xmlserializerI just saw ServiceStack and I am considering building a service with it. Is it possible to serve OData feeds …
c# servicestack odataI have a JSON string that looks like: "{\"Id\":\"fb1d17c7298c448cb7b91ab7041e9ff6\",\"Name\":\"John\",\"…
c# servicestack anonymous-types json-deserialization servicestack-textI want to serialize an Entity Framework Self-Tracking Entities full object graph (parent + children in one to many relationships) into …
c#-4.0 entity-framework-4 self-tracking-entities servicestack jsonserializerI'm investigating servicestack.net - but it's examples and articles don't seem to cover authentication - is this something handled …
c# security authentication servicestackBefore I am doing a cross domain call to a server with service stack I am successfully authenticated and get …
jquery servicestack corsI want to do this: string template = "Hello @Model.Name! Welcome to Razor!"; string result = Razor.Parse(template, new { Name = "…
c# asp.net asp.net-mvc razor servicestackI am building a service stack for the first time: hello world. I have followed the step by step guide …
asp.net web-services servicestack servicestack-bsdI have an object which I am de-serializing using ToJson<>() method from ServiceStack.Text namespace. How to omit …
json properties servicestack ignorei'm defining a validation for my Request objects. I would like the validator to stop on the very first failure, …
validation servicestack fluentvalidation