Creating a simple service using ServiceStack
Introduction ServiceStack is a framework similar to ASP.Net MVC, Web API, WCF etc. used to build web applications and services. The framework is platform independent and the applications built using it can be run on both Windows and Linux. In this article we will build a simple REST based web service that will return ‘Note’ … Read more