view source
Exploring ServiceStack: Security, Bundling, Markdown views and Self-Hosting
ServiceStack is an awesome stack of technologies built of top of ASP.NET that makes it easier to build and secure an end-to-end application. In this article, we will explore how to add Authentication and authorization, Bundling and minification and Markdown views to our application.
Advertisement