0

I'm trying to understand how to go about this. So I know Service Stack has a razor plugin. So does that mean you create a regular Web Project (non ASP.NET MVC based project) and then use the Stack Plugin?

If you don't want to use the Stack razor plugin, then I assume you go with the standard ASP.NET MVC project type (without WebAPI scaffolding) and then use razor that way. But then I wonder what else you have to take out or ignore if going this route if using the ServiceStack for everything else or do you not need to worry about any clutter that is inside the MVC project that is not used if we are utilizing most of ServiceStack's functionality?

just need some more insight on it, I don't see much about that in the docs at least yet.

4