Top "Servicestack" questions

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

How can i convert XSD file to C# Class

I have a file in XSD format. How can I convert it to a C# class ? I need class reference …

c# xsd servicestack
How to merge multiple assemblies into one?

I consuming my service stack using EXE project (startup task for azure application) in that I have copied following service …

c# assemblies exe ilmerge servicestack
ServiceStack vs ASP.Net Web API

I want to write a new REST style API and have looked at ServiceStack and quite like it. However, I …

servicestack asp.net-web-api
How to compose request for REST web method in fiddler

I am able to call web serivce but name property is not binding. Fiddler request POST http://localhost:50399/api/custservice/ …

web-services rest servicestack fiddler
Recommended ServiceStack API Structure

I'm trying work out the best way to structure our API; we have Reviews which we've setup in a standard …

c# api servicestack
REST actions and URL API design considerations

I'm building a inventory management system and I'm busy designing (thinking) of the API and my REST implementation. I have …

rest architecture servicestack
How to get Swagger to send API key as a http instead of in the URL

I am using swagger with servicestack but I am getting a 401 unauthorised error from my /resources URL becuase it requires …

javascript servicestack swagger
In what order are the ServiceStack examples supposed to be grokked?

Just out of curiosity I like to know the preferred ordering, based on technical level and new api of the …

asp.net servicestack
ServiceStack Request DTO design

I am a .Net developer used to develop web application on Microsoft Technologies. I am trying to educate myself to …

c# .net servicestack
ServiceStack new service side by side ASP.NET MVC website

In the examples for ServiceStack I don't see a single application that is ASP.NET MVC website first and then …

asp.net-mvc servicestack