ServiceStack – how to get it on your .NET projects

So I am using service stack with node quite successfully – but now I have to make some services. Why not use ServiceStack since its reputation and ease of use (in node anyways) is super easy. Lets get going recording the steps I took – cause I likely won’t remember it otherwise.

There are lots of links at the bottom for further discussion. Also if you look carefully, there are links/text on how to add ServiceStack to an existing project of various form.

Other things I will need is to receive a filestream as a parameter in ServiceStack. And saving a filestream into a database. General SQL w. parms .

If you are wondering on some structure beyond the hello.cs example, try this.